-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
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
stackoverflow in space engine with epfl-lara/lisa and 3.3.0-RC6 #17562
Comments
Bisect job logs: https://github.com/VirtusLab/community-build3/actions/runs/5586559456/jobs/10210742890 Becouse of specific build (using remote sbt projects) the commit-based bisect has failed, however luckily range of commits it quite narrow:
|
@WojciechMazur after your fix, does this still fail? |
The linked fix is not related to the reported issue. The fix targeted main to allow for inclusion of project in open community build. The reported error was existing is some other branch |
Which branch? Because the issue points to a commit on main and says to change the scala 3 version to 3.3.0. In the open community build you'll also be changing the version to a nightly of 3.3.0. So if it works in the open community build then it's not broken any more, no? |
@dwijnand you're correct, the referenced commit sits on main (currently HEAD^4), and seems like some of the follow up changes allowed to mitigate to SpaceEngine issues. However, it's worth to remeber that the underlying problem would still be present in the compiler, even though the project would manage to compile it's current source code. @bishabosha do have some more context about this issue. I guess that right now it's not a blocker for lisa project |
Seems like SpaceEngine issue is still present in the main of lisa project. Here's the build logs of latest build: https://github.com/VirtusLab/community-build3/actions/runs/5626149769/job/15246428654 |
It's fixed via #19216 |
There is a stack overflow in the space engine compiling one of the source files in
lisa-utils
submoduleCompiler version
3.3.0-RC6
Minimized code
build.sbt
setscala3 = 3.3.0-RC6
sbt lisa-examples/compile
Output (click arrow to expand)
The text was updated successfully, but these errors were encountered: