Project

General

Profile

Issues

Filters

Apply Clear

# Project Tracker Status Subject Assignee Updated
19485 Ruby Bug Closed Unexpected behavior in squiggly heredocs core 03/26/2023 04:21 AM Actions
19335 Ruby Bug Closed Integer#remainder and Numeric#remainder should respect #coerce mrkn (Kenta Murata) 01/15/2023 04:03 AM Actions
17271 Ruby Bug Closed Array#[]= puts -1 at the end-component of the endless range in its exception message mrkn (Kenta Murata) 10/20/2020 07:02 AM Actions
17264 Ruby Bug Closed BigDecimal exponentiation cannot be used with #** method mrkn (Kenta Murata) 12/15/2020 06:17 AM Actions
17257 Ruby Bug Closed Integer#pow(0, 1) returns 1, which is incorrect mrkn (Kenta Murata) 10/12/2020 04:44 AM Actions
17218 Ruby Bug Closed Range#step sometimes behaves unexpectedly with Rational endpoints and increment mrkn (Kenta Murata) 04/05/2021 01:22 AM Actions
17172 Ruby Bug Closed Passing a complex number to Complex.polar occurs assertion failed when NDEBUG is undefined mrkn (Kenta Murata) 09/16/2020 10:27 AM Actions
16612 Ruby Bug Closed Enumerator::ArithmeticSequence#last with float range produces incorrect value mrkn (Kenta Murata) 05/29/2021 03:56 PM Actions
16518 Ruby Bug Closed Should we rationalize Rational's numerator automatically? mrkn (Kenta Murata) 10/26/2020 09:43 AM Actions
15826 Ruby Bug Third Party's Issue Haiku LIBC_SO and LIBM_SO support for test/fiddle/helper.rb mrkn (Kenta Murata) 06/13/2019 05:00 AM Actions
15573 Ruby Feature Closed Permit zero step in Numeric#step and Range#step mrkn (Kenta Murata) 10/23/2020 06:27 AM Actions
15537 Ruby Bug Closed Numeric#step doesn't iterate under some conditions mrkn (Kenta Murata) 01/24/2019 05:30 AM Actions
15518 Ruby Bug Closed good old Infinite range notation behavior mrkn (Kenta Murata) 01/30/2019 06:20 AM Actions
15491 Ruby Bug Closed r62701 introduced the incompatibility of Complex#+, #-, and #* removing #ifndef PRESERVE_SIGNEDZERO mrkn (Kenta Murata) 01/17/2019 11:08 PM Actions
15444 Ruby Bug Closed finite Ranges over Rationals are not iterable mrkn (Kenta Murata) 12/21/2018 12:03 AM Actions
15426 Ruby Bug Closed BigDecimal: "1.2.3".to_d が 0.0 になる mrkn (Kenta Murata) 12/23/2018 02:07 PM Actions
15377 Ruby Bug Closed rails unit tests get core dumped mrkn (Kenta Murata) 03/20/2019 11:35 PM Actions
15366 Ruby Bug Closed bigdecimal.c:3699:1: warning: ‘Zero’ defined but not used mrkn (Kenta Murata) 12/07/2018 02:23 AM Actions
14969 Ruby Bug Closed Process.groups が返す GID が重複している場合がある mrkn (Kenta Murata) 08/10/2018 05:18 AM Actions
14697 Ruby Feature Closed Introducing Range#% as an alias to Range#step mrkn (Kenta Murata) 09/28/2018 02:19 AM Actions
14552 Ruby Bug Closed Kernel#Integer can return a non-Integer object. mrkn (Kenta Murata) 02/26/2018 07:31 AM Actions
14391 Ruby Bug Closed Integer#digitsが遅い mrkn (Kenta Murata) 07/29/2021 10:19 PM Actions
14259 Ruby Bug Closed Integer#pow returns an invalid result with large modulo mrkn (Kenta Murata) 05/30/2020 11:17 AM Actions
14048 Ruby Bug Closed Enumerable#sum sometimes assumes objects are `Range`s when they're not mrkn (Kenta Murata) 10/25/2017 01:40 AM Actions
13984 Ruby Feature Closed BigDecimal should be immutable/frozen and return itself on #dup mrkn (Kenta Murata) 12/07/2018 02:23 AM Actions
13904 Ruby Feature Closed getter for original information of Enumerator mrkn (Kenta Murata) 08/06/2018 09:08 AM Actions
13880 Ruby Bug Closed `BigDecimal(string)` should raise on invalid values in `string` mrkn (Kenta Murata) 12/07/2018 02:25 AM Actions
13848 Ruby Bug Closed BigDecimal.new('200.') raises an exception mrkn (Kenta Murata) 12/07/2018 02:24 AM Actions
13754 Ruby Bug Third Party's Issue bigdecimal with lower precision that Float mrkn (Kenta Murata) 12/20/2021 12:35 PM Actions
13674 Ruby Bug Closed BigDecimal comparison with Float::INFINITY is erroneous in 2.2.x and 2.3.x mrkn (Kenta Murata) 08/25/2019 06:19 PM Actions
13368 Ruby Feature Closed Improve performance of Array#sum with float elements mrkn (Kenta Murata) 12/26/2020 01:27 AM Actions
13340 Ruby Bug Closed Improve performance of Array#sort with float elements mrkn (Kenta Murata) 04/13/2017 07:22 AM Actions
13331 Ruby Bug Closed Inconsistent conversion of Float into Decimal mrkn (Kenta Murata) 12/19/2020 01:14 PM Actions
13232 Ruby Bug Closed Comparing BigDecimal to float or Rational fails sometimes mrkn (Kenta Murata) 03/03/2018 02:07 AM Actions
13134 Ruby Bug Closed Rational() inconsistency mrkn (Kenta Murata) 03/16/2017 03:35 AM Actions
13062 Ruby Bug Closed 2.4.0-rc1 BigDecimal regression - to_d inconsistent with other numeric classes mrkn (Kenta Murata) 03/24/2017 12:37 AM Actions
12958 Ruby Bug Closed Breaking change in how `#round` works mrkn (Kenta Murata) 12/10/2016 02:36 AM Actions
12952 Ruby Bug Closed Incompatibility of a method signature between `Float#round` and `BigDecimal#round` mrkn (Kenta Murata) 12/10/2016 01:03 PM Actions
12871 Ruby Feature Closed Using the algorithm like math.fsum of Python for Array#sum mrkn (Kenta Murata) 12/08/2016 02:22 AM Actions
12815 Ruby Bug Closed Integer#digits's error message different when base is Fixnum or Bignum mrkn (Kenta Murata) 11/04/2016 04:29 AM Actions
12780 Ruby Bug Closed BigDecimal#round returns different types depending on argument mrkn (Kenta Murata) 11/07/2020 09:45 PM Actions
12718 Ruby Bug Closed BigDecimal() should raise on invalid input, consistent with Integer() and Float() mrkn (Kenta Murata) 11/04/2016 06:18 AM Actions
12637 Ruby Feature Rejected Unified and consistent method naming for safe and dangerous methods core 09/21/2017 07:25 AM Actions
12602 Ruby Feature Closed Add NilClass#to_d mrkn (Kenta Murata) 06/15/2018 01:59 AM Actions
12487 Ruby Bug Closed -12345.digits(7) behavior mrkn (Kenta Murata) 08/04/2016 07:00 AM Actions
12485 Ruby Bug Closed Kernel.Rational raises TypeError though given denominator returns 1 by to_int mrkn (Kenta Murata) 10/22/2020 09:00 AM Actions
12217 Ruby Feature Closed Introducing Enumerable#sum for precision compensated summation and revert r54237 mrkn (Kenta Murata) 07/08/2016 01:36 AM Actions
12187 Ruby Bug Closed BigDecimal.divmod failing spuriously on 2.0.0 mrkn (Kenta Murata) 07/24/2019 05:57 PM Actions
12161 Ruby Feature Closed Friendly BigDecimal#inspect mrkn (Kenta Murata) 12/23/2016 10:44 AM Actions
12044 Ruby Bug Closed net/ftp.rb: add NullSocket#closed? to fix closing not yet opened connection core 03/29/2016 07:29 AM Actions
(1-50/166) Per page: 50, 100, 200

Also available in: Atom CSV PDF