atul (Atul Bhosale)
- Login: atul
- Email: atul1bhosale@gmail.com
- Registered on: 10/26/2017
- Last sign in: 01/13/2018
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
~~~
-
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
~~~