jjb (John Bachir)
- Login: jjb
- Email: j@jjb.cc
- Registered on: 07/14/2012
- Last sign in: 06/20/2020
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
11/07/2023
-
06:29 AM Ruby Revision 77f90867 (git): [ruby/timeout] tests for blank seconds
- https://github.com/ruby/timeout/commit/54bc7639d2
-
04:45 AM Ruby Revision f26e89c4 (git): [ruby/timeout] nested exception tests for discussion
- https://github.com/ruby/timeout/commit/3e42aa4d84
09/27/2021
-
09:05 PM Ruby Revision 1147136b (git): [ruby/timeout] test that yield is given number of seconds
- https://github.com/ruby/timeout/commit/ec5a614334
-
04:22 AM Ruby Revision 582602d1 (git): [ruby/timeout] test for basic functionality
- https://github.com/ruby/timeout/commit/1c6bb90aea
10/08/2014
-
06:43 PM Ruby Misc #10339: normalize reference to Timeout::Error
- > The doc/ChangeLog-1.9.3 modification is incorrect.
Whoops, sloppy of me!
> ...
Thanks!
10/07/2014
-
06:23 PM Ruby Misc #10339 (Closed): normalize reference to Timeout::Error
- normalize references to Timeout::Error
TimeoutError is a legacy constant, Timeout::Error is the canonical constant.
This patch normalizes all code and comments to reference Timeout::Error.