NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 492 - add mechanism for generating schema drivers during build
add mechanism for generating schema drivers during build
Status: RESOLVED FIXED
Product: Validator.nu
Classification: Unclassified
Component: HTML5 schema
HEAD
All All
: P2 enhancement
Assigned To: Michael[tm] Smith
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-04-20 11:17 CEST by Michael[tm] Smith
Modified: 2009-04-29 12:24 CEST (History)
1 user (show)

See Also:


Attachments
patch to build.py to generate the schema drivers (5.50 KB, patch)
2009-04-26 10:59 CEST, Michael[tm] Smith
Details
diff showing differences between generated drivers and existing drivers in svn (16.31 KB, patch)
2009-04-26 11:01 CEST, Michael[tm] Smith
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael[tm] Smith 2009-04-20 11:17:47 CEST
The schema drivers are currently maintained in the source-control repository, so available for anybody to check out and reuse. But their intended use is limited to their function within the context of validator.nu. So it would be better to not enable them to be easily copied and packaged outside of the context of validator.nu. Generating them at build time will help to prevent cases of copying/repurposing for which they're not intended.
Comment 1 Michael[tm] Smith 2009-04-26 10:59:33 CEST
Created attachment 87 [details]
patch to build.py to generate the schema drivers
Comment 2 Michael[tm] Smith 2009-04-26 11:01:10 CEST
Created attachment 88 [details]
diff showing differences between generated drivers and existing drivers in svn