schneems (Richard Schneeman)
- Login: schneems
- Registered on: 11/09/2012
- Last connection: 02/11/2021
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 11 | 11 | 22 |
Activity
02/11/2021
-
03:32 AM Ruby master Bug #17621: Ripper can call on_parse_error multiple times for syntax error. Is this correct?
- > What do you mean by "more context"?
The responses from Ilya here make sense https://twitter.com/schneems/status/...
10/30/2020
-
03:09 PM Ruby master Feature #17297 (Open): Feature: 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 ...-
03:08 PM Ruby master Feature #17296 (Open): Feature: Pathname#chmod use FileUtils.chmod instead of File
The `FileUtils.chmod` provides the same numerical interface as `File.chmod` and it also includes a "symbolic mode...-
03:06 PM Ruby master Feature #17295 (Open): Feature: Create a directory and file with Pathname#touch
Right now if a developer wants to create a file and is not sure if the path exists yet or not they must:
```ru...-
03:04 PM Ruby master Feature #17294 (Open): Feature: Allow method chaining with Pathname#mkpath Pathname#rmtree
Currently in my code when I want to create a pathname object and create a path at the same time I must use tap
`...
10/26/2020
-
06:33 PM Ruby master Feature #17287 (Open): Faster Pathname FileUtils methods
- I have a patch that I would like to merge into Pathname for increased performance. I understand that akr maintains pa...
09/06/2020
-
07:29 PM Ruby master Bug #17158 (Closed): Ractor Segfault when using shell and puts
- Here is my example repo:
https://github.com/schneems/ractor_shell_bug_reproduction
This is the commit of Ruby I...
10/04/2019
-
05:57 PM Ruby master Feature #14145: Proposal: Better Method#inspect
- Thanks a ton for the proposal and feature. I love the idea of getting source location info by default!
09/07/2019
-
05:22 AM Ruby master Feature #16150: Add a way to request a frozen string from to_s
- Thank you for writing up the proposal. This would certainly helped my optimization case. Here’s the PR I referenced i...
08/29/2019
-
06:57 PM Ruby master Revision 94b79bff (git): Add word "Euler's number" to Math::E docs
- When searching for this constant, I landed on the correct page https://ruby-doc.org/core-2.6.4/Math.html however I wa...
Also available in: Atom