General

Profile

Dan0042 (Daniel DeLorme)

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

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 15 23 38

Like

Activity

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)

10/22/2024

08:20 PM Ruby master Feature #15381: Let double splat call `to_h` implicitly
> There are certainly backwards compatibility issues from changing `**` from calling `to_hash` to `to_h`.
What kin...
Dan0042 (Daniel DeLorme)
07:32 PM Ruby master Feature #15381: Let double splat call `to_h` implicitly
> I don’t think it can be treated as “explicitly”
The `**` is right there in the code, written out caller-side, yo...
Dan0042 (Daniel DeLorme)
06:10 PM Ruby master Feature #15381: Let double splat call `to_h` implicitly
`to_{t}` methods are for explicit type conversion, and `to_{type}` methods are for implicit type conversion.
`{}.m...
Dan0042 (Daniel DeLorme)

10/06/2024

12:55 AM Ruby master Bug #20785: Should `a in b, and c` `a in b, or c` `a in b, rescue c` be syntax ok?
tompng (tomoya ishida) wrote:
> I think these should be accepted like parse.y (prism rejects)
> ~~~ruby
> tap do
...
Dan0042 (Daniel DeLorme)

10/04/2024

04:25 PM Ruby master Feature #15554: warn/error passing a block to a method which never use a block
> generic group name that can be used for other future warnings
> I think it's necessary to be able to enable/disabl...
Dan0042 (Daniel DeLorme)
01:05 PM Ruby master Feature #15554: warn/error passing a block to a method which never use a block
byroot (Jean Boussier) wrote in #note-66:
> "strict" works I suppose. What we really want to convey is that this gro...
Dan0042 (Daniel DeLorme)

10/01/2024

04:13 PM Ruby master Feature #20770: A *new* pipe operator proposal
I'm not a big fan of this pipe operator idea, but at least the idea of using `it` is a good one; it solves many probl... Dan0042 (Daniel DeLorme)

09/11/2024

02:34 AM Ruby master Feature #20594: A new String method to append bytes while preserving encoding
Ironically, HexaPDF now uses an explicit modulo 256, so it would actually be fine if #setbyte raised an out-of-bound ... Dan0042 (Daniel DeLorme)
01:32 AM Ruby master Feature #20594: A new String method to append bytes while preserving encoding
I understand the idea of keeping things consistent. But why does `setbyte` have this behavior in the first place? A f... Dan0042 (Daniel DeLorme)

Also available in: Atom