zenspider (Ryan Davis)
- Login: zenspider
- Registered on: 07/10/2008
- Last sign in: 04/28/2025
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 47 | 47 |
Reported issues | 1 | 23 | 24 |
Projects
Project | Roles | Registered on |
---|---|---|
Ruby | Committer | 03/27/2024 |
Activity
04/28/2025
-
08:15 PM Ruby Bug #21291 (Open): possible bug with /m regexp and $ based on input
- reported in discord by the.unnamed user:
``` ruby
#!/usr/bin/env -S ruby -vw
# => ruby 3.4.2 (2025-02-15 revisio...
01/08/2025
-
06:13 AM Ruby Feature #21015: Add in a `-g` flag, like `-s` but with a few more quality of life features
- For the record, I love this and want it very badly.
I advocated for `-ss` to mean "an extension of `-s`", much lik...
12/26/2024
-
08:34 PM Ruby Bug #20986: Bug in Prism parser with `?\C`
- Caught via ruby_parser's lexer tests
11/28/2024
-
01:08 AM Ruby Misc #20913: Proposal: Adding Jeremy Evans and Burdette Lamar to www.ruby-lang.org's English Editorial Team
- I would also like to be added to both.
03/14/2024
-
07:19 PM Ruby Misc #20028: I'd like my commit bit back
- (I'd like to get started triaging ruby/rdoc issues and PRs ASAP... too much bitrot)
-
07:18 PM Ruby Misc #20028: I'd like my commit bit back
- GAH! Took me long enough! https://github.com/ruby/git.ruby-lang.org/pull/79 ❤️
11/30/2023
-
06:55 AM Ruby Misc #20028 (Closed): I'd like my commit bit back
- It's been a while, in the svn -> git shuffle I lost commit privs. I'd like to help out more actively, triage issues, ...
-
06:53 AM Ruby Bug #16145: regexp match error if mixing /i, character classes, and utf8
- @duerst I don't think your intuition about the character classes is correct:
``` ruby
"CAFÉ" =~ /[a]/i
# => 1
`...
03/05/2023
-
01:56 AM Ruby Bug #19477 (Closed): segfault during GC if ivars set on arrays
- repro:
```
gem i -i xxx -N ruby_parser flay ruby2ruby
GEM_HOME=xxx ruby -v xxx/bin/flay -v xxx/gems/ruby_parser-3....
12/29/2021
-
05:24 AM Ruby Bug #18449: Bug in 3.1 regexp literals with \c
- I was just coming back to point at:
```
Jeremy Evans: Fix handling of control/meta escapes in literal regexps [We...
Also available in: Atom