eightbitraptor (Matt V-H)
- Login: eightbitraptor
- Email: matt@eightbitraptor.com, matt.valentinehouse@shopify.com
- Registered on: 12/06/2019
- Last sign in: 12/20/2024
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 18 | 18 |
Reported issues | 1 | 29 | 30 |
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
12/20/2024
- 07:51 PM Ruby master Revision aa360c3b (git): [DOC] Fix to GC.config docs
- 07:47 PM Ruby master Revision 07724d7b (git): [DOC] Document the :implementation key of GC.config
- 01:25 PM Ruby master Bug #20973 (Closed): `it` in pattern matching pin operator causes BUG
- Applied in changeset commit:git|e8d393c8ae0c6282262b7a7886947379a9fd81a3.
----------
[PRISM] Treat it as a local whe... - 01:19 PM Ruby master Revision e8d393c8 (git): [PRISM] Treat it as a local when compiling patterns
- Fixes [Bug #20973]
- 07:49 AM Ruby master Bug #20942 (Closed): Infinite loop when out of memory
- Applied in changeset commit:git|2f6c694977dc0cdc4766a8a921e74290963c19a7.
----------
Memerror is fatal if VM cannot ... - 07:49 AM Ruby master Revision 2f6c6949 (git): Memerror is fatal if VM cannot be unlocked.
- [Bug #20942]
If we've raised a memerror while the VM is locked, and the tag we're
jumping to has been locked at a di...
12/17/2024
- 03:55 PM Ruby master Bug #20956 (Closed): Nested alternation pattern matching bug in 3.4.0-rc1
- Applied in changeset commit:git|86cf18e01e8be1db6194b7cb27357150998d9056.
----------
[PRISM] Recurse use_deconstruct... - 03:13 PM Ruby master Revision 86cf18e0 (git): [PRISM] Recurse use_deconstructed_cache in Alternation Nodes
- This fixes the behavioural difference between Prism and parse.y when
evaluating the following code
```ruby
1 in [1 |...
12/16/2024
- 09:43 PM Ruby master Bug #20956: Nested alternation pattern matching bug in 3.4.0-rc1
- This does appear to be an issue in `prism_compile.c`
Golfed down to
```ruby
1 in [1 | [1]]
```
The instru... - 03:00 PM Ruby master Revision 39d0ebb6 (git): [ruby/prism] Blocks & kwargs are not valid in index assignments
- Ruby feature: https://bugs.ruby-lang.org/issues/20952
https://github.com/ruby/prism/commit/e612df5f36
Also available in: Atom