sophiathedev (Nguyen Thang)
- Login: sophiathedev
- Email: thedevguy1337@gmail.com
- Registered on: 03/11/2026
- Last sign in: 07/20/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
07/20/2026
-
01:02 PM Ruby Bug #22194: File.realpath and File.realdirpath handle differently path encoding incompatible with a filesystem's one
- I've submitted a PR to fix this issue here:
https://github.com/ruby/ruby/pull/17981
Thank you @andrykonchin for the bug report and the helpful notes! 🐐
Any feedback on the PR is highly appreciated. -
09:20 AM Ruby Bug #22203: Coverage (eval: true): branch entries for re-eval'd code are nondeterministically duplicated
- Hi @sferik,
I've opened a Pull Request to fix this issue by using a stable, location-based key for branch coverage instead of dynamic AST addresses.
Could you and the core team please take a look? Any feedback would be greatly apprecia... -
07:47 AM Ruby Bug #22197: Backtraces show methods which do not exist
- Eregon (Benoit Daloze) wrote in #note-1:
> In CRuby implementation terms we'd get the original method module with something like:
> ...
This is my first time contributing to Ruby core. I've submitted a PR to fix this issue here:
https://...