General

Profile

renchap (Renaud Chaput)

  • Login: renchap
  • Registered on: 04/30/2018
  • Last sign in: 04/30/2023

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

01/26/2023

12:04 PM Ruby master Bug #19379 (Closed): Regex: "end pattern with unmatched parenthesis" with Ruby 3.2 and interpolation
Sample code:
```
r2 = %r{#c-\w+/comment/[\w-]+}
%r{https?://[^/]+#{r2}}x
```
This works with Ruby 3.1:
``...
renchap (Renaud Chaput)

12/29/2018

02:50 PM Ruby master Bug #14714: Ruby 2.5.1 Segmentation Fault in GC
I just ran my test suite 5 times with Ruby 2.6.0 on macOS 10.14.2 and have not been able to reproduce this crash anym... renchap (Renaud Chaput)

10/22/2018

07:19 AM Ruby master Bug #14714: Ruby 2.5.1 Segmentation Fault in GC
I tried to run my test suite (the only thing that I found triggering the crash) with `FIBER_USE_NATIVE=1` and it work... renchap (Renaud Chaput)

10/20/2018

12:08 PM Ruby master Bug #14714: Ruby 2.5.1 Segmentation Fault in GC
I just tested with 2.5.2 and 2.6.0-preview2 and I can still reproduce this when running my tests.
This still happe...
renchap (Renaud Chaput)

05/02/2018

10:06 AM Ruby master Bug #14714: Ruby 2.5.1 Segmentation Fault in GC
I also tried to isolate my vips-related code in a new Ruby program, and ran it 100 times with `GC.stress = true`, wit... renchap (Renaud Chaput)

04/30/2018

03:22 PM Ruby master Bug #14714: Ruby 2.5.1 Segmentation Fault in GC
I think I am seeing a similar bug.
My test suite (Rails system tests, using Minitest and Capybara) is crashing on ...
renchap (Renaud Chaput)

Also available in: Atom