General

Profile

Conrad.Irwin (Conrad Irwin)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 4 4

Activity

02/06/2014

07:52 AM Ruby master Bug #9494 (Closed): Race condition in autoload of Digest::SHA256, etc.
At the moment the digest extension uses const_missing to implement autoload. Unfortunately there's a race condition: ... Conrad.Irwin (Conrad Irwin)

03/23/2013

02:50 PM Ruby master Bug #4487: require_relative fails in an eval'ed file
This bug also affects pry: https://github.com/pry/pry/issues/880. Our use-case is slightly different because we are d... Conrad.Irwin (Conrad Irwin)

02/03/2013

04:07 PM Ruby master Bug #7772: Consider bumping stack size in ruby_qsort
Patch to bump size to 64 Conrad.Irwin (Conrad Irwin)
04:06 PM Ruby master Bug #7772 (Closed): Consider bumping stack size in ruby_qsort
At the moment the maximum size of the stack is 32. The comment implies this should be enough for arrays with up to 2*... Conrad.Irwin (Conrad Irwin)

12/09/2012

09:41 AM Ruby master Bug #7536 (Closed): local variables added to TOPLEVEL_BINDING in -r are broken
If a library that you require in the -r flag of ruby evals things in TOPLEVEL_BINDING (e.g. RUBY_OPT=-rbundler/setup)... Conrad.Irwin (Conrad Irwin)

11/17/2012

06:35 PM Ruby master Bug #7214: Ruby 2.0 breaks support for some debugging tools
Hey ko1,
Your debugging API looks good :).
It would be great to do this in a gem, but we can't create binding objec...
Conrad.Irwin (Conrad Irwin)

07/15/2010

03:51 PM Ruby master Feature #3575 (Closed): String#split is inconsistent with empty string and negative limit
Currently works like this:
```ruby
"".split(",", -1) # => []
```
According to the documentation, blank fields...
Conrad.Irwin (Conrad Irwin)

Also available in: Atom