General

Profile

schneems (Richard Schneeman)

  • Login: schneems
  • Registered on: 11/09/2012
  • Last sign in: 06/13/2024

Issues

open closed Total
Assigned issues 0 17 17
Reported issues 4 22 26

Projects

Project Roles Registered on
Ruby Committer 08/19/2022
Backport187 Committer 08/19/2022
Backport191 Committer 08/19/2022
Backport192 Committer 08/19/2022
Backport193 Committer 08/19/2022
Backport200 Committer 08/19/2022
Backport21 Committer 08/19/2022
Backport22 Committer 08/19/2022
Ruby 1.8 Committer 08/19/2022
Ruby master Committer 08/19/2022

Like

Activity

10/04/2024

03:21 AM Ruby master Revision 3c54b8e9 (git): Allow method chaining with Pathname#mkpath
Currently in my code when I want to create a pathname object and create a path at the same time I must use tap
```
p...
schneems (Richard Schneeman)
02:15 AM Ruby master Revision 08346e72 (git): Introduce Pathname.mktmpdir
When I want to create a tmpdir I often want to manipulate it as a pathname. By introducing Pathname.mktmpdir I can ge... schneems (Richard Schneeman)

05/27/2024

03:50 AM Ruby master Bug #20506: YJIT build error on aarch64 with Rust 1.78.0
Thanks for the fast responses. I was able to get it working on Ubuntu by downgrading rust in my dockerfile (nothing s... schneems (Richard Schneeman)

05/24/2024

03:15 PM Ruby master Bug #20506 (Third Party's Issue): YJIT build error on aarch64 with Rust 1.78.0
I was unable to compile Ruby 3.4.0-preview1 on Ubuntu 24.04 via Github Actions. As the logs are not retained indefini... schneems (Richard Schneeman)

12/08/2023

04:49 PM Ruby master Revision f2c13ff9 (git): [ruby/syntax_suggest] v2.0.0
https://github.com/ruby/syntax_suggest/commit/53b2a1b03c schneems (Richard Schneeman)

12/05/2023

06:25 PM Ruby master Revision 82883dc8 (git): [ruby/syntax_suggest] Change assertion to not rely on exact text from prism
The original ripper test was very stable as the output didn't change. Prism is under active development and changing ... schneems (Richard Schneeman)
05:51 PM Ruby master Revision 6d39d6d2 (git): [ruby/syntax_suggest] Update docs, clean up PR
Removes or updates mentions of Ripper
https://github.com/ruby/syntax_suggest/commit/08aaa3f50a
schneems (Richard Schneeman)
05:51 PM Ruby master Revision c175e265 (git): [ruby/syntax_suggest] Remove duplicate error messages
Before:
```
Expected a newline or semicolon after the statement
Cannot parse the expression
Expected a newline or se...
schneems (Richard Schneeman)
05:51 PM Ruby master Revision 62c96959 (git): [ruby/syntax_suggest] Support lexing with Prism
https://github.com/ruby/syntax_suggest/commit/7f4176a914 schneems (Richard Schneeman)
05:51 PM Ruby master Revision cce29750 (git): [ruby/syntax_suggest] Initial support for the prism parser
Prism will be the parser in Ruby 3.3. We need to support 3.0+ so we will have to "dual boot" both parsers.
Todo:
- ...
schneems (Richard Schneeman)

Also available in: Atom