-
Notifications
You must be signed in to change notification settings - Fork 327
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
Expression update should contain full multi-value info #12153
Comments
FYI: #11600 (comment) |
Dmitry Bushev reports a new STANDUP for the provided date (2025-01-27): Progress: [cloud-v2][1651] Discussed possible implementations of the synchronization logic. Confirmed the short-term plan with the gui team. Started implementing the upload logic as a part of the project-manager shim middleware. It should be finished by 2025-02-03. Next Day: Next day I will be working on the #12153 task. Continue working on the task |
Dmitry Bushev reports a new STANDUP for yesterday (2025-01-28): Progress: [cloud-v2][1651] Discussed downloading logic with Pavel. Negotiated a new API. Finished implementing the upload logic of the gui RemoteBackend. It should be finished by 2025-02-03. Next Day: Next day I will be working on the #12153 task. Continue working on the task |
Dmitry Bushev reports a new STANDUP for today (2025-01-29): Progress: [cloud-v2][1651] Implemented the upload handling in the gui project-manager middleware. Implemented the enso-project bundle creation. [12153] Implemented a new TypeInfo type representation as it is observed from the execution instrument. Starting updating the instrumentation logic It should be finished by 2025-02-03. Next Day: Next day I will be working on the #12153 task. Continue working on the task |
Dmitry Bushev reports a new STANDUP for the provided date (2025-01-30): Progress: [cloud-v2][1651] Added menu uption to run the cloud project locally. Implemented rough logic for downloading the project and spawning the local project manager. [12153] Updated the instrumentation logic. Started working on fixing the tests. It should be finished by 2025-02-03. Next Day: Next day I will be working on the #12153 task. Continue working on the task |
Dmitry Bushev reports a new STANDUP for yesterday (2025-01-31): Progress: [9976] Investigated the issue of failing uploads. Started moving the run script upload logic to the github actions upload-artifact. Updated the Engine and IDE workflows. Created a draft PR. It should be finished by 2025-02-03. Next Day: Next day I will be working on the #12153 task. Continue working on the task |
Dmitry Bushev reports a new STANDUP for the provided date (2025-02-01): Progress: [9976] Fixed the issue with file permissions of project-manager bundle by creating a tar archive. Debugging an issue with generating multiline strings. Debugging an issue with mkdir on Windows. It should be finished by 2025-02-03. Next Day: Next day I will be working on the #12153 task. Continue working on the task |
Dmitry Bushev reports a new STANDUP for yesterday (2025-02-02): Progress: [9976] Implemented uploading of final ide artifacts of the ide-packaging workflow. Testing the final artifacts. Removed outdated artifact downloading API and replaced it with the appropriate action. Testing the release workflow. Undrafted the PR. It should be finished by 2025-02-03. Next Day: Next day I will be working on the #12153 task. Continue working on the task |
Dmitry Bushev reports a new STANDUP for today (2025-02-03): Progress: [9976] Implemented uploading of final ide artifacts on the release workflow. [12153] Fixed compilation of runtime tests. Debugging failing runtime server tests It should be finished by 2025-02-03. Next Day: Next day I will be working on the #12153 task. Continue working on the task |
Dmitry Bushev reports a new STANDUP for the provided date (2025-02-03): Progress: [cloud-v2][1651] Finished implementing the Run Locally button and started testing. Fixed issues with the project downloading. Found a new issue with the missing project id of the downloaded cloud project. Started working on the fix It should be finished by 2025-02-10. Next Day: Next day I will be working on the #12153 task. Continue working on the task |
Dmitry Bushev reports a new STANDUP for the provided date (2025-02-04): Progress: [cloud-v2][1651] Finished implementing the Run Locally button and started testing. Fixed issues with the project downloading. Found a new issue with the missing project id of the downloaded cloud project. Started working on the fix It should be finished by 2025-02-10. Next Day: Next day I will be working on the #12153 task. Continue working on the task |
Dmitry Bushev reports a new STANDUP for yesterday (2025-02-05): Progress: [cloud-v2][1651] Updated the logic listing the directory to set missing project ids. Added listing directory logic to generate project id before starting the language server. Investigating the issue when the project is started, language server is running but the project tab does not open in the browser. It should be finished by 2025-02-10. Next Day: Next day I will be working on the #12153 task. Continue working on the task |
Dmitry Bushev reports a new STANDUP for today (2025-02-06): Progress: [12153] Finished fixing the runtime tests. Updated the language server protocol. Fixed the language server tests. Updated the runtime type info data structure according to the review comments. Undrafted the PR. It should be finished by 2025-02-10. Next Day: Next day I will be working on the #12153 task. Continue working on the task |
Dmitry Bushev reports a new STANDUP for today (2025-02-07): Progress: [12153] Updated the language server API. Fixed the PR review comments. Ready to merge when Windows CI is fixed. [cloud-v2][1651] Debugging the project opening. Simplified the logic and moved it to the context menu level. It should be finished by 2025-02-10. Next Day: Next day I will be working on the #12153 task. Continue working on the task |
The
EnsoMutliValue
was updated to carrydispatch
andextra
sets of types.enso/engine/runtime/src/main/java/org/enso/interpreter/runtime/data/EnsoMultiValue.java
Lines 42 to 45 in d960676
The ExpressionUpdate message returns only a union of
dispatch
andextra
set of types of a multi-value (aka intersection type)The
ExpressionUpdate
type information needs to be updated to carry theextra
set of types of the multi-value and allow the IDE to find out what are thedispatch
types and what are theextra
types.The text was updated successfully, but these errors were encountered: