Skip to content
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] String#unpack is returning Strings instead of RubyStrings #2931

Closed
bjfish opened this issue May 11, 2015 · 1 comment
Closed

[Truffle] String#unpack is returning Strings instead of RubyStrings #2931

bjfish opened this issue May 11, 2015 · 1 comment
Assignees
Milestone

Comments

@bjfish
Copy link
Contributor

bjfish commented May 11, 2015

Example

jt e 'puts Truffle::Runtime.java_class_of("abc \0\0abc \0\0".unpack("A6Z6")[0])'
String

I would expect this to return RubyStrings, right?

@chrisseaton chrisseaton added this to the truffle-dev milestone May 12, 2015
@chrisseaton
Copy link
Contributor

Fixed in cf0bfa9

@chrisseaton chrisseaton self-assigned this May 12, 2015
@enebo enebo added this to the Non-Release milestone Dec 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants