bakineggs (Dan Barry)
- Login: bakineggs
- Registered on: 06/24/2016
- Last sign in: 06/24/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
06/24/2016
-
09:48 AM Ruby Bug #12353: Regression with Marshal.dump on ruby 2.3.1p112 (2016-04-26 revision 54768) [x86_64-darwin15]
- Using Ruby 2.3, Marshal.dump(1.day) works with ActiveSupport 4.2.6 but not 4.1.15 because ActiveSupport::Duration inherits from BasicObject in 4.1.15 and Object in 4.2.6.
The issue is that as of Ruby 2.3, Marshal.dump no longer works ...