General

Profile

Dan0042 (Daniel DeLorme)

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

Issues

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

Like

Activity

06/19/2024

01:24 PM Ruby master Bug #20585: Size of memory allocated by String.new(:capacity) is different from the specified value
What about allocating capacity+1 unless capacity is a power of two? Dan0042 (Daniel DeLorme)

06/07/2024

02:53 PM Ruby master Feature #6648: Provide a standard API for retrieving all command-line flags passed to Ruby
> As you see there is no Windows API that takes `char**`. We cannot safely pass through what we have. You have to c... Dan0042 (Daniel DeLorme)
02:28 PM Ruby master Feature #6648: Provide a standard API for retrieving all command-line flags passed to Ruby
shyouhei (Shyouhei Urabe) wrote in #note-26:
> In short the problem we see is feeding strings from untrusted sources...
Dan0042 (Daniel DeLorme)

06/05/2024

09:57 PM Ruby master Feature #6648: Provide a standard API for retrieving all command-line flags passed to Ruby
> IMO it shouldn't exist, redundant with `$0`
Keep in mind that `$0` can be set as process name, so `Process.argv0...
Dan0042 (Daniel DeLorme)

06/04/2024

05:40 PM Ruby master Feature #6648: Provide a standard API for retrieving all command-line flags passed to Ruby
> I think it's everyone's understanding that `RbConfig.ruby` should always be the path of the currently-running ruby.... Dan0042 (Daniel DeLorme)

05/29/2024

01:40 AM Ruby master Feature #6648: Provide a standard API for retrieving all command-line flags passed to Ruby
> * change `RbConfig.ruby` to be the current ruby interpreter (because TBH I'm not sure what's the use of this curren... Dan0042 (Daniel DeLorme)

05/24/2024

09:04 PM Ruby master Feature #20205: Enable `frozen_string_literal` by default
I was going to say this is MRI, not Rubinius, but it turns out chilled strings actually have a bug in MRI when used a... Dan0042 (Daniel DeLorme)
12:27 PM Ruby master Feature #20205: Enable `frozen_string_literal` by default
This is quite unfortunate, as there is not a single useful case for frozen? -> false
Oh well :-/
Dan0042 (Daniel DeLorme)

05/23/2024

05:53 PM Ruby master Feature #20205: Enable `frozen_string_literal` by default
@byroot How is that experiment going? I'm all for experimenting, but just as in #15554 I believe we should reduce fal... Dan0042 (Daniel DeLorme)

05/14/2024

07:41 PM Ruby master Feature #6648: Provide a standard API for retrieving all command-line flags passed to Ruby
nobu (Nobuyoshi Nakada) wrote in #note-15:
> `RbConfig` is for build time informations, and does not look a right pl...
Dan0042 (Daniel DeLorme)

Also available in: Atom