Marthyn (Marthyn Olthof)
- Login: Marthyn
- Registered on: 01/16/2020
- Last sign in: 01/16/2020
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
01/16/2020
-
06:27 PM Ruby Bug #16509: puts from a thread seem to be missing linefeed when run in ruby 2.7.0 console
- **Ruby 2.7.0**
```
irb(main):002:1* EventMachine.run do
irb(main):003:1* EM.add_periodic_timer(1) { puts "Tick ..." }
irb(main):004:2* EM.add_timer(3) do
irb(main):005:2* puts "I waited 3 seconds"
irb(main):006:2* EM.st...