You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While I'm understandably not relying on this behavior in production, it did break Sequel's tests. I believe this behavior changed between 9.1.5.0 and 9.1.6.0.
The text was updated successfully, but these errors were encountered:
Looks like we were not calling the new RubySignalException classes version of initialize and therefore were not setting the message. raise on down seems like it could use some cleanup. I found figuring this out above average difficulty...
Environment
Expected Behavior
With code:
I expect output will be
foo
, as that is MRI's behavior and the behavior of earlier JRuby versions. Example with ruby 2.3:Actual Behavior
While I'm understandably not relying on this behavior in production, it did break Sequel's tests. I believe this behavior changed between 9.1.5.0 and 9.1.6.0.
The text was updated successfully, but these errors were encountered: