[#62904] [ruby-trunk - Feature #9894] [Open] [RFC] README.EXT: document rb_gc_register_mark_object — normalperson@...
Issue #9894 has been reported by Eric Wong.
3 messages
2014/06/02
[#63321] [ANN] ElixirConf 2014 - Don't Miss Jos辿 Valim and Dave Thomas — Jim Freeze <jimfreeze@...>
Just a few more weeks until ElixirConf 2014!
6 messages
2014/06/24
[ruby-core:63326] [ruby-trunk - Bug #9979] [Open] Regression: BigDecimal::ROUND_HALF_DOWN/ROUND_HALF_EVEN behave incorrectly
From:
joseph.leniston+ruby-lang-bugs@...
Date:
2014-06-26 01:53:20 UTC
List:
ruby-core #63326
Issue #9979 has been reported by Joseph Leniston. ---------------------------------------- Bug #9979: Regression: BigDecimal::ROUND_HALF_DOWN/ROUND_HALF_EVEN behave incorrectly https://bugs.ruby-lang.org/issues/9979 * Author: Joseph Leniston * Status: Open * Priority: Normal * Assignee: Kenta Murata * Category: core * Target version: current: 2.2.0 * ruby -v: 2.1.2 * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN ---------------------------------------- The incorrect behaviour is that all fractional values between 0.5 (inclusive) and 0.6 (non-inclusive) are subject to the rounding policy for 'half', whereas it should only be applied for fractional values exactly equal to 0.5. -- https://bugs.ruby-lang.org/