Closed hjorthjort closed 7 years ago
Can you try load "compilerTheory";
first?
That worked, for both compilerTheory and lexer_funTheory
By the way, the editor support in vim and emacs can help do these load
s automatically. I guess this issue is closed now, reopen if not.
Originally I encountered this problem when trying to source lexer_funTheory from the vim plugin.
I'd say it's closed. Big thanks!
You might need to use the hl
or hL
commands in the vim plugin (as mentioned in its README
) to get it to call load
.
After downloading a fresh copy of CakeML (as well as PolyML and HOL) and running
Holmake
in the compiler directory, I can't sourcecompilerTheory
orlexer_funTheory
.Here is what happens.
I have tried this on a fresh machine as well, by creating a docker image. Here is the Dockerfile, which should be failry intelligible even if you don't have experience with Docker. It does the following:
hol
as above.Known working and non-working theories:
Non-working:
Working
Note that I am using the fast build of Holmake. I am trying this again right now, once again from a fresh copy, where I will use
Holmake
without the--fast
flag.This problem appeared locally in my development environment yesterday, March 21.