-
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
Set component doesn't work in GUI2 #8884
Comments
Closed
Keziah Wesley reports a new STANDUP for today (2024-01-29): Progress: Implemented automatic parentheses (fixes #8884); moved metadata into AST Y.Js objects (#8237). It should be finished by 2024-01-29. Next Day: Next day I will be working on the #8238 task. Start on identity-preserving text edits. |
5 tasks
5 tasks
mwu-tow
pushed a commit
that referenced
this issue
Feb 2, 2024
) - Synchronize Y.Js clients by AST (implements #8237). - Before committing an edit, insert any parentheses-nodes needed for the concrete syntax to reflect tree structure (fixes #8884). - Move `externalId` and all node metadata into a Y.Map owned by each `Ast`. This allows including metadata changes in an edit, enables Y.Js merging of changes to different metadata fields, and will enable the use of Y.Js objects in metadata. (Implements #8804.) ### Important Notes - Metadata is now set and retrieved through accessors on the `Ast` objects. - Since some metadata edits need to take effect in real time (e.g. node dragging), new lower-overhead APIs (`commitDirect`, `skipTreeRepair`) are provided for careful use in certain cases. - The client is now bundled as ESM. - The build script cleans up git-untracked generated files in an outdated location, which fixes lint errors related to `src/generated` that may occur when switching branches.
github-project-automation
bot
moved this from 👁️ Code review
to 🟢 Accepted
in Issues Board
Feb 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Trying to configure the set component via the drop downs doesn't work:
Found in build ide2-enso-win-2024.1.1-nightly.2024.1.29.exe
The text was updated successfully, but these errors were encountered: