Skip to content
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

Issues with non camel case projects when serializing modules #7973

Closed
hubertp opened this issue Oct 4, 2023 · 4 comments
Closed

Issues with non camel case projects when serializing modules #7973

hubertp opened this issue Oct 4, 2023 · 4 comments

Comments

@hubertp
Copy link
Collaborator

hubertp commented Oct 4, 2023

As per conversation:

[ERROR] [2023-10-04T11:25:12+01:00] [enso.org.enso.compiler.ModuleCache] Failed to save cache for local.Enso_Cloud_API.Main.
java.io.NotSerializableException: com.oracle.truffle.api.source.SourceImpl
        at java.base/java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1187)
        at java.base/java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1572)

Also, problems encountered with modules named Mimic_Filter_SubjectIDs. Worked fine when renamed to Mimic_Filter_Subjects.

@enso-bot
Copy link

enso-bot bot commented Oct 6, 2023

Dmitry Bushev reports a new STANDUP for yesterday (2023-10-05):

Progress: Started working on the task. Discovered that the project renaming is broken in the dashboard. Discussed the potential solution. Debugging the issue of failing CI suite. It should be finished by 2023-10-10.

Next Day: Next day I will be working on the #7973 task. Continue working on the task

@enso-bot
Copy link

enso-bot bot commented Oct 6, 2023

Dmitry Bushev reports a new STANDUP for today (2023-10-06):

Progress: Continue working on the task. Review of the dashboard fix. Discovered that the project opening is broken for non-camel-snake-case project names. Found an issue that the dashboard starts the IDE with the display name while the IDE expects both the display and the normalized name. Started working on a fix. It should be finished by 2023-10-10.

Next Day: Next day I will be working on the #7973 task. Continue working on the task

@enso-bot
Copy link

enso-bot bot commented Oct 9, 2023

Dmitry Bushev reports a new STANDUP for today (2023-10-09):

Progress: Continue working on the task. Debugging the project opening. Found that IDE expects the displayed project name parameter when started from the dashboard. Updated the dashboard logic to use the normalized project name from the project/open response. Tested in IDE. Created the PR It should be finished by 2023-10-10.

Next Day: Next day I will be working on the #7973 task. Continue working on the task

mergify bot pushed a commit that referenced this issue Oct 10, 2023
related #7973

Fixes opening the projects with names that are not in Upper_Snake_Case.

# Important Notes
https://github.com/enso-org/enso/assets/357683/ea820658-5dee-474a-9dce-201d09796af7
@jdunkerley jdunkerley moved this from 📤 Backlog to 🔧 Implementation in Issues Board Oct 10, 2023
@4e6
Copy link
Contributor

4e6 commented Oct 13, 2023

The issue should be resolved by the linked PRs

@4e6 4e6 closed this as completed Oct 13, 2023
@github-project-automation github-project-automation bot moved this from 🔧 Implementation to 🟢 Accepted in Issues Board Oct 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

2 participants