General

Profile

ender672 (Timothy Elliott)

  • Login: ender672
  • Email: tle@holymonkey.com
  • Registered on: 01/02/2009
  • Last sign in: 06/19/2012

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 6 6

Activity

05/09/2012

06:13 AM Ruby master Bug #6416 (Closed): Deadlock when calling Thread#join from signal interrupt context
=begin
The interpreter can deadlock when calling Thread#join both from the main context and from the signal handler ...
ender672 (Timothy Elliott)

09/27/2011

03:23 AM Backport193 Backport #5359: rails 3.1, nokogiri-1.5.0 - Segmentation fault
On Fri, Sep 23, 2011 at 5:12 PM, Slava Mikerin <slava@slavix.com> wrote:
>
> Issue #5359 has been reported by Sl...
ender672 (Timothy Elliott)

11/19/2010

05:54 AM Ruby master Bug #4069: String#parse_csv fails to parse "\r" character embedded string
=begin
["aa\rbb"].to_csv results in the string "\"aa\rbb\"\n"

When you don't specify a row separator the ruby C...
ender672 (Timothy Elliott)

11/03/2010

11:42 AM Ruby master Feature #4017: [PATCH] CSV parsing speedup
=begin
* Rename the limit to just read_limit

That name sounds good. I'll submit an updated patch with the bette...
ender672 (Timothy Elliott)
09:43 AM Ruby master Feature #4017 (Rejected): [PATCH] CSV parsing speedup
=begin
ruby_19_csv_parser_split_methods.patch
This patch breaks the CSV parser into multiple methods that are eas...
ender672 (Timothy Elliott)
09:51 AM Backport192 Backport #4018 (Closed): String#<< can result in string that lies about String#valid_encoding?
=begin
s1 = "aa".force_encoding("utf-16be")
s2 = "\xFF".force_encoding("utf-16be")
s1.valid_encoding?
s1 << s2...
ender672 (Timothy Elliott)

03/23/2010

04:16 PM Ruby master Feature #1981: [PATCH] CSV Parsing Speedup
=begin
Patch attached.

Thanks,
Tim Elliott
=end
ender672 (Timothy Elliott)

03/20/2010

03:36 AM Ruby master Feature #1981: [PATCH] CSV Parsing Speedup
=begin
I updated the patch to against trunk. Attaching to this ticket update.

I took care to make it pass all t...
ender672 (Timothy Elliott)

08/23/2009

04:44 AM Ruby master Feature #1981 (Closed): [PATCH] CSV Parsing Speedup
=begin
This patch replaces the regex used in the Ruby 1.9 CSV parser with ruby code.

Running all CSV tests (ts_...
ender672 (Timothy Elliott)

02/18/2009

05:40 AM Backport187 Bug #1167 (Rejected): Regexp: Stack overflow in regexp matcher
=begin
A 3,000 character string can cause a stack overflow when matched with a relatively simple regular expression....
ender672 (Timothy Elliott)

Also available in: Atom