-
Notifications
You must be signed in to change notification settings - Fork 324
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
Implement the Ydoc JS bundle test #9929
Comments
Dmitry Bushev reports a new STANDUP for yesterday (2024-05-29): Progress: Started working on the issue. Fixed the issue with the race condition in the polyfill timers. Removed a separate executor for scheduling tasks and reused the main executor instead. Created a PR It should be finished by 2024-06-08. Next Day: Next day I will be working on the #9929 task. Continue working on the task |
Dmitry Bushev reports a new STANDUP for today (2024-05-30): Progress: Continue working on the issue. Returned to PR Record interaction between GUI and LS. Implemented recording RPC messages in the events log containing messages between the LS and the runtime. Updated the tests. Updated the PR. Investigating the issue with the language server startup. It should be finished by 2024-06-08. Next Day: Next day I will be working on the #9929 task. Continue working on the task |
Dmitry Bushev reports a new STANDUP for today (2024-05-31): Progress: Continue working on the issue. Implemented serialization for JSON-RPC requests and responses. Implemented responses for initProtocolConnectin and acquire capability ydoc requests. It should be finished by 2024-06-08. Next Day: Next day I will be working on the #9929 task. Continue working on the task |
Dmitry Bushev reports a new STANDUP for today (2024-06-03): Progress: Continue working on the issue. Mocked open file language server response. Finished the implementation of the initialization logic. Cleaned up and created the PR. It should be finished by 2024-06-08. Next Day: Next day I will be working on the #9929 task. Continue working on the task |
close #9929 Changelog: - update: customize Ydoc main hostname and port with environment variables - add: Ydoc initialization test
Dmitry Bushev reports a new STANDUP for yesterday (2024-06-04): Progress: Started looking into the IdMap issue. Revisited the caching infrastructure that potentially needs to be updated. Started splitting the task into parts. It should be finished by 2024-06-08. Next Day: Next day I will be working on the #9929 task. Continue working on the task |
Dmitry Bushev reports a new STANDUP for yesterday (2024-06-05): Progress: Continue looking into the IdMap issue. Investigating how the tree updates are handled by the ydoc server. Had a discussion with Adam about the usage of IdMap on the gui side. Decided to schedule a call for tomorrow. It should be finished by 2024-06-08. Next Day: Next day I will be working on the #9929 task. Continue working on the task |
The test should ensure that the changes made to JS files are compatible with running the Ydoc on GraalVM.
The test should include running the
ydocServer.js
bundle, and processing a file edit.The text was updated successfully, but these errors were encountered: