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

No handling of 1.9 array decomposition in arguments #1948

Closed
whitequark opened this issue Oct 7, 2012 · 5 comments
Closed

No handling of 1.9 array decomposition in arguments #1948

whitequark opened this issue Oct 7, 2012 · 5 comments

Comments

@whitequark
Copy link

The issue is best described by this gist: https://gist.github.com/7d698369c187f404b2f7
It seems that the parser is unable to recognize such constructs yet, too: https://gist.github.com/2e1ab3523b65736f3161

@wilson
Copy link
Member

wilson commented Oct 7, 2012

Wow, I had no idea this feature existed. Nice catch.

@whitequark
Copy link
Author

It seems that RubySpec misses this feature, too. Should I open an issue there as well?

@jc00ke
Copy link
Member

jc00ke commented Oct 7, 2012

No, you don't need to, but if you want to add a spec here in Rubinius we would love that PR. It'll eventually get merged in to RubySpec.

@brixen
Copy link
Member

brixen commented Oct 9, 2012

Yep, it's not implemented yet.

I'd like to see the real-world code that uses this.

@hron84
Copy link

hron84 commented Nov 23, 2012

Wow, I never ever see this language feature in wild too. 👍

@skliew skliew mentioned this issue Jul 31, 2013
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

5 participants