General

Profile

Dan0042 (Daniel DeLorme)

  • Login: Dan0042
  • Registered on: 06/09/2016
  • Last sign in: 11/13/2024

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 16 24 40

Like

Activity

11/16/2024

06:42 PM Ruby master Feature #20899: Reconsider adding `Array#find_map`
Another idea is `filter_map(first: true)`
Or `filter_map(limit: N)` to return at most N elements (in this case 1).
...
Dan0042 (Daniel DeLorme)

11/13/2024

01:14 PM Ruby master Bug #20785: Should `a in b, and c` `a in b, or c` `a in b, rescue c` be syntax ok?
mame (Yusuke Endoh) wrote in #note-5:
> In terms of a newline after a comma, it should be handled as an end of a sen...
Dan0042 (Daniel DeLorme)

11/12/2024

01:46 PM Ruby master Feature #20884: reserve "Ruby" toplevel module for Ruby language
Eregon (Benoit Daloze) wrote in #note-3:
> I'd suggest to update the description to use `Ruby::VERSION`).
Ok, did...
Dan0042 (Daniel DeLorme)
03:21 AM Ruby master Feature #20884 (Open): reserve "Ruby" toplevel module for Ruby language
`Ruby` would be a convenient namespace for many features of the Ruby language, in particular APIs related to the inte... Dan0042 (Daniel DeLorme)
04:11 AM Ruby master Feature #20885 (Open): String#gsub?
I would like a variation of sub/gsub that returns a new string if there is a match, or nil otherwise.
This can be ...
Dan0042 (Daniel DeLorme)

11/11/2024

09:27 PM Ruby master Feature #20882: Provide Boolean(...)
Earlopain (A S) wrote in #note-5:
> There are quite a few possible combinations:
> * 0 and 1
> * "0" and "1"
> * ...
Dan0042 (Daniel DeLorme)

11/07/2024

10:05 PM Ruby master Feature #15554: warn/error passing a block to a method which never use a block
Now that `strict_unused_block` has been added as a warning category, I have to ask what is a "warning category" exact... Dan0042 (Daniel DeLorme)

11/05/2024

04:38 PM Ruby master Feature #20855: Introduce `Fiber::Scheduler#blocking_region` to avoid stalling the event loop.
I also don't understand this patch. `Zlib.deflate` is a CPU-bound operation right? So it makes sense for Fibers of th... Dan0042 (Daniel DeLorme)
04:14 PM Ruby master Feature #20864: Allow `Kernel#warn` to accept `**options` and pass these to `Warning.warn`.
I think I agree with the general idea but I'm not sure if the proposal is what I think it is. It's a bit thin about w... Dan0042 (Daniel DeLorme)

10/23/2024

03:03 AM Ruby master Bug #20807: String#gsub fails when called from string subclass with a block passed
Regexp.last_match and other regexp-related pseudo globals do not work across more than one stack frame. Since you ove... Dan0042 (Daniel DeLorme)

Also available in: Atom