sambostock (Sam Bostock)
- Login: sambostock
- Registered on: 07/04/2020
- Last sign in: 06/11/2024
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 2 | 2 |
Activity
02/05/2023
- 01:37 AM Ruby master Revision 45a2f1c5 (git): [rubygems/rubygems] Replace "prior to" with "immediately after"
- Currently, the instructions and placeholder contradict each other.
The commit that introduced this placeholder (42bc...
04/29/2022
- 07:07 PM Ruby master Feature #18611: Promote best practice for combining multiple values into a hash code
- I found some _interesting_ implementations while working on the Rubocop Cop, including some in Ruby itself. For examp...
08/30/2021
- 07:50 PM Ruby master Feature #16817: attr_predicate or attr_query or attr_something for ? methods
- > `attr_predicate :cat` would define a method named `:cat?` that returned the value for ivar `@cat`.
I think it wo...
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