peterzhu2118 (Peter Zhu)
- Login: peterzhu2118
- Email: peter@peterzhu.ca
- Registered on: 08/01/2020
- Last sign in: 01/27/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 1 | 31 | 32 |
| Reported issues | 2 | 78 | 80 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Ruby | Committer | 03/24/2021 |
Activity
04/01/2026
-
11:28 PM Ruby Revision c3413996 (git): Fix memory leak in pm_parse_process
- pm_parse_process initializes the index_lookup_table but nothing seems to
use it after it has been allocated. However, pm_compile_scope_node will
overwrite the index_lookup_table and cause it to leak memory. This can
be seen during bootup... -
12:10 AM Ruby Revision d926f407 (git): [ruby/mmtk] Add moving_gc_count to GC.stat
- Outputs the number of GC cycles that are moving.
https://github.com/ruby/mmtk/commit/fef8f04186
03/30/2026
-
11:39 PM Ruby Revision 34c94b31 (git): [DOC] Fix formatting in IO
- Colon should be outside of the code.
03/22/2026
-
07:22 PM Ruby Revision f8459601 (git): [DOC] Add strscan to doc/.document
- We need the documentation for strscan to be generated in RDoc.
03/21/2026
-
08:47 AM Ruby Revision 8b0ec6ac (git): [ruby/strscan] [DOC] Add doc/.document
- (https://github.com/ruby/strscan/pull/199)
There are a lot of files in the doc directory that we do not want RDoc
pages for. Add a doc/.document file to suppress RDoc page generation to
only helper_methods.md.
https://github.com/ruby/s...
03/16/2026
03/11/2026
02/10/2026
-
03:50 AM Ruby Revision 2967f98f (git): Use relative path in dependabot exclude-paths
-
03:49 AM Ruby Revision 8f82cbf8 (git): Exclude gc/mmtk in dependabot
- Dependabot runs upstream in the ruby/mmtk repository so it should not be
ran here. -
02:21 AM Ruby Revision 752c88ba (git): [DOC] Fix hash style for Array#flatten