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
If this change is loaded, a simple call to Marshal.load(Marshal.dump([])) fails:
➜ experiment 9.1.8.0 jruby -G ./reproduce.rb
NoMethodError: undefined method `call' for nil:NilClass
Did you mean? caller
load at org/jruby/RubyMarshal.java:145
load at experiment/vendor/jruby/2.3.0/gems/activesupport-5.0.2/lib/active_support/core_ext/marshal.rb:5
<main> at ./reproduce.rb:4
Environment
Other relevant info you may wish to add:
If this change is loaded, a simple call to
Marshal.load(Marshal.dump([]))
fails:Code:
Gemfile:
Gemfile.lock
The text was updated successfully, but these errors were encountered: