General

Profile

jdashton (J Daniel Ashton)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 3 3

Like

Activity

01/06/2023

02:35 PM Ruby master Bug #19316 (Closed): YJIT crash in 3.2.0
When I check out this commit from GitHub, https://github.com/jdashton/aoc2022-ruby/tree/5702dac483cd6e95f7be35bfebaf9... jdashton (J Daniel Ashton)

12/19/2021

02:02 AM Ruby master Bug #18415 (Closed): String#rpartition is not sufficiently greedy compared to String#partition
``` ruby
3.1.0-preview1 :043 > "...999...".partition /\d+/
=> ["...", "999", "..."]
3.1.0-preview1 :044 > "...99...
jdashton (J Daniel Ashton)

02/27/2013

05:25 AM Backport200 Backport #7972 (Closed): Regex Posix space class seems location-sensitive in Ruby 2.0.0-p0
This regex
/[^[:space:]\d\-,\.]/
matches as expected in 1.9.3. But in 2.0.0-p0 this regex fails to match...
jdashton (J Daniel Ashton)

Also available in: Atom