General

Profile

schneems (Richard Schneeman)

  • Login: schneems
  • Registered on: 11/09/2012
  • Last sign in: 02/24/2026

Issues

open closed Total
Assigned issues 0 18 18
Reported issues 4 23 27

Projects

Project Roles Registered on
Ruby Committer 08/19/2022

Activity

Today

02:00 AM Ruby Revision a0fd8328 (git): [ruby/syntax_suggest] Fix missing line break due to puts logic
In #225 it was reported that the output looks incorrect:
```
$ cat /tmp/4a71c7e417cc9eac0971e3a2519b295c/scratch.rb
def x.y.z
end
$ ruby /tmp/4a71c7e417cc9eac0971e3a2519b295c/scratch.rb
/tmp/4a71c7e417cc9eac0971e3a2519b295c/scratch.rb: ...
schneems (Richard Schneeman)
02:00 AM Ruby Revision 28edc65f (git): [ruby/syntax_suggest] Freeze strings
https://github.com/ruby/syntax_suggest/commit/b17bf0baca schneems (Richard Schneeman)
02:00 AM Ruby Revision 400d94dc (git): [ruby/syntax_suggest] Fix spelling
https://github.com/ruby/syntax_suggest/commit/9c78283363 schneems (Richard Schneeman)
02:00 AM Ruby Revision 8136b4e5 (git): [ruby/syntax_suggest] Explain why class exists
https://github.com/ruby/syntax_suggest/commit/8c36b0cb35 schneems (Richard Schneeman)
02:00 AM Ruby Revision 854df872 (git): [ruby/syntax_suggest] v2.0.2
https://github.com/ruby/syntax_suggest/commit/e99b5ba287 schneems (Richard Schneeman)
02:00 AM Ruby Revision 2256196e (git): [ruby/syntax_suggest] Refactor multi-prism version logic
The reason this logic for different methods branches in the class instead of internally was to be eagerly aggressive about runtime performance. This code is currently only used once for the document where it's invoked ~N times (where N i... schneems (Richard Schneeman)
02:00 AM Ruby Revision 14dbb22b (git): [ruby/syntax_suggest] v2.0.3
https://github.com/ruby/syntax_suggest/commit/a81b92fcf2
[Bug #21847]
schneems (Richard Schneeman)

02/24/2026

08:54 PM Ruby Feature #4477: Kernel:exec and backtick (`) don't work for certain system commands
Just found out about this behavior today when this code
```
out = `command -v ruby`
```
Works on my mac but not on linux (github actions) with an error `Errno::ENOENT: No such file or directory - command`. That is because on my m...
schneems (Richard Schneeman)

01/21/2026

06:11 PM Ruby Revision 12203963 (git): [ruby/syntax_suggest] Refactor multi-prism version logic
The reason this logic for different methods branches in the class instead of internally was to be eagerly aggressive about runtime performance. This code is currently only used once for the document where it's invoked ~N times (where N i... schneems (Richard Schneeman)
04:01 PM Ruby Revision 7f687b0a (git): [ruby/syntax_suggest] v2.0.3
https://github.com/ruby/syntax_suggest/commit/a81b92fcf2 schneems (Richard Schneeman)

Also available in: Atom