janosch-x (Janosch Müller)
- Login: janosch-x
- Registered on: 04/30/2017
- Last connection: 12/25/2019
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 4 | 4 |
Activity
07/27/2019
-
09:38 AM Ruby master Misc #15723: Reconsider numbered parameters
- There might be one more reason for limiting the feature to a single argument referenced via `@` (or any other sigil/k...
-
09:13 AM Ruby master Feature #15976: Add Array#overlap? for whether the intersection of 2 arrays is non empty?
- I think this should be called `intersect?` for consistency with `Set#intersect?` and `SortedSet#intersect?`.
06/18/2019
-
08:42 AM Ruby master Bug #15929: Array#minmax is much slower than calling both #min and #max
- jeremyevans0 (Jeremy Evans) wrote:
> We cannot use this approach. [...]
I see, thanks for the explanation! -
08:39 AM Ruby master Misc #15925: Speed up SortedSet#min, #max, #sum etc.?
- jeremyevans0 (Jeremy Evans) wrote:
> Your recommended implementation greatly improves performance.
I fear this b...
06/17/2019
-
09:03 AM Ruby master Feature #15897: `it` as a default block parameter
- sawa (Tsuyoshi Sawada) wrote:
> I propose to use a new keyword `item`.
I think that is a great proposal.
`it` ...
06/16/2019
-
08:11 PM Ruby master Bug #15929 (Closed): Array#minmax is much slower than calling both #min and #max
- this is similar to [issue 15807 about Ranges](https://bugs.ruby-lang.org/issues/15807) and maybe also to [13917](http...
-
01:26 PM Ruby master Bug #15807: Range#minmax is slow and never returns for endless ranges
- Thinking about this a bit more generally, I'm wondering whether `Enumerable#minmax` should actually use `rb_funcall` ...
06/15/2019
-
11:10 AM Ruby master Misc #15925 (Closed): Speed up SortedSet#min, #max, #sum etc.?
- this issue is somewhat similar to https://bugs.ruby-lang.org/issues/15807
current situation, using the example of ... -
10:38 AM Ruby master Feature #15897: `it` as a default block parameter
- Kotlin has implemented `it` like this ([docs](https://kotlinlang.org/docs/reference/lambdas.html#it-implicit-name-of-...
-
09:50 AM Ruby master Bug #15807: Range#minmax is slow and never returns for endless ranges
- jeremyevans0 (Jeremy Evans) wrote:
> I think this is a bug we should fix, even if it breaks code relying on this bug...
Also available in: Atom