RuntimeError with compiled multi-byte variable #4660
Closed
Milestone
Comments
Another possible persistence issue, maybe? @enebo |
The fix for #4662 I thought would affect this but what it reads back is not being seen as a valid variable and this ends up violating some logic when the interpreter first interacts with it. I marked this against 9.2 since we have 2 side branches changing our internals to be based on either (ByteList or RubySymbol - an ongoing discussion). What we have to date is pushing a ByteList through the parser. In the case of StaticScope we have a ByteList now so it will trivially fix this (although we may change this to a RubySymbol before all is said and done). |
Fixed in 9.2 by @enebo symbol work. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
multibytevar.rb
run with jruby 9.1.9.0
compile and run with jruby 9.1.9.0
The text was updated successfully, but these errors were encountered: