febuiles (Federico Builes)
- Login: febuiles
- Email: federico.builes@gmail.com
- Registered on: 07/01/2008
- Last sign in: 04/10/2020
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
07/19/2014
-
07:33 AM Ruby Bug #10071 (Closed): Documentation for time.c contains broken links
- The documentation for `compat_common_month_table` in time.c:1326 contains a link to http://use.perl.org/articles/08/02/07/197204.shtml, which 404s. I tried to search for the original article (http://use.perl.org/use.perl.org/search1e49-2...
12/26/2008
-
11:51 PM Ruby Bug #633: dl segfaults on x86_64-linux systems
- =begin
Ed: This segfaults in Ubuntu 8.10 x86_x64 too so I think the libc issue might be related to OpenSuse.
=end
08/28/2008
-
06:33 AM Ruby Feature #512 (Rejected): String#% behavior
- =begin
Right now String#% is calling #to_ary on the its arguments for every case. Should it call it on cases where it only receives one argument?
Example:
"%c" % 65 # the call's not really necessary but it's done he...
08/20/2008
-
03:47 AM Ruby Bug #456: Ruby 1.8.6p230 SEGV on OpenSolaris
- =begin
This particular version of Ruby is known for memory leaks/not compiling correctly/crashes. Can you try to reproduce it on a newer version (p286) to make sure this hasn't been fixed yet?
=end