Project

General

Profile

Actions

Backport #5270

closed

Date#freeze causes memoized Date methods to fail

Added by ddfreyne (Denis Defreyne) over 12 years ago. Updated over 4 years ago.

Status:
Closed
Assignee:
-
[ruby-core:39244]

Description

When freezing a Date object, memoized methods will fail because the memoized value cannot be stored on the frozen object. This is because memoized values are stored as instance variables on the object, and those are immutable for frozen objects.

Attached to this bug report is a test case, as well as a patch that fixes the issue (and also includes the test case).


Files

date-once-testcase.rb (205 Bytes) date-once-testcase.rb ddfreyne (Denis Defreyne), 09/03/2011 05:12 PM
date-once.patch (1.7 KB) date-once.patch Patch that fixes the issue ddfreyne (Denis Defreyne), 09/03/2011 05:13 PM

Updated by ddfreyne (Denis Defreyne) over 12 years ago

Forgot to attach the patch.

Actions #2

Updated by jeremyevans0 (Jeremy Evans) over 4 years ago

  • Tracker changed from Bug to Backport
  • Project changed from Ruby 1.8 to Backport187
  • Status changed from Open to Closed
  • ruby -v deleted (ruby 1.8.7 (2011-06-30 patchlevel 352) [i686-darwin10.8.0])
Actions

Also available in: Atom PDF

Like0
Like0Like0