Actions
Bug #5775
closedBigDecimal does not follow Allocation Framework
ruby -v:
2.0.0
Backport:
Description
It still uses very old style, overriding Class.new method.
Updated by nobu (Nobuyoshi Nakada) almost 13 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
This issue was solved with changeset r34089.
Nobuyoshi, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
- ext/bigdecimal/bigdecimal.c (BigDecimal_s_allocate): follow
Allocation Framework. [Bug #5775]
Actions
Like0
Like0