sambostock (Sam Bostock)
- Login: sambostock
- Registered on: 07/04/2020
- Last connection: 02/19/2021
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 2 | 2 |
Activity
07/07/2020
-
08:56 PM Ruby master Bug #17017: Range#max & Range#minmax incorrectly use Float end as max
- Add documentation change as an option
-
08:43 PM Ruby master Bug #17017: Range#max & Range#minmax incorrectly use Float end as max
- Add full array example
-
08:41 PM Ruby master Bug #17017: Range#max & Range#minmax incorrectly use Float end as max
- Add .to_a examples to clarify unexpected behaviour.
-
08:16 PM Ruby master Bug #17017 (Closed): Range#max & Range#minmax incorrectly use Float end as max
- While continuing to add edge cases to [`Range#minmax` specs](https://github.com/ruby/spec/pull/777), I discovered the...
07/05/2020
-
04:42 PM Ruby master Bug #17014 (Closed): Range#minmax returns incorrect results on non-numeric exclusive ranges
- The implementation of `Range#minmax` added in [d5c60214c45](https://github.com/ruby/ruby/commit/d5c60214c45bafc1cf2a5...
07/04/2020
-
05:02 PM Ruby master Revision bf1a6771 (git): Fix non-numeric exclusive Range#minmax bug
- The implementation of Range#minmax added in d5c60214c45 causes the
following incorrect behaviour:
('a'...'c').minm...
Also available in: Atom