General

Profile

QaDeS (Michael Klaus)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 2 2

Activity

04/18/2011

07:56 AM Ruby master Bug #4583: trace doesn't work for methods set up by attr_*
=begin
Modified the test to show the binding problem.
=end
QaDeS (Michael Klaus)
06:49 AM Ruby master Bug #4583: trace doesn't work for methods set up by attr_*
=begin
Actually, the binding passed to the trace_func is wrong. Should be of the object the attr_accessor is defined ...
QaDeS (Michael Klaus)
06:24 AM Ruby master Bug #4583: trace doesn't work for methods set up by attr_*
=begin
Working patch for 1.9.2-head
=end
QaDeS (Michael Klaus)

04/17/2011

07:05 PM Ruby master Bug #4583: trace doesn't work for methods set up by attr_*
=begin
Added test for 1.9.2-head, but changes to vm_eval.c didn't make it work. Next suspect: vm_insnhelper.c
Actual...
QaDeS (Michael Klaus)
04:17 PM Ruby master Bug #4583: trace doesn't work for methods set up by attr_*
=begin
Thanks for the hint on reporting properly. Here's a working patch for 1.8.7
=end
QaDeS (Michael Klaus)
11:50 AM Ruby master Bug #4583: trace doesn't work for methods set up by attr_*
=begin
See also issue #4584 for Ruby 1.8.
=end
QaDeS (Michael Klaus)
11:44 AM Ruby master Bug #4583 (Rejected): trace doesn't work for methods set up by attr_*
=begin
Methods set up with (({attr_accessor})) or alike are not traceable:
class Foo
attr_writer :bar
def ba...
QaDeS (Michael Klaus)
11:49 AM Ruby 1.8 Bug #4584 (Rejected): trace doesn't work for methods set up by attr_*
=begin
See also issue #4583 for Ruby 1.9.
Methods set up with attr_accessor or alike are not traceable:
class ...
QaDeS (Michael Klaus)

Also available in: Atom