kirillrdy (Kirill Radzikhovskyy)
- Login: kirillrdy
- Email: kirillrdy@gmail.com
- Registered on: 08/01/2011
- Last sign in: 01/20/2017
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 1 | 1 |
Activity
05/20/2016
- 06:13 AM Ruby master Bug #12405 (Closed): Queue doesn't work inside of trap
- when adding things to the queue inside that trap blocking pop never unblocks
```
q = Queue.new
Signal.trap 'INT'...
08/01/2011
- 01:37 PM Ruby master Feature #5120: String#split needs to be logical
- Hi,
I also find this behavior confusing
mainly because:
ruby-1.9.2-p290 :001 > 'a,b,,'.split ','
=> ["a", "b"...
Also available in: Atom