jdashton (J Daniel Ashton)
- Login: jdashton
- Email: jdashton@ashtonfam.org
- Registered on: 02/27/2013
- Last sign in: 01/06/2023
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...
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...
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...
Also available in: Atom