General

Profile

gmcgibbon (Gannon McGibbon)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 3 3

Activity

04/15/2024

05:55 PM Ruby master Revision 1984f9ae (git): Specify Kernel#autoload? uses current namespace
Because Kernel#autoload? uses the current namespace, it can lead to
potentially confusing results. We should make it ...
gmcgibbon (Gannon McGibbon)

04/05/2024

11:00 PM Ruby master Bug #20411: Kenrel.autoload? behaviour
Ah, I see. Thank you for clarifying! Strangely, if you use `class B` and not a `module B`, the behaviour changes. Do... gmcgibbon (Gannon McGibbon)
09:32 PM Ruby master Bug #20411 (Closed): Kenrel.autoload? behaviour
👋 I recently tried checking if a top-level constant was autoloaded within a module, and it doesn't seem to work prope... gmcgibbon (Gannon McGibbon)

03/26/2024

05:53 PM Ruby master Revision 4bdb7961 (git): Mark frame info structs with rb_gc_mark_movable
Using rb_gc_mark_movable and a reference update function, we can make
frame infos movable in memory, and avoid pinnin...
gmcgibbon (Gannon McGibbon)

03/25/2024

02:43 PM Ruby master Revision a31ca350 (git): Mark iseq structs with rb_gc_mark_movable
Using rb_gc_mark_movable and a reference update function, we can make
instruction sequences movable in memory, and av...
gmcgibbon (Gannon McGibbon)

10/05/2022

08:14 AM Ruby master Revision 19e4a4c6 (git): [ruby/irb] Rename IDB::ReidlineInputMethod to IRB::RelineInputMethod
Deprecates IDB::ReidlineInputMethod and USE_REIDLINE in favor of
IRB::RelineInputMethod and USE_RELINE. The Input met...
gmcgibbon (Gannon McGibbon)

02/22/2022

09:03 PM Ruby master Bug #18600: Aliased method visibility issue on Ruby 3.1
May be related to https://github.com/ruby/ruby/pull/4149. gmcgibbon (Gannon McGibbon)
08:49 PM Ruby master Bug #18600 (Closed): Aliased method visibility issue on Ruby 3.1
It seems methods on classes that were originally private in the parent and made public in the child can no longer be ... gmcgibbon (Gannon McGibbon)

05/06/2021

07:21 AM Ruby master Revision a42b7de4 (git): [ruby/strscan] Replace "iff" with "if and only if" (#18)
iff means if and only if, but readers without that knowledge might
assume this to be a spelling mistake. To me, this ...
gmcgibbon (Gannon McGibbon)

04/27/2021

12:22 PM Ruby master Revision 1b2abb65 (git): [ruby/net-ftp] Replace "iff" with "if and only if"
iff means if and only if, but readers without that knowledge might
assume this to be a spelling mistake. To me, this ...
gmcgibbon (Gannon McGibbon)

Also available in: Atom