tenderlovemaking (Aaron Patterson)
- Login: tenderlovemaking
- Email: [email protected]
- Registered on: 07/09/2008
- Last sign in: 09/30/2025
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 32 | 234 | 266 |
Reported issues | 34 | 126 | 160 |
Projects
Project | Roles | Registered on |
---|---|---|
Ruby | Committer | 11/13/2009 |
Like
Activity
Today
-
12:37 AM Ruby Revision 17252958 (git): [ruby/prism] Add a "LAST" enum field to all flags enums
- This allows us to use the "last" of the enums in order to make masks,
etc. This particular commit uses the call flag...
09/30/2025
-
05:26 PM Ruby Bug #21618: Allow to use the build-in prism version to parse code
- I think this is a good idea. I recall discussing this type of feature with @kddnewton at one point. He had some ideas...
-
05:12 PM Ruby Bug #21187: Strings concatenated with `\` getting frozen with literal hashes (PRISM only)
- @kddnewton any updates, or reproduction issues? I'm confident I fixed the issue OP reported.
09/19/2025
-
10:30 AM Ruby Revision 3bf695a7 (git): [rubygems/rubygems] Pull `Gem.win_platform?` out of a hot path
- `normalize_path` is a pretty hot path, it's called many times per file
in each gem. Since the platform isn't going to... -
06:45 AM Ruby Revision 57a2b2a7 (git): [rubygems/rubygems] Pull `Gem.win_platform?` out of a hot path
- `normalize_path` is a pretty hot path, it's called many times per file
in each gem. Since the platform isn't going to...
09/17/2025
-
06:42 AM Ruby Revision e4fc0d4b (git): [rubygems/rubygems] Stop trying to remove every file on extraction
- When we're extracting a gem, it should be extracted to an empty
directory. Trying to remove every file before extrac...
09/16/2025
-
08:17 AM Ruby Revision ca9c0f91 (git): [rubygems/rubygems] Use File#chmod rather than FileUtils.chmod
- We already have the open file descriptor, so we can avoid the overhead
of resolving the filepath (as well as the over... -
08:17 AM Ruby Revision a71b3394 (git): [rubygems/rubygems] Pass the file size to IO.copy_stream
- When extracting tar files, the tar header actually knows the exact size
of the file we need to extract. Before this ... -
08:17 AM Ruby Revision 12aa9e74 (git): [rubygems/rubygems] Use `IO.copy_stream` with IO object directly
- Before this patch we would use `IO.copy_stream` with the tar entry
object rather than just straight to the IO. That ...
09/10/2025
-
04:42 AM Ruby Revision 37884c4a (git): [ruby/fcntl] Add macOS specific flags around file preallocation
- I wanted to use file preallocation with fcntl, but the flags weren't
available. This commit just adds the missing fl...