YenTheFirst (T S)
- Login: YenTheFirst
- Email: YenTheFirst@gmail.com
- Registered on: 06/26/2009
- Last sign in: 11/10/2011
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
10/31/2011
-
06:26 AM Ruby Bug #5519 (Rejected): Enumerator#next skips c-return hooks
- In some cases, especially using #next, c-calls are traced, but corresponding c-returns are not.
tracing this snippet:
a=[1,2,3,4].to_enum
b=a.next
produces this output:
c-return test4.rb:3 set_trace_func Kernel
lin...