String literal difference from MRI #5052
Closed
Milestone
Comments
The "WARNING" are a Java 9 thing about us using reflection to crack open core JDK classes, and the stack trace is a known bug with readline on Windows that's fixed in 9.1.16.0, so I'll remove those from your description. The actual string bug should have a fix shortly; I believe @enebo is on it. |
enebo
added a commit
that referenced
this issue
Feb 18, 2018
Basic gist of fix is to push '#' onto result buffer if we did not find any useful characters after the next significant character ('@', '$'). Fixing this was confusing because we have an ancient outdated pushback(char) method which actually ignores c (except for eof).
enebo
added a commit
that referenced
this issue
Feb 23, 2018
Basic gist of fix is to push '#' onto result buffer if we did not find any useful characters after the next significant character ('@', '$'). Fixing this was confusing because we have an ancient outdated pushback(char) method which actually ignores c (except for eof).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
Running on Windows 10
Expected Behavior
Actual Behavior
The text was updated successfully, but these errors were encountered: