undees (Ian Dees)
- Login: undees
- Email: undees@gmail.com
- Registered on: 11/18/2009
- Last sign in: 11/18/2009
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
11/18/2009
-
07:15 AM Ruby Bug #2380 (Closed): IO#eof? behavior different with 1.9.1p243-mingw32 than other platforms
- =begin
In the following code:
open('somefile.txt', 'r') do |f|
until f.eof? do
raise 'nil character' if f.getc.nil?
end
end
The code runs without error in both Ruby 1.8 and 1.9 on Ubuntu, and 1.8 on W...