ioquatix (Samuel Williams)
- Login: ioquatix
- Email: samuel@oriontransfer.net
- Registered on: 07/10/2011
- Last sign in: 09/18/2025
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 13 | 110 | 123 |
Reported issues | 22 | 120 | 142 |
Projects
Project | Roles | Registered on |
---|---|---|
Ruby | Committer | 09/19/2018 |
Like
Activity
Today
-
03:28 AM Ruby Bug #21610: Use ec->interrupt_mask to prevent interrupts.
- A slightly different change may be required for 3.3 and 3.2 backports: https://github.com/ruby/ruby/commit/e900e9fc9a...
-
02:27 AM Ruby Bug #21610 (Closed): Use ec->interrupt_mask to prevent interrupts.
- Fixed in https://github.com/ruby/ruby/commit/e6879401feba22e3657a231cbedc751998cb7176
-
01:36 AM Ruby Bug #21610 (Closed): Use ec->interrupt_mask to prevent interrupts.
- The following program can trigger `rb_bug` in `rb_fiber_scheduler_unblock`:
```ruby
require 'async/scheduler'
...
08/30/2025
-
12:54 AM Ruby Bug #21342: Segfault: invalid keeping_mutexes when using Mutex in Thread then Fiber after GC
- Just for the sake of cross-referencing related issues: https://bugs.ruby-lang.org/issues/18818
08/07/2025
-
12:30 AM Ruby Feature #19333: Setting (Fiber Local|Thread Local|Fiber Storage) to nil should delete value in order to avoid memory leaks.
- See <https://github.com/socketry/async-http-faraday/pull/57> for a valid use case.
07/27/2025
-
11:03 PM Ruby Bug #21521 (Closed): Don't require dummy makefile in `extconf.rb`
- Actually, this is probably a bug with RubyGems.
-
11:01 PM Ruby Bug #21521 (Closed): Don't require dummy makefile in `extconf.rb`
- On some platforms, no native extensions should be created. Due to limitations in `mkmf`, it is typical to create a du...
07/22/2025
-
05:20 AM Ruby Feature #21360: Inconsistent Support for `Exception#cause` in `Fiber#raise` and `Thread#raise`
- I'm changing this to a feature as it's net new code.
-
12:48 AM Ruby Feature #21360 (Assigned): Inconsistent Support for `Exception#cause` in `Fiber#raise` and `Thread#raise`
- @matz accepted this change: https://github.com/ruby/dev-meeting-log/blob/master/2025/DevMeeting-2025-07-10.md#bug-213...
07/10/2025
-
03:44 AM Ruby Bug #19473: can't be called from trap context (ThreadError) is too limiting
- We know that signal handlers run in a trap context, but are there other ways this can happen? I was under the impress...