eightbitraptor (Matt V-H)
- Login: eightbitraptor
- Email: matt@eightbitraptor.com, matt.valentinehouse@shopify.com
- Registered on: 12/06/2019
- Last sign in: 11/20/2024
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 18 | 18 |
Reported issues | 1 | 27 | 28 |
Projects
Project | Roles | Registered on |
---|---|---|
Ruby | Committer | 03/09/2023 |
Backport187 | Committer | 03/09/2023 |
Backport191 | Committer | 03/09/2023 |
Backport192 | Committer | 03/09/2023 |
Backport193 | Committer | 03/09/2023 |
Backport200 | Committer | 03/09/2023 |
Backport21 | Committer | 03/09/2023 |
Backport22 | Committer | 03/09/2023 |
Ruby 1.8 | Committer | 03/09/2023 |
Ruby master | Committer | 03/09/2023 |
Like
Activity
11/20/2024
- 10:58 PM Ruby master Bug #20866: Prism assertion when running simplecov with branch coverage and requiring certain code
- This was caused by an issue with how the prism compiler tracks the ending location of call nodes of the form `a&.()`....
11/14/2024
- 10:46 AM Ruby master Feature #20794 (Closed): Expose information about the currently running GC module
- Applied in changeset commit:git|ee290c94a3dd0327f3407edb02272d37470edc95.
----------
Include the currently active GC... - 10:46 AM Ruby master Revision fa104419 (git): Expose GC.config[:implementation], to query the currently active GC
- And a default and readonly key to the GC.config hash that names the
current GC implementation.
This is provided by e... - 10:46 AM Ruby master Revision ee290c94 (git): Include the currently active GC in RUBY_DESCRIPTION
- This will add +MOD_GC to the version string and Ruby description when
Ruby is compiled with shared gc support.
When ... - 10:46 AM Ruby master Revision 6795fc49 (git): rb_bug if rb_gc_impl_active_gc_name is too long
- This avoids the need to malloc, and reduces the complexity of truncating
the long string for display in RUBY_DESCRIPT... - 10:46 AM Ruby master Revision 42501015 (git): rb_raise when attempting to set the GC implementation name
- Instead of silently ignoring the key, we should raise to clearly tell
the user that this key is read-only.
11/11/2024
- 02:42 PM Ruby master Feature #20794: Expose information about the currently running GC module
- I've updated [the proposed PR](https://github.com/ruby/ruby/pull/11872) to reflect feedback from [DevMeeting-2024-11-...
11/05/2024
- 03:36 PM Ruby master Bug #20762 (Closed): `make test-basic` with -DRGENGC_FORCE_MAJOR_GC is always failure
- Applied in changeset commit:git|01e509c45bca9ca5800df36690904f4b883d3292.
----------
Remove RGENGC_FORCE_MAJOR_GC fl... - 03:36 PM Ruby master Revision 01e509c4 (git): Remove RGENGC_FORCE_MAJOR_GC flag
- [Bug #20762]
10/24/2024
- 03:08 PM Ruby master Revision 1634280e (git): Fix shared GC with -DRUBY_DEBUG
- RUBY_DEBUG enables ractor assertions, which sets up some space at the
end of each RVALUE to store the associated ract...
Also available in: Atom