General

Profile

jeffreyc (Jeff C)

  • Login: jeffreyc
  • Registered on: 05/05/2016
  • Last sign in: 05/24/2023

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 2 2

Activity

08/10/2016

11:33 PM Ruby Bug #12667 (Closed): full_gem_path is incorrect for core modules
`#find_full_gem_path` [assumes all gems are in `gems_dir`](https://github.com/ruby/ruby/blob/trunk/lib/rubygems/basic_specification.rb#L105). It also leverages `full_name`, which [assumes the directory includes the version](https://githu... jeffreyc (Jeff C)

05/11/2016

12:38 PM Ruby Bug #12353: Regression with Marshal.dump on ruby 2.3.1p112 (2016-04-26 revision 54768) [x86_64-darwin15]
Nobuyoshi Nakada wrote:
> I can't reproduce it.
> ...
The regression appears to be specific to ActiveSupport 4.1.15. If I try ActiveSupport 4.2.6, `Marshal.dump` behaves as expected.
jeffreyc (Jeff C)

05/05/2016

09:17 PM Ruby Bug #12353 (Closed): Regression with Marshal.dump on ruby 2.3.1p112 (2016-04-26 revision 54768) [x86_64-darwin15]
Attempting to call `Marshal.dump` on an `ActiveSupport::CoreExtensions::Numeric::Time` (e.g., `1.day`) triggers a ```NoMethodError: undefined method `marshal_dump' for 86400:Fixnum``` exception in both Ruby 2.3.0 and 2.3.1 on OS X (10.11... jeffreyc (Jeff C)

Also available in: Atom