Open xrchz opened 6 hours ago
At current master (i.e. 01016dcf0e02558d270fce008fce672df8cdbbf7)
master
Running Holmake in a directory containing only the file bugScript.sml with the following contents
Holmake
bugScript.sml
open HolKernel boolLib bossLib val _ = new_theory"bug"; Definition bug_def: bug = nothing to see here Termination cheat QED val _ = export_theory();
seems to go into an infinite loop.
Thanks for the bug report!
@digama0 might be best placed to fix this.
At current
master
(i.e. 01016dcf0e02558d270fce008fce672df8cdbbf7)Running
Holmake
in a directory containing only the filebugScript.sml
with the following contentsseems to go into an infinite loop.