Skip to content
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

Error in command line highlighter let readLine() method in an unusable state #741

Closed
mattirn opened this issue Nov 12, 2021 · 0 comments
Closed
Milestone

Comments

@mattirn
Copy link
Collaborator

mattirn commented Nov 12, 2021

Error in custom command line highlighter let readLine() method in an unusable state. Stack traces print in REPL app loop:

java.lang.IllegalStateException
	at org.jline.reader.impl.LineReaderImpl.readLine(LineReaderImpl.java:552)
	at org.jline.reader.impl.LineReaderImpl.readLine(LineReaderImpl.java:468)
	at org.jline.demo.Repl.main(Repl.java:333)
java.lang.IllegalStateException
	at org.jline.reader.impl.LineReaderImpl.readLine(LineReaderImpl.java:552)
	at org.jline.reader.impl.LineReaderImpl.readLine(LineReaderImpl.java:468)
	at org.jline.demo.Repl.main(Repl.java:333)
java.lang.IllegalStateException
	at org.jline.reader.impl.LineReaderImpl.readLine(LineReaderImpl.java:552)
	at org.jline.reader.impl.LineReaderImpl.readLine(LineReaderImpl.java:468)
	at org.jline.demo.Repl.main(Repl.java:333)
@mattirn mattirn changed the title Error in custom command line highlighter let readLine() method in an unusable state Error in command line highlighter let readLine() method in an unusable state Nov 13, 2021
@gnodet gnodet added this to the 3.22.0 milestone Jan 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants