yawboakye (yaw boakye)
- Login: yawboakye
- Registered on: 06/10/2023
- Last sign in: 12/12/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
10/09/2023
-
08:13 AM Ruby Bug #19916 (Closed): URI#to_s can serialize to a value that doesn't deserialize to the original
- It appears that when we're serializing a URI to string, we don't check/confirm that it is represented in a form that can be deserialized back into the original. I think it's fair to expect that serialize+deserialize produces an object th...
08/05/2019
-
12:04 AM Ruby Revision 6bb3618f (git): n+1 to include n in range
- Python's range stop right before n, which means factL never returns the correct result.
Closes: https://github.com/ruby/ruby/pull/1982