General

Profile

zenspider (Ryan Davis)

  • Login: zenspider
  • Registered on: 07/10/2008
  • Last sign in: 03/16/2024

Issues

open closed Total
Assigned issues 0 30 30
Reported issues 2 22 24

Activity

03/14/2024

07:19 PM Ruby master 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) zenspider (Ryan Davis)
07:18 PM Ruby master Misc #20028: I'd like my commit bit back
GAH! Took me long enough! https://github.com/ruby/git.ruby-lang.org/pull/79 ❤️ zenspider (Ryan Davis)

11/30/2023

06:55 AM Ruby master Misc #20028 (Assigned): 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, ... zenspider (Ryan Davis)
06:53 AM Ruby master 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
`...
zenspider (Ryan Davis)

03/05/2023

01:56 AM Ruby master 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....
zenspider (Ryan Davis)

12/29/2021

05:24 AM Ruby master 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...
zenspider (Ryan Davis)
05:04 AM Ruby master Bug #18449: Bug in 3.1 regexp literals with \c
It looks like `tokadd_escape` has drastically changed and dropped the `\c`, `\M-`, and `\C-` forms...
This isn't ...
zenspider (Ryan Davis)
04:36 AM Ruby master Bug #18449 (Rejected): Bug in 3.1 regexp literals with \c
This file passes on 2.7, 3.0, and fails (if you remove the `skip` line) on 3.1:
``` ruby
#!/usr/bin/env ruby -w
...
zenspider (Ryan Davis)

08/14/2021

04:20 AM Ruby master Bug #18075 (Closed): Crasher using ripper + yydebug
`method `inspect' called on unexpected T_NODE object` via the following with `-d` (see output at end):
```
#!/usr...
zenspider (Ryan Davis)

04/06/2020

08:10 AM Ruby master Bug #16760 (Closed): backport #67305 / e39f7e64 to 2.6?
https://bugs.ruby-lang.org/projects/ruby-master/repository/git/revisions/e39f7e64b73f0506def7adc88226d6821608da54
...
zenspider (Ryan Davis)

Also available in: Atom