You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Makefile test goal is intended to success even if some proofs (non-executable code) fails. Specifically ReifyProofs.v and Correctness.v.
However, it does not properly track dependencies and sometimes fails, for example, if Compiler.vo is not fresh. It need to recompile if needed all files which actually needed for extraction.
The text was updated successfully, but these errors were encountered:
Makefile
test
goal is intended to success even if some proofs (non-executable code) fails. SpecificallyReifyProofs.v
andCorrectness.v
.However, it does not properly track dependencies and sometimes fails, for example, if
Compiler.vo
is not fresh. It need to recompile if needed all files which actually needed for extraction.The text was updated successfully, but these errors were encountered: