ioquatix (Samuel Williams)
- Login: ioquatix
- Email: samuel@oriontransfer.net
- Registered on: 07/10/2011
- Last sign in: 03/04/2025
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 13 | 101 | 114 |
Reported issues | 26 | 110 | 136 |
Projects
Project | Roles | Registered on |
---|---|---|
Ruby | Committer | 09/19/2018 |
Backport187 | Committer | 09/19/2018 |
Backport191 | Committer | 09/19/2018 |
Backport192 | Committer | 09/19/2018 |
Backport193 | Committer | 09/19/2018 |
Backport200 | Committer | 09/19/2018 |
Backport21 | Committer | 09/19/2018 |
Backport22 | Committer | 09/19/2018 |
Ruby 1.8 | Committer | 09/19/2018 |
Ruby master | Committer | 09/19/2018 |
Like
Activity
03/04/2025
-
09:10 PM Ruby master Misc #19122: Use MADV_DONTNEED instead of MADV_FREE when freeing a Fiber's stack
- On the latest Linux kernel, the constants have changed:
```
MADV_DONTNEED = 4
MADV_FREE = 8
```
I did a quick compa...
03/03/2025
-
02:55 AM Ruby master Bug #21166: Fiber Scheduler is unable to be interrupted by `IO#close`.
- The fiber scheduler hook `rb_fiber_scheduler_io_wait` could be implemented like this:
```c
static VALUE
fiber_schedu...
03/02/2025
-
11:54 PM Ruby master Bug #21166: Fiber Scheduler is unable to be interrupted by `IO#close`.
- > when you can accomplish the same thing by allowing the io operation to be interrupted by a close in every case like...
-
09:38 PM Ruby master Bug #21166 (Open): Fiber Scheduler is unable to be interrupted by `IO#close`.
- ## Background
Ruby's `IO#close` can cause `IO#read`, `IO#write`, `IO#wait`, `IO#wait_readable` and `IO#wait_writab... -
10:27 PM Ruby master Misc #21134: DevMeeting-2025-03-13
- - [Bug #21166] Fiber Scheduler is unable to be interrupted by `IO#close`.
- Introduce new public interfaces:
... -
10:20 PM Ruby master Feature #19059 (Closed): Introduce top level `module TimeoutError` for aggregating various timeout error classes.
- It is unlikely that Ruby will adopt this, so I am going to close it.
-
10:18 PM Ruby master Misc #20968: `Array#fetch_values` unexpected method name in stack trace
- I also agree this is not a bug and the expanded stack trace is good. But let me talk about my experience with Objecti...
02/14/2025
-
08:33 PM Ruby master Misc #21136: [ANN] The update of branch maintainer for Ruby 3.2 to 3.4
- Thanks to all the branch maintainers for your hard work.
01/28/2025
-
10:12 PM Ruby master Bug #21095: Prefer `uname -n` over `hostname` in tests.
- Ruby should prefer (POSIX) standardised tools and interfaces where possible. This change costs us nothing and reduces...
-
09:39 PM Ruby master Bug #21095: Prefer `uname -n` over `hostname` in tests.
- Fixed in <https://github.com/ruby/ruby/commit/46b544c54955348ef1ea9692b837b061f59f91cd> and <https://github.com/ruby/...
Also available in: Atom