General

Profile

chi (Chi Leung)

  • Login: chi
  • Registered on: 02/12/2019
  • Last sign in: 07/24/2019

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

02/13/2019

10:01 AM Ruby Bug #15600: CSV underlying IO object is not getting rewound after parsing
Hi nobu, thanks for your reply.
> I guess it has never guaranteed such assumption, though.
Sorry, what I meant is that I don't understand why `#eof?` would be part of the CSV object public API if it doesn't reflect the state of the...
chi (Chi Leung)

02/12/2019

11:52 PM Ruby Bug #15600 (Third Party's Issue): CSV underlying IO object is not getting rewound after parsing
Hello,
Sorry if this bug has already been reported but I couldn't find any reference to it.
For the following CSV test.csv file:
```
a,b,c,d
1,2,3,4
5,6,7,8
9,10,11,12
```
and the following code snippet:
``` ruby
require...
chi (Chi Leung)

Also available in: Atom