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

Parse keyreq correctly in RubyMethod args #2513

Merged
merged 1 commit into from Jan 26, 2015
Merged

Conversation

Who828
Copy link
Contributor

@Who828 Who828 commented Jan 24, 2015

This PR partially addresses issue #2512 (still need to fix the arity bit),

here is the difference it output (using the method provided by the issue)

[[:key, :arg1], [:key, :arg2]]

After the patch

[[:key, :arg1], [:keyreq, :arg2]]

enebo added a commit that referenced this pull request Jan 26, 2015
Parse keyreq correctly in RubyMethod args
@enebo enebo merged commit 7e40b2a into jruby:master Jan 26, 2015
@headius headius added this to the JRuby 9.0.0.0.pre2 milestone May 4, 2015
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

Successfully merging this pull request may close these issues.

None yet

3 participants