Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

Exit instead of return from bootstrap #18

Closed
wants to merge 1 commit into from

Conversation

stenlarsson
Copy link
Contributor

In JRuby 9k this fails with an exception like

LocalJumpError: unexpected return
  block in classpath:jar-bootstrap.rb at classpath:jar-bootstrap.rb:119
                                 each at org/jruby/RubyArray.java:1560
                                <top> at classpath:jar-bootstrap.rb:114

Not sure why this worked in earlier versions of JRuby.

In JRuby 9k this fails with an exception like
```
LocalJumpError: unexpected return
  block in classpath:jar-bootstrap.rb at classpath:jar-bootstrap.rb:119
                                 each at org/jruby/RubyArray.java:1560
                                <top> at classpath:jar-bootstrap.rb:114
```
Not sure why this worked in earlier versions of JRuby.
@iconara
Copy link
Owner

iconara commented Aug 18, 2015

LGTM, remind me to merge and deploy a new release tomorrow.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants