rushsteve1 (Steven vanZyl)
- Login: rushsteve1
- Email: rushsteve1@rushsteve1.us
- Registered on: 07/26/2019
- Last sign in: 01/21/2021
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
08/02/2019
-
03:16 PM Ruby Bug #15244: Method #extname return empty string if filename is dot ('.')
- Updated the diff to also account for the if (*p) case so that it will stop if p == 0.
07/26/2019
-
05:16 PM Ruby Bug #15244: Method #extname return empty string if filename is dot ('.')
- The issue seemed to be in how .dotfiles were handled, where all leading periods were trimmed when only the first should have been.
I've created a patch that seems to fix the issue and added a spect test for it. It's only a 2 line chan...