-
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 |
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: