bobjalex (Bob Alexander)
- Login: bobjalex
- Email: bobjalex@gmail.com
- Registered on: 02/24/2011
- Last sign in: 07/01/2014
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
04/20/2013
-
07:41 AM Ruby Bug #8299 (Closed): Minor error in float parsing
- I encountered a float that either parses [slightly] differently (or converts to string differently) in Ruby than it does in Python or Java. This looks like a Ruby bug since the result "looks" incorrect.
It is easily reproduced by ent...
02/24/2011
-
12:08 PM Ruby Bug #4437: Hash does not match character read from file via IO#getc
- =begin
Oops -- my little program was included in the description, but that didn't seem to work out very well, so I'm attaching it.
=end
-
11:58 AM Ruby Bug #4437 (Rejected): Hash does not match character read from file via IO#getc
- Run this little program, and observe that the single-character read from a file does not match a hash key as it should.
===========================================
# Create a file with the single character 'x', then read it back into...