You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I accidentally enter 0x0D newline characters into my session and they are saved into the repl history, on subsequent startup an exception is thrown:
[Rebel readline] Type :repl/help for online help info
Execution error (StringIndexOutOfBoundsException) at java.lang.String/substring (String.java:1967).
String index out of range: -1
Additional evaluation of forms also throws an exception:
If I accidentally enter
0x0D
newline characters into my session and they are saved into the repl history, on subsequent startup an exception is thrown:Additional evaluation of forms also throws an exception:
Steps to replicate:
Insert
0x0D
literal into repl history:Start repl
The text was updated successfully, but these errors were encountered: