General

Profile

singpolyma (Stephen Paul Weber)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 2 2

Activity

07/03/2019

12:27 AM Ruby Bug #15979 (Rejected): URI.parse does not validate components
``` ruby
URI.parse("https://-._~%2C!$&'()*+,;=:@-._~%2C!$&'()*+,;=:/foo?/-._~%2C!$&'()*+,;=:@/?")
```
happily return a `URI::HTTPS` object, even though it has an invalid component and cannot be constructed using `URI::HTTPS.build`
...
singpolyma (Stephen Paul Weber)

07/23/2016

01:30 AM Ruby Bug #12615 (Closed): Pathname#rename does not work across filesystem boundaries.
So I must continue to use FileUtils.mv -- either Pathname#rename should be fixed or (if the current behaviour is desired) and Pathname#mv added. singpolyma (Stephen Paul Weber)

Also available in: Atom