NeilW (Neil Wilson)
- Login: NeilW
- Email: neil@aldur.co.uk
- Registered on: 07/21/2010
- Last sign in: 03/26/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
02/26/2025
-
04:21 PM Ruby Bug #21158 (Closed): Ractor using 'receive_if' sits in busy wait when there are skipped messages in the incoming queue
- When using the conditional receive example from the Ractor documentation (either as a script, or within irb)
07/21/2010
-
06:06 PM Ruby Bug #3594 (Closed): URI class doesn't do file URL's properly.
- =begin
URI doesn't seem to output file URLs properly where there is an absolute path part.
For example.
require 'uri'
my_url = URI.parse("file:///var/lib/libvirt/images/")
p my_url.to_s
"file:/var/lib/libvirt/imag...