-
-
Notifications
You must be signed in to change notification settings - Fork 925
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
[Truffle] Fix remaining language specs #3549
Comments
|
If we can clear 2.3 tags that would be good. If we can get to zero tags then that's better than any other implementation isn't it? |
Indeed, only MRI passes all of RubySpec currently. |
The last character classes spec is blocked by jruby/jcodings#13 |
Last last regex modifiers spec is blocked by jruby/joni#13, but I've shimmed enough to pass the specs. |
I can't see how to implement |
I've figured out assignment of |
Truncating for |
Yes, but the key thing we're missing is the value of |
For reading it? |
Well, indirecting it in order to write to it, yeah. |
I looked into the argv approach too. It doesn't appear that OpenJDK saves
the reference anywhere so there's no way to get at it even under the
covers. It would require a patch for the JVM itself.
|
The text was updated successfully, but these errors were encountered: