Stefan Monnier monnier@IRO.UMontreal.CA writes:
Please "make clean" and try again, you're still running an old lparse_test.ml file that's been removed (well, renamed to elab_test.ml and then changed).
Whoa... indeed.
If you can figure out to get our makefile to do that automatically, even better.
Not sure I understand why it was keeping the old one! Shouldn't `$(OCAMLBUILD)` on `src/REPL.ml` run every time and pick up the right inputs... or wait, did I forget entirely to re-make while bisecting? If so, need a `git bisect` for my brain.
CL