Skip to content

Add support for named captures in StringScanner (fixes #1067)#2603

Closed
MSNexploder wants to merge 1 commit intojruby:masterfrom
MSNexploder:strscan_captures
Closed

Add support for named captures in StringScanner (fixes #1067)#2603
MSNexploder wants to merge 1 commit intojruby:masterfrom
MSNexploder:strscan_captures

Conversation

@MSNexploder
Copy link
Contributor

test_AREF should pass but fails locally with "undefined method `assert_raise_with_message'" and i'm not sure why. 😓

@MSNexploder
Copy link
Contributor Author

Actually this is my very first pull request for JRuby so...

no idea

@enebo enebo added this to the JRuby 9.0.0.0.rc1 milestone May 1, 2015
@enebo
Copy link
Member

enebo commented May 1, 2015

@MSNexploder ah yeah assert error is because you need to run with test/mri/runner.rb:

/Users/enebo/work/jruby/bin/jruby -X-C -r ./test/mri_test_env.rb test/mri/runner.rb  -q -- ruby/test_alias.rb

@enebo
Copy link
Member

enebo commented May 1, 2015

@MSNexploder Sorry we left this so long...can you rebase this it no longer applies cleanly...

@MSNexploder
Copy link
Contributor Author

Actually this pull request is no longer needed. @headius already fixed this in 2d6b3f6.

@MSNexploder MSNexploder closed this May 1, 2015
@MSNexploder MSNexploder deleted the strscan_captures branch May 1, 2015 21:13
@enebo
Copy link
Member

enebo commented May 1, 2015

@MSNexploder great.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants