inopinatus (Joshua GOODALL)
- Login: inopinatus
- Registered on: 01/11/2018
- Last sign in: 06/21/2024
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 1 | 0 | 1 |
Activity
06/23/2024
- 04:58 PM Ruby master Feature #18762: Add an Array#undigits that compliments Integer#digits
- I'll speak up for this feature. Whilst writing a base58 encoder/decoder today, I was surprised by the lack of an inve...
09/09/2022
- 01:47 AM Ruby master Feature #19002: Explicit splat for enumerator kwarg blocks
- I also had
``` ruby
module Enumerable
def **(proc) = each { |arg| proc[**arg] }
end
ary.map ** ->(foo:, ba... - 01:12 AM Ruby master Feature #19002 (Open): Explicit splat for enumerator kwarg blocks
- I'm renovating some 2.x-era code that relied heavily on autosplat for block kwargs. As we all know, this throws an Ar...
08/11/2020
- 12:23 AM Ruby master Feature #17000: 2.7.2 turns off deprecation warnings by default
- I think deprecation warnings are necessary if, and only if, a feature or behaviour is going away in the lifespan of t...
04/28/2020
- 03:33 AM Ruby master Feature #16818: Rename `Range#%` to `Range#/`
- I visualise a bag of grain. If I'm asked to divide it by three, I will make three piles of grain. If I'm asked to mod...
04/27/2020
- 11:43 PM Ruby master Feature #16818: Rename `Range#%` to `Range#/`
- > x / y reads "divide x by y", not "divide x into y parts"
I'm not sure I understand the difference, but neverthel...
04/12/2020
- 09:45 AM Ruby master Feature #16494: Allow hash unpacking in non-lambda Proc
- I am another person with blocks affected in a production application codebase, found sixteen uses.
I see a cluster...
10/11/2019
- 02:34 AM Ruby master Feature #15323: [PATCH] Proposal: Add Enumerable#filter_map
- Could this take argument as well? I'd be keen for something in the spirit of `Enumerable#grep` but where an (optiona...
09/19/2019
- 05:56 AM Ruby master Misc #16114: Naming of "beginless range"
- I hope this discussion leads to Ruby having Ranges congruent to all the mathematical intervals.
Today we have righ...
09/12/2019
- 09:25 AM Ruby master Feature #16102: `Symbol#call`
- I propose this general solution.
diff --git a/array.c b/array.c
index 3717c3ff34..3809af01cf 100644
...
Also available in: Atom