We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
When I run stainless using --solvers=princess on the code at https://github.com/jacobprudhomme/finger-tree/blob/stainless-slow/src/main/scala/fingertree/FingerTree.scala (which is relatively short), then it stackoverflows.
--solvers=princess
Here is the stacktrace stainless-stack-trace.txt
It shouldn't be an installation / config issue because it runs fine on other projects.
Here is what I get when running ./stainless.sh --version:
./stainless.sh --version
Stainless version: 0.9.7 Built at: 2022-11-22 09:14:21.345+0100 Stainless Scala version: 3.2.0 Bundled Scala compiler: 3.2.0
Let me know if you need more information.
Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
When I run stainless using
--solvers=princess
on the code at https://github.com/jacobprudhomme/finger-tree/blob/stainless-slow/src/main/scala/fingertree/FingerTree.scala (which is relatively short), then it stackoverflows.Here is the stacktrace stainless-stack-trace.txt
It shouldn't be an installation / config issue because it runs fine on other projects.
Here is what I get when running
./stainless.sh --version
:Let me know if you need more information.
Thanks.
The text was updated successfully, but these errors were encountered: