peterzhu2118 (Peter Zhu)
- Login: peterzhu2118
- Email: peter@peterzhu.ca
- Registered on: 08/01/2020
- Last sign in: 07/12/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
-
02:01 PM Ruby Revision dafc4e13 (git): Fix size assertion in concurrent set resizing
- Since we resize when `prev_size > set->capacity / 2`, it's possible that
`prev_size == set->capacity / 2`, so we need...
07/16/2025
07/15/2025
-
01:55 PM Ruby Revision f5312d8e (git): Make rb_concurrent_set_funcs const
- We should never modify rb_concurrent_set_funcs during runtime, so we can
make it const.
07/14/2025
-
03:11 PM Ruby Revision 127cc425 (git): Remove dead rb_cc_table_mark
-
03:11 PM Ruby Revision b2a7b769 (git): Remove dead rb_cc_table_free
07/12/2025
-
02:49 PM Ruby Bug #21510 (Closed): Rails server crashes on Mac M2 with Bus Error at 0x0000000109946aac
- Thank you for the bug report. You appear to be running on Ruby 2.6, which was EOL in 2022. As such, I'll be closing t...
07/11/2025
-
06:07 PM Ruby Revision 482eeb7d (git): [DOC] Remove doc/rdoc/markup_reference.rb
- RDoc has been moved from a default gem to a bundled gem, which means that
the source code is no longer in the ruby/ru... -
06:07 PM Ruby Revision c592cbd6 (git): [DOC] Fix links to RDoc in documentation_guide.md
- Since RDoc's documentation is built separately now, the references will
no longer work.
07/10/2025
-
03:56 PM Ruby Revision 9d41541b (git): Fix unused variable warnings in default.c in modular GC
- The asan and valgrind macros when BUILDING_MODULAR_GC don't use the variables
which could the compiler to emit unused...
07/04/2025
-
09:41 PM Ruby Revision 116d1106 (git): Assume that symbol in rb_check_symbol is not garbage
- rb_check_symbol is a public API, so it is always a bug if the user holds
on to a dead object and passes it in.
Also available in: Atom