jeremyevans0 (Jeremy Evans)
Issues
Projects
Project |
Roles |
Registered on |
Ruby |
Committer |
04/14/2016 |
07/11/2025
-
06:26 AM
Ruby
Feature #21459 (Closed): Add Set C-API
- Feature added in commit:2ab38691a2683c992bf2886159094afd5e461233
jeremyevans0 (Jeremy Evans)
07/09/2025
-
06:35 AM
Ruby
Bug #21396: Set#initialize should call Set#add on items passed in
- knu (Akinori MUSHA) wrote in #note-10:
> Jeremy, thanks for the reply.
>
> Your point about thread-safety is well...
jeremyevans0 (Jeremy Evans)
-
12:41 AM
Ruby
Bug #21396: Set#initialize should call Set#add on items passed in
- knu (Akinori MUSHA) wrote in #note-8:
> Considering the feedback we've received about compatibility in the new exper...
jeremyevans0 (Jeremy Evans)
07/06/2025
-
05:19 PM
Ruby
Bug #21502 (Closed): Segfault with 3.2.8 with frida gem
- Reading https://github.com/hakivvi/frida-ruby/issues/2#issuecomment-3042173245, it looks like it was a bug in the gem...
jeremyevans0 (Jeremy Evans)
06/30/2025
-
08:25 PM
Ruby
Feature #21459: Add Set C-API
- Eregon (Benoit Daloze) wrote in #note-1:
> jeremyevans0 (Jeremy Evans) wrote:
> > I think this should allow extensi...
jeremyevans0 (Jeremy Evans)
06/29/2025
-
04:04 AM
Ruby
Misc #21399: DevMeeting-2025-07-10
- * [Feature #21459] Add Set C-API (jeremyevans0)
* I would like to add a minimal C-API for Set.
* We can add mor...
jeremyevans0 (Jeremy Evans)
-
04:04 AM
Ruby
Feature #21459 (Closed): Add Set C-API
- I would like to add a minimal C-API for Set:
```c
void rb_set_foreach(VALUE set, int (*func)(VALUE element, VALUE...
jeremyevans0 (Jeremy Evans)
06/26/2025
-
03:26 PM
Ruby
Bug #21452: ARGS_SPLAT bytecode regression between 3.3 and 3.4
- This only affects literal arrays, and there is no reason to write `f(1, 2, *[3, 4])` instead of `f(1, 2, 3, 4)`, so i...
jeremyevans0 (Jeremy Evans)
06/20/2025
-
11:47 PM
Ruby
Bug #21447 (Closed): Fix handling of PM_CONSTANT_PATH_NODE node in keyword arguments with ARGS_SPLAT
- Fixed by commit:1d94a9e1a4351e01f851dad250ba97dad859ee70
jeremyevans0 (Jeremy Evans)
-
03:22 AM
Ruby
Bug #21447 (Closed): Fix handling of PM_CONSTANT_PATH_NODE node in keyword arguments with ARGS_SPLAT
- I added an optimization to reduce implicit allocations when using parse.y in commit:3de20efc308cccc38bf9dacfffca6c626...
jeremyevans0 (Jeremy Evans)
Also available in: Atom
Loading...