paddor (Patrik Wenger)
- Login: paddor
- Email: paddor@gmail.com
- Registered on: 11/12/2008
- Last sign in: 10/04/2024
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 1 | 6 | 7 |
Activity
01/18/2024
- 05:38 PM Ruby master Bug #20155: Using value of rb_fiber_scheduler_current() crashes Ruby
- Unfortunately I still get the same error in the non-test project (not fiber_blocker). I've included `<ruby/fiber/sche...
01/17/2024
- 08:28 AM Ruby master Bug #20155: Using value of rb_fiber_scheduler_current() crashes Ruby
- I knew it's something embarrassing like that. Adding `#include <ruby/fiber/scheduler.h>` actually helped. Thanks a lot.
- 12:32 AM Ruby master Bug #20155: Using value of rb_fiber_scheduler_current() crashes Ruby
- You're right. It was line 28, the one with `rb_fiber_scheduler_block(scheduler, blocker, timeout)`.
I just ran it ...
01/16/2024
- 11:01 PM Ruby master Bug #20155: Using value of rb_fiber_scheduler_current() crashes Ruby
- Thanks for looking into this. I'm pretty sure it was that one (initial) commit in the fiber_blocker repo. My extensio...
- 08:46 PM Ruby master Bug #20155: Using value of rb_fiber_scheduler_current() crashes Ruby
- @ioquatix Could you have a look at this? I have a feeling I'm missing something obvious.
01/05/2024
- 10:14 PM Ruby master Bug #20155 (Assigned): Using value of rb_fiber_scheduler_current() crashes Ruby
- While trying to manually block/unblock fibers from an extension using the Fiber Scheduler,
I noticed that using the ...
12/31/2023
- 01:20 AM Ruby master Misc #17815: Snapcraft Ruby plugin
- This can be closed. I've implemented a Ruby build plugin on v1 and v2.
12/27/2023
- 12:10 PM Ruby master Bug #20084: Breaking change with Regexp.new on 3.3.0
- hsbt (Hiroshi SHIBATA) wrote in #note-2:
> It's intentional changes. see https://bugs.ruby-lang.org/issues/18797
...
12/25/2023
- 12:19 PM Ruby master Bug #20084 (Closed): Breaking change with Regexp.new on 3.3.0
- Regexp.new used to take up to 3 arguments, but now only 1..2 are allowed:
```
[1] pry(main)> Regexp.new 'abc', 'i...
04/20/2021
- 07:59 PM Ruby master Misc #17815: Snapcraft Ruby plugin
- Wow, I just figured out something. It's the env variable `GEM_PATH` from my system that leaks into the process being ...
Also available in: Atom