[Omake] SVN Commit: OMake Build System [0.9.8.x] (Rev. 10648)
Jason J. Hickey
jyh at cs.caltech.edu
Sat May 5 10:55:55 PDT 2007
Implemented the strictly case-sensitive Omake_cache.stat, and use only case-sensitive
comparisons on nodes. This should be considered a proposal, to be reviewed.
Potential problems:
- People might wonder why OMake is case-sensitive on Win32/MacOS etc.
Cleanup, if we decide to go this way:
- Nodes use only the fine comparison, so the code can be substantially
cleaned up.
- The case-detection code should be moved to Omake_cache.
----
Changes:
+167 -90 omake-branches/0.9.8.x/src/ir/omake_cache.ml
+8 -3 omake-branches/0.9.8.x/src/ir/omake_node.ml
+6 -0 omake-branches/0.9.8.x/src/ir/omake_node_sig.ml
A hyperlinked version of this commit is available at
http://svn.metaprl.org/commitlogs/omake/2007-05.html#07/05/05.10:55:55
More information about the OMake-CVS
mailing list