JEG2 (James Gray)
- Login: JEG2
- Email: jeg2@ruby-lang.org
- Registered on: 07/09/2008
- Last connection: 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
-
02:44 AM Ruby master Revision f18f9408 (git): Adding a liberal_parsing option to CSV. Patch by Braden Anderson.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53401 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
04/01/2014
-
02:40 PM Ruby master Revision 1170b057 (git): * lib/csv.rb: Symbol HeaderConverter: strip leading/trailing space.
- Reported by Skye Shaw
[Fixes GH-575]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45498 b2dd03c8-39d4-4d8f-... -
02:35 PM Ruby master Revision 7c4d4e1e (git): * lib/csv.rb: Don't attempt to convert nil headers.
- Reported by Skye Shaw
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45497 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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... -
02:38 PM Ruby master Revision 3fb752a9 (git): * lib/csv.rb: Fixed a broken regular expression that was causing
- CSV to miss escaping some special meaning characters when used
in parsing.
Reported by David Unric
[ruby-core:5...
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
Also available in: Atom