Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2008-02-02 11:22:19 -0800 (Sat, 02 Feb 2008)
Revision: 12713
Log message:
The "polling for filesystem changes (OMakefiles only)" loop was implemented
incorrectly, where omake could get stuck in this loop even after observing a
relevant OMakefile change event.
Changes | Path(relative to omake-branches/0.9.8.x/src/build) |
+4 -4 | omake_build.ml |
Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2008-02-02 14:39:39 -0800 (Sat, 02 Feb 2008)
Revision: 12715
Log message:
Thanks to Rabih Elchaar's FILE_SHARE_WRITE fix, there is no longer any need to use an "unsafe" .omakedb overwriting on Win32+FAM.
Changes | Path(relative to omake-branches/0.9.8.x/src/build) |
+5 -21 | omake_build.ml |
Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2008-02-02 16:48:14 -0800 (Sat, 02 Feb 2008)
Revision: 12716
Log message:
[Bug 711] The "try" blocks should not automatically export.
P.S. This will probably create a conflict in branch merges, we should be
careful.
Changes | Path(relative to omake-branches/0.9.8.x) |
+1 -1 | src/builtin/omake_builtin_base.ml |
+0 -36 | src/eval/omake_eval.ml |
+0 -1 | src/eval/omake_eval.mli |
+15 -0 | test/simple/Test10 |