-
Notifications
You must be signed in to change notification settings - Fork 334
Execute yjs from insight script #11965
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
Draft
4e6
wants to merge
41
commits into
develop
Choose a base branch
from
wip/db/11477-execute-yjs-insight
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
2512bb9
feat: build insight script
4e6 4477b4a
feat: initialize polyfill parser
4e6 31c97b9
DRAFT: insight parse tree
4e6 936bf45
feat: enso.dev.inspectPort
4e6 d9ce757
DRAFT: set widget metadata
4e6 50266f9
DRAFT: y-websocket
4e6 93ba1dc
DRAFT: debug websocket
4e6 7c889c6
Merge branch 'develop' into wip/db/11477-execute-yjs-insight
4e6 2932fac
update: after merge
4e6 8d17b9e
Combine previous value of ENSO_JVM_OPTS together WithDebugCommand.DEB…
JaroslavTulach 814eb91
Re-try callback when JavaScript refuses to execute because of Multi t…
JaroslavTulach c8acbb2
Merging with latest develop
JaroslavTulach 557bd00
Reverting unnecessary changes in ContextFactory
JaroslavTulach 696d9e3
Use normal --inspect or DAP debugging
JaroslavTulach dc1a883
Merging with most recent develop
JaroslavTulach d0610ba
Merge remote-tracking branch 'origin/develop' into wip/db/11477-execu…
JaroslavTulach 048bd5c
Merging with Share getThreadManager pool
JaroslavTulach d0d71be
Merging with most recent develop
JaroslavTulach 31729b7
Merge remote-tracking branch 'origin/develop' into wip/db/11477-execu…
JaroslavTulach bce8380
Merging with origin/develop
JaroslavTulach ec78a92
Formatting import statements
JaroslavTulach 2d91f12
Include requested URL in the failure message
JaroslavTulach dca720d
No need to change Zlib when allowBufferAccess is on
JaroslavTulach f383682
Updating to helidon 4.2.2
JaroslavTulach 877b227
Removing outdated debug configuration
JaroslavTulach 7df699c
Merge remote-tracking branch 'origin/develop' into wip/db/11477-execu…
JaroslavTulach e29bfc1
Merge remote-tracking branch 'origin/develop' into wip/db/11477-execu…
JaroslavTulach 8e21525
Create zlib Buffer over ArrayBuffer view
JaroslavTulach 1c7e750
WebSocketClient utility to check compatibility of the polyfill
JaroslavTulach 6f0d885
Delay initialization of insight by ten seconds to not interfere with …
JaroslavTulach b10c9c7
Don't clean the session to avoid NPE and get more explainable exception
JaroslavTulach a44375a
Turn into interfactive shell
JaroslavTulach efda23a
Merging in #13159
JaroslavTulach 1ed6d4d
Allow override (composition) of ENSO_JVM_OPTS env variable
JaroslavTulach e8c11ab
Use /home/devel/NetBeansProjects/enso/enso.ide to reference current w…
JaroslavTulach 1ec18f1
Cannot stringify frame - the content may be too deep
JaroslavTulach b81b815
--jvm option takes argument in enso, but not in project-manager
JaroslavTulach c8e5342
Allow project-manager --jvm to have an argument
JaroslavTulach 2be45bf
Unexpected exceptions like IllegalStateException should be reported. …
JaroslavTulach 08c21ae
prepareFunctionCall may need Truffle context. Wrapping in submitExecu…
JaroslavTulach 8a73292
Merge remote-tracking branch 'origin/develop' into wip/db/11477-execu…
JaroslavTulach File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This console.readLine seems to work surprisingly well. It supports arrow movements and even provides history of previous entries. Isn't it time to replace
JLinewith it? Isn't the console actually backed by JLine (repackaged)?