Actions
Feature #13984
closedBigDecimal should be immutable/frozen and return itself on #dup
Feature #13984:
BigDecimal should be immutable/frozen and return itself on #dup
Description
Updated by Eregon (Benoit Daloze) about 8 years ago
- Related to Feature #13985: Avoid exception for #dup/#clone on Rational and Complex added
Updated by hsbt (Hiroshi SHIBATA) almost 8 years ago
- Status changed from Open to Assigned
- Assignee set to mrkn (Kenta Murata)
Updated by mrkn (Kenta Murata) almost 8 years ago
I decided to make a BigDecimal is frozen and remove dup-support.
But it introduces incompatibilities, so during Ruby 2.5 period, I'll make them deprecated and issue warning messages.
Updated by mrkn (Kenta Murata) almost 8 years ago
The corresponding issue in GitHub: https://github.com/ruby/bigdecimal/issues/84
Updated by mrkn (Kenta Murata) almost 8 years ago
- Target version set to 2.6
Updated by naruse (Yui NARUSE) almost 8 years ago
- Target version deleted (
2.6)
Updated by mrkn (Kenta Murata) almost 7 years ago
- Status changed from Assigned to Closed
Fixed in r66222
Actions