-
Notifications
You must be signed in to change notification settings - Fork 77
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
Migrate to jline3 #2063
Open
DavyLandman
wants to merge
35
commits into
main
Choose a base branch
from
migrate-jline3
base: main
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.
+3,039
−2,557
Open
Migrate to jline3 #2063
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
31cb437
Working on jline3
DavyLandman c67a197
Working on jline3
DavyLandman 08ffabd
Working on jline3
DavyLandman b02f63f
Cleaning up pom to drop jline2 related dependencies
DavyLandman 57b43d1
Removing InputStream and OutputStreams from the evaluator
DavyLandman 61d4387
Rewriting away old parts of the jline2 code
DavyLandman 94b9425
Rewrote TerminalProgressBarMonitor
DavyLandman 1fd8348
Working on migrating to the new repl api
DavyLandman 91998c1
Got the first working repl to do multiline
DavyLandman 3aa2626
Got ctrl+c to work correctly
DavyLandman de6d79f
Added lines to the continuation prompt
DavyLandman 38989b9
A bit more tweaking of the prompts
DavyLandman 3145e2f
Added initial support for command completion
DavyLandman 79bdf53
Added module completion support
DavyLandman 27bf01f
Also added support for keywords and identifier completion
DavyLandman c0387b0
Support ctrl+c to interrupt a running rascal command
DavyLandman 3d53007
Added location completion support
DavyLandman 26d6052
Tuned completion a bit around locations and strings
DavyLandman 922c61e
Fixed word lexer test
DavyLandman 11a9103
Detect keywords and escape them in completions
DavyLandman 4adaced
Updated todo list
DavyLandman 2370802
Added queued command support
DavyLandman a58f57e
Added clear capability
DavyLandman 0a911ac
Remove old implementation of REPL
DavyLandman 43d4b65
Rewrote everything into output streams to reduce all the strings
DavyLandman d793d68
Working on support for the parametric repl and compiler
DavyLandman 98c3e8b
Finished rewriting REPL framework to prepare for compiler and parametric
DavyLandman f498c27
Cleaning more old code and getting history to work correctly
DavyLandman 712e848
Forgotten commit after rename
DavyLandman 9f84a1a
Cleaning up old code
DavyLandman bcac0a1
Implemented TermREPL support
DavyLandman dc1ce03
Supported ctrl+\ escape in the REPL
DavyLandman e95c18d
Updated todo list
DavyLandman f74a9cb
Refactored some names
DavyLandman b516619
Fixed performance issues with the progress bar
DavyLandman 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 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
This file contains 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
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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.
What is this port and why has it changed?
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.
it's for remote debugging, and I should revert it, or at least not part of this PR.