General

Profile

atul (Atul Bhosale)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

11/01/2017

01:59 PM Ruby Bug #14074: TracePoint#new without a block should not raise ThreadError
While working on RubySpecs with Marc-Andre Lafortune, we discovered that TracePoint.new raises a ThreadError instead of ArgumentError.
For example :
~~~ ruby
TracePoint.new => # => ThreadError: must be called with a block
~~~
atul (Atul Bhosale)
01:54 PM Ruby Bug #14074 (Closed): TracePoint#new without a block should not raise ThreadError
While working on RubySpecs with Marc-Andre Lafortune, we discovered that TracePoint.new raises a ThreadError instead of ArgumentError.
For example :
~~~ ruby
TracePoint.new => # => ThreadError: must be called with a block
~~~
atul (Atul Bhosale)

Also available in: Atom