peterzhu2118 (Peter Zhu)
- Login: peterzhu2118
- Email: peter@peterzhu.ca
- Registered on: 08/01/2020
- Last sign in: 07/12/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 1 | 31 | 32 |
| Reported issues | 2 | 79 | 81 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Ruby | Committer | 03/24/2021 |
Activity
Today
-
02:11 AM Ruby Revision 3754b809 (git): [DOC] Fix typos in documentation guide
-
12:45 AM Ruby Revision f16405da (git): [DOC] Improve docs for GC.stress=
08/03/2026
-
10:06 PM Ruby Revision cc7e6ee4 (git): [DOC] Fix letters in Regexp doc
-
10:06 PM Ruby Revision 388109f6 (git): [DOC] Minor fixes for Regexp
-
01:03 PM Ruby Revision e0314f00 (git): [DOC] Improve docs for GC.verify_internal_consistency
-
01:01 PM Ruby Revision f91aad6c (git): [DOC] Fix output of example in String encoding
-
01:12 AM Ruby Revision 60c82965 (git): [DOC] Improve docs for GC.start
08/02/2026
-
07:18 PM Ruby Revision 7eeb5b63 (git): Remove dead DURING_GC_COULD_MALLOC_REGION_START/END in default.c
-
01:16 PM Ruby Revision a0c1b4fb (git): Make rb_get_message static
-
12:23 AM Ruby Revision 7a18459c (git): Fix RUBY_TYPED_FROZEN_SHAREABLE_NO_REC
- An UnboundMethod does not refer to any mutable children, so it should be
shareable when frozen. The documentation for RUBY_TYPED_FROZEN_SHAREABLE_NO_REC
states:
Similar to RUBY_TYPED_FROZEN_SHAREABLE, but doesn't make shareable
...