General

Profile

ccutrer (Cody Cutrer)

  • Login: ccutrer
  • Email: cody@cutrer.us
  • Registered on: 07/18/2013
  • Last sign in: 10/19/2021

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 5 5

Activity

01/02/2018

08:40 PM Ruby master Bug #14273 (Closed): Stack Consistency Error from return in loop
```ruby
def foo(x)
unless x
while !x
return nil
end
end
end
foo(nil)
```
```
(irb):18:...
ccutrer (Cody Cutrer)

12/14/2017

04:50 AM Ruby master Bug #14181 (Closed): hangs or deadlocks from waitpid, threads, and trapping SIGCHLD
I'm not exactly sure what's going on here, but the end result is basically a thread is getting killed unexpectedly du... ccutrer (Cody Cutrer)

06/13/2017

04:40 PM Ruby master Bug #13656 (Closed): Method#super_method returns incorrect result dependent on unrelated module
~~~ruby
module Calculations
def pluck
puts "calculations"
end
end
module Calculations2
def pluck
...
ccutrer (Cody Cutrer)

12/16/2016

09:37 PM Ruby master Bug #13043 (Closed): Exception#cause can become recursive/infinite
In a certain situation, Exception#cause can become an infinite list:
```ruby
def raise_errors
begin
raise...
ccutrer (Cody Cutrer)

06/30/2014

05:47 PM Ruby master Feature #6216: SystemStackError backtraces should not be reduced to one line
... and fixed in my testing today ccutrer (Cody Cutrer)

06/27/2014

09:32 PM Ruby master Feature #6216: SystemStackError backtraces should not be reduced to one line
I can confirm that this is working on current master, but with one problem - if the exception is ever rescued and the... ccutrer (Cody Cutrer)

04/07/2014

03:13 PM Ruby master Bug #9675: Marshal.load fails with recursive structures and user defined hash method
There is no documentation for `hash` that if you override it, you should not use instance variables. Either this need... ccutrer (Cody Cutrer)

03/25/2014

03:54 PM Ruby master Bug #9675 (Rejected): Marshal.load fails with recursive structures and user defined hash method
If a user class redefines hash to something that depends on instance variables, and the object is loaded both before ... ccutrer (Cody Cutrer)

Also available in: Atom