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
C checks fine witout checked files for A/B, fails with them (it solves a to B.a instead).
$ ../../../bin/fstar.exe A.fst --cache_checked_modules
Verified module: A
All verification conditions discharged successfully
$ ../../../bin/fstar.exe B.fst --cache_checked_modules
Verified module: B
All verification conditions discharged successfully
$ ../../../bin/fstar.exe C.fst
* Error 19 at C.fst(3,8-3,14):
- Assertion failed
- The SMT solver could not prove the query. Use --query_stats for more
details.
- See also C.fst(3,15-3,27)
1 error was reported (see above)
$ ../../../bin/fstar.exe C.fst --cache_off
Verified module: C
All verification conditions discharged successfully
Noticed while reworking the bug-reports Makefile, related to #3559.
The text was updated successfully, but these errors were encountered:
Setup: A.fst:
B.fst:
C.fst:
C checks fine witout checked files for A/B, fails with them (it solves
a
toB.a
instead).Noticed while reworking the bug-reports Makefile, related to #3559.
The text was updated successfully, but these errors were encountered: