-
Notifications
You must be signed in to change notification settings - Fork 323
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
Unrelated compiler error when projects load for the first time #10921
Comments
Disabling caching as it seems that loading BindingsMap breaks things.
Hubert Plociniczak reports a new STANDUP for the provided date (2024-08-30): Progress: Looks like caching support has been broken for some time. Added a temporary workaround by reverting the support. Followed up on an akka-related bug when native image is being generated. It should be finished by 2024-09-03. Next Day: Next day I will be working on the #10921 task. Continue the investigation. |
We now have a workaround in place but there is still a problem with caching, which cannot be enabled. Investigating. |
Hubert Plociniczak reports a new STANDUP for the provided date (2024-09-02): Progress: Continued debugging issue with caching. After blaming bindings map and incorrect compilation stage in IR, narrowed it down invalid compilation stage set post deserialization. Needs more testing. It should be finished by 2024-09-03. Next Day: Next day I will be working on the #10921 task. Continue the investigation. |
Hubert Plociniczak reports a new STANDUP for yesterday (2024-09-03): Progress: Prepared PR, still continuing with testing to make sure I don't break IdMaps. Discovered a regression in Akka logging introduced recently, PR ready with a fix. It should be finished by 2024-09-03. Next Day: Next day I will be working on the #10921 task. Continue with testing. |
Fixed via #10960 |
Hubert Plociniczak reports a new STANDUP for the provided date (2024-09-04): Progress: One extra day testing the functionality. Started looking into problems with enterprise GraalVM. It should be finished by 2024-09-04. Next Day: Next day I will be working on the #10895 task. Continue investigating the issue. |
I believe I started observing the problem once #10880 has been merged.
The following error is being reported when evaluating the visualization on startup:
Not an isolated case, happens on any project.
The text was updated successfully, but these errors were encountered: