-
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
Could not resolve engine version for Edition(Some(NaN)
warnings
#6806
Comments
I see:
not sure what it is caused by, but certainly we can report the error just once. |
Could not resolve engine version for Edition(Some(NaN)
warnings
It might be connected to the fact that all of my projects except today's one was created with an older version or have the version erased from the YAML file? |
This has nothing to do with switching to local context (I saw that message just by randomly using IDE):
|
Could not resolve engine version for Edition(Some(NaN)
warningsCould not resolve engine version for Edition(Some(NaN)
warnings
@xvcgreg yes, although the |
Reduced to a simple test-case (now fails):
|
Hubert Plociniczak reports a new STANDUP for the provided date (2023-05-26): Progress: Investigated the problem with reported invalid engine version. The confusing error is when engine value is null (i.e. missing). Apparently circe allows to deserialize null as Next Day: Next day I will be working on the #6806 task. Provide a fix for the issues. |
Empty edition (null value) was parsed as NaN, which was confusing. This change correctly detects the case before trying different fallback mechanisms. Addresses invalid warning mentioned in #6806.
#6086 fixed the warning so that it now properly complains about a missing edition (and defaults to some hardcoded version). No warning like the above in the logs. |
Hubert Plociniczak reports a new STANDUP for yesterday (2023-05-29): Progress: Addressed PR review. Trying to reproduce errors I once encountered after the GraalVM upgrade. Created #6880 with a proposition for a potential fix. Investigated numerous calls to Next Day: Next day I will be working on the #6806 task. Reviewing tickets |
What issue are you facing?
When I switch from default cloud context to local one I get spammed with
projectmanager
warnings:(see log section - it's too long to paste here)
Expected behaviour
No unnecessary warnings
Logs
new 17.txt
Enso Version
2023.5.23 nightly
Browser or standalone distribution
Standalone distribution (local project)
Browser Version or standalone distribution
standalone
Operating System
Windows
Operating System Version
Win11pro 22H2 22621.1555
Hardware you are using
12th Gen Intel(R) Core(TM) i9-12900HK / RTX3060 Laptop / Nvidia Drivers 531.68
The text was updated successfully, but these errors were encountered: