eweb (Eamonn Webster)
- Login: eweb
- Email: eamonn.webster@gmail.com
- Registered on: 10/18/2013
- Last sign in: 10/23/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
02/20/2021
-
09:41 PM Ruby Revision ac9e3b51 (git): [ruby/reline] Avoid tripping over nil prompt
- https://github.com/ruby/reline/commit/d4d9d3e3d4
11/29/2013
-
10:00 PM Ruby Feature #9123: Make Numeric#nonzero? behavior consistent with Numeric#zero?
- Ever asked someone 'Do you know the time?' and they answer 'Yes'. So you ask 'What time is it?' and mutter 'Jerk!' under your breath.
Ruby is a friendly language, let's not turn it into a jerk.
10/24/2013
-
09:43 PM Ruby Bug #9051 (Closed): open-uri meta_add_field method removed
- In the fix for bug #4964 the method Meta#meta_add_field(name, value) was removed and replaced with meta_add_field2(name, values) Note plural!
This breaks code that uses meta_add_field. e.g. HTTPClient.
The fix is to re-implement m...
10/21/2013
-
09:36 PM Ruby Bug #9040 (Closed): Readline duplicate file descriptors but doesn't close them
- This depends on the max open files limit, happens quicker the lower the limit.
irb crashes just by holding down return. Uses two file descriptors per prompt.
input=': Too many open files - dup (Errno::EMFILE)
or if you don't want...