cedric.brancourt (Cedric Brancourt)
- Login: cedric.brancourt
- Registered on: 06/28/2013
- Last sign in: 07/15/2013
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
07/04/2013
-
02:09 AM Ruby Bug #8594: [BUG] rb_update_max_fd: invalid fd (4) given
- Maybe because you are on Unix platform and the bug reporter on Win32 platform ! :)
It would be better IMHO to try to reproduce it on win32.
06/28/2013
-
05:36 AM Ruby Bug #8565: Compiled Regexp comparation bug
- Hopefully this is not a bug (or I think it is not).
When you create new regexp with :
%r"\/" and Regexp.new("\/") your quote are the delimiters
when you create regexp with slashes /\// the slashes (/) are your delimiters. Your regexp s... -
04:26 AM Ruby Bug #8464: IPAddr cannot parse link-local IPv6 address.
- Not sure this need a fix.
The %0 part of the example is the scope ( zone ) and should not be part of the address.
It is appended by operating system in the textual representation of the endpoint ( for interface identification ), and for...