peterzhu2118 (Peter Zhu)
- Login: peterzhu2118
- Email: peter@peterzhu.ca
- Registered on: 08/01/2020
- Last sign in: 08/11/2025
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 1 | 30 | 31 |
Reported issues | 3 | 75 | 78 |
Projects
Project | Roles | Registered on |
---|---|---|
Ruby | Committer | 03/24/2021 |
Like
Activity
Today
-
03:24 PM Ruby Revision 31ff07ed (git): Add link to Ruby options doc in help text
- Adds link to https://docs.ruby-lang.org/en/master/ruby/options_md.html in
Ruby help text (-h and --help).
08/12/2025
-
05:32 PM Ruby Revision 3e1e2bda (git): Make Enumerator::Chain write-barrier protected
-
05:32 PM Ruby Revision a9230e76 (git): Make Enumerator::Product write-barrier protected
-
02:12 PM Ruby Revision 0019e7c7 (git): Use rb_gc_mark_and_move for autoload_const
-
02:12 PM Ruby Revision 814eaf33 (git): Use rb_gc_mark_and_move for autoload_data
-
02:14 AM Ruby Revision 428937a5 (git): [DOC] Fix docs for GC.config
- After commit 61fff8a, GC.config now returns the same hash for getting and
setting.
08/11/2025
-
02:20 PM Ruby Revision 61fff8a9 (git): Fix return value of setting in GC.config
- gc_config_set returned rb_gc_impl_config_get, but gc_config_get also added
the implementation key to the return value...
08/08/2025
-
08:04 PM Ruby Revision e639e5fd (git): Make rb_gc_impl_writebarrier_remember Ractor-safe
- rb_gc_impl_writebarrier_remember is not Ractor safe because it writes to
bitmaps and also pushes onto the mark stack ...
08/07/2025
08/06/2025
-
05:40 PM Ruby Revision 71b46938 (git): Fix off-by-one in symbol next_id
- Symbol last_id was changed to next_id, but it remained to be set to
tNEXT_ID - 1 initially, causing the initial stati...