-
Notifications
You must be signed in to change notification settings - Fork 326
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
Apply expression updates. #7783
Comments
Michael Mauderer reports a new STANDUP for yesterday (2023-09-26): Progress: Started looking into LS server integration and receiving events, as well as setting up scaffolding for receiving data. It should be finished by 2023-09-29. Next Day: Next day I will be working on the #7783 task. Continue on task. |
Michael Mauderer reports a new STANDUP for yesterday (2023-09-26): Progress: Worked on integrating functionality from Adam and Frizi and testing the integration for receiving events. It should be finished by 2023-09-29. Next Day: Next day I will be working on the #7783 task. Continue on task. |
Michael Mauderer reports a new 🔴 DELAY for yesterday (2023-10-02): Summary: There is 6 days delay in implementation of the Apply expression updates. (#7783) task. Delay Cause: 3 days sick, 2 days weekend, 1 day LS issues. |
Michael Mauderer reports a new STANDUP for yesterday (2023-10-02): Progress: Worked on diagnosing issues with messages from LS. Rant into more issues with LS. It should be finished by 2023-10-05. Next Day: Next day I will be working on the #7783 task. Continue on task. |
Michael Mauderer reports a new STANDUP for today (2023-10-03): Progress: Resolved issues with LS. Continued work on processing expression updates. It should be finished by 2023-10-05. Next Day: Next day I will be working on the #7783 task. Continue on task. |
Michael Mauderer reports a new STANDUP for yesterday (2023-10-04): Progress: Resolved some more issues with LS and continued work on expression update integration and showing type information on nodes. It should be finished by 2023-10-05. Next Day: Next day I will be working on the #7783 task. Continue on task. |
Michael Mauderer reports a new STANDUP for today (2023-10-05): Progress: Finished work on integration and showing type info on nodes. Rebased code and opened PR. It should be finished by 2023-10-05. Next Day: Next day I will be working on the #7783 task. Start next task. |
Implements #7783. Adds functionality to handle and store expression updates, as well as show the output type of node. https://github.com/enso-org/enso/assets/1428930/31ffff78-ff2c-4e0b-bcde-ddc507cc0226
When opening graph, we should create an Execution Context in the backend and listen for expression updates. The types, method pointers and other useful information should be stored in appropriate place (create a storage if it will still be missing).
The text was updated successfully, but these errors were encountered: