JEG2 (James Gray)
- Login: JEG2
- Email: jeg2@ruby-lang.org
- Registered on: 07/09/2008
- Last sign in: 02/17/2016
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 22 | 22 |
Reported issues | 0 | 9 | 9 |
Activity
01/06/2016
- 04:08 AM Ruby master Bug #11953: ThreadError in 2.3 on code that works on 2.2.4
- My recreation may not be useful though as it has the same error on Ruby 2.2.4. The longer code does not.
- 03:49 AM Ruby master Bug #11953: ThreadError in 2.3 on code that works on 2.2.4
- This is the minimal reproduction I could come up with:
~~~ruby
require "forwardable"
require "singleton"
clas...
01/01/2016
- 02:47 AM Ruby master Feature #11839 (Closed): CSV: liberal_parsing option
03/20/2014
- 02:38 PM Ruby master Bug #8405 (Closed): CSV module - improper regexp for escaping special characters
- Applied in changeset r45374.
----------
* lib/csv.rb: Fixed a broken regular expression that was causing
CSV to mi...
03/06/2014
- 04:26 PM Ruby master Bug #9582 (Rejected): CSV#headers not giving expected results.
- Yeah, I also looked at making this change, but the behavior of returning just the first line is documented:
https:...
11/24/2013
- 09:47 AM Ruby master Feature #9143 (Closed): Optimize CSV to share hash key objects between rows
- 08:14 AM Ruby master Bug #8560 (Closed): CSV, skip_lines option causes error when passing a string
08/28/2013
- 01:11 AM Ruby master Bug #8815: Enumerable.drop_while returns an Enumerator. Calling next twice on the Enumerator raises StopIteration even if there are still items available
- Isn't that backwards?
>> [1, 2, 3].drop_while { nil }
=> [1, 2, 3]
>> [1, 2, 3].drop_while { false }...
12/08/2012
- 02:42 AM Ruby master Bug #7528 (Closed): CSV.== fails to check object type
- This issue was solved with changeset r38265.
Stephen, thank you for reporting this issue.
Your contribution to Ruby i...
10/22/2012
- 01:28 AM Ruby master Bug #5906 (Rejected): CSV converter option fails in case of :date_time
- The converters do work, just not on the date format you gave them.
Your format is ambiguous. Should we treat it a...
Also available in: Atom