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
However, it does not, and we instead get a recovery at a later phase:
[ Error ] test$0 depends on missing dependencies: Option$4, apply$14.
[ Fatal ] Cannot recover from missing dependencies
[ Error ] Stainless terminated with an error.
[ Error ] Debug output is available in the file `stainless-stack-trace.txt`. If the crash is caused by Stainless, you may report your issue on https://github.com/epfl-lara/stainless/issues
[ Error ] You may use --debug=stack to have the stack trace displayed in the output.
This issue does not affect StaticChecks (for some reasons)
The text was updated successfully, but these errors were encountered:
In the following snippet, we expect the
FragmentChecker
to report an error due to using the Scala variant ofOption
:However, it does not, and we instead get a recovery at a later phase:
This issue does not affect
StaticChecks
(for some reasons)The text was updated successfully, but these errors were encountered: