-
-
Notifications
You must be signed in to change notification settings - Fork 501
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
Replace chzyer/readline with ergochat/readline #2684
Conversation
The former seemed unmaintained and was lacking patches required for OpenBSD. See gopasspwGH-2683 Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
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.
LGTM
The REPL is working well for me with this on OpenBSD. |
The problem is that the Not sure if we wan't to merge it as is. |
Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
use readline 0.0.6's ClearScreen method
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.
LGTM. You'll need to rebase to sign-off the last commit of just merge as is without satisfying the DCO.
The code looks good, but I want to quickly tests it before merging. Should be done soon and then we should try to cut a release. |
The former seemed unmaintained and was lacking patches required for OpenBSD.
See GH-2683.
Some small changes were necessary since the ergochat fork changed the API a bit.