-
Notifications
You must be signed in to change notification settings - Fork 194
Implement String#undump #2131
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
Implement String#undump #2131
Conversation
Thanks for this - normally I'd say to try to write this in Ruby.... but this kind of tight loop we can copy and paste from JRuby is fine. |
a3657ff
to
15f8a94
Compare
Just pushed fixes for your latest batch of comments :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thank you for the PR!
Would you mind squashing the commits?
(I could squash myself but then the PR won't be marked as merged on GitHub, since we don't merge on GitHub directly but the internal CI does)
1512977
to
3373bf9
Compare
Squashed :) |
Hello Marcin Kostrzewa, thanks for contributing a PR to our project! We use the Oracle Contributor Agreement to make the copyright of contributions clear. We don't have a record of you having signed this yet, based on your email address marckostrzewa -(at)- gmail -(dot)- com. You can sign it at that link. If you think you've already signed it, please comment below and we'll check. |
(The OCA check is fine, I just added you to the check list as you already signed it) |
Marcin Kostrzewa has signed the Oracle Contributor Agreement (based on email address marckostrzewa -(at)- gmail -(dot)- com) so can contribute to this repository. |
PullRequest: truffleruby/2114
Implements the previously unimplemented
String#undump
method.The implementation is adapted from JRuby's.