General

Profile

Dan0042 (Daniel DeLorme)

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

Issues

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

Like

Activity

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)

09/10/2024

06:36 PM Ruby master Feature #20594: A new String method to append bytes while preserving encoding
> > For integers, the i & 0xff masking behavior comes from String#setbyte.
>
> I agree it makes sense to mirror `s...
Dan0042 (Daniel DeLorme)
02:37 AM Ruby master Feature #15554: warn/error passing a block to a method which never use a block
This is a bit off-topic, but I've often thought it would be nice to have multiple "levels" of warnings. So we could h... Dan0042 (Daniel DeLorme)

08/28/2024

01:19 AM Ruby master Feature #20703: Alias StringIO#string to StringIO#to_s/to_str
+1
Might also consider adding #to_str, as I think it makes sense to consider StringIO to be a kind of string.
Dan0042 (Daniel DeLorme)

08/23/2024

05:59 PM Ruby master Bug #20693: Dir.tmpdir should perform a real access check before warning about writability
What about changing/fixing `stat.writable?` to behave like `File.writable?`
It seems to me a source of confusion and ...
Dan0042 (Daniel DeLorme)

08/22/2024

08:43 PM Ruby master Feature #18368: Range#step semantics for non-Numeric ranges
matz (Yukihiro Matsumoto) wrote in #note-31:
> It seems this change breaks step over string ranges (e.g. `"a".."z")....
Dan0042 (Daniel DeLorme)

08/16/2024

12:52 PM Ruby master Bug #20675: Parse error with required kwargs and omitted parens
> for `f k:<newline>val`, I found about 500 cases.
Thank you for searching. That's a lot more than I was able to f...
Dan0042 (Daniel DeLorme)

08/15/2024

04:04 PM Ruby master Bug #20675: Parse error with required kwargs and omitted parens
I believe Matz was talking about changing the behavior of `f k:<newline>`, so method definition `def foo k:<newline>`... Dan0042 (Daniel DeLorme)

08/14/2024

08:16 PM Ruby master Feature #6648: Provide a standard API for retrieving all command-line flags passed to Ruby
byroot (Jean Boussier) wrote in #note-36:
> As for the API, my two cents is that it would make the most sense in `Pr...
Dan0042 (Daniel DeLorme)

Also available in: Atom