Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-08-16 07:54:48 -0700 (Mon, 16 Aug 2004)
Revision: 483
Log message:
Fixed the Not_found exception Ron reported. The problem was with
expanding effects sets. As the effects are computed, the set
may expand to include targets for which commands have not been
constructed. This change starts the commands in the effects
fixpoint loop.
On Sat, 7 Aug 2004 07:22:46 -0400, Yaron Minsky <yminsky@gmail.com> wrote:
> I've been playing around with 0.8.3 and have found a situation where
> omake dies with a Not_found exception whenever I try to compile
> something that doesn't have an mli file. I've attached my OMakefile.
> I'm just trying to produce a simple OMakefile that cooperates with
> ocamlfind. I'm assuming that omake shouldn't ever just die with an
> exception like this.
Changes | Path |
+552 -244 | omake/omake.html |
+25 -25 | omake/src/build/omake_build.ml |