pjones (Peter Jones)
- Login: pjones
- Registered on: 03/24/2022
- Last sign in: 03/24/2022
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
03/24/2022
-
08:23 PM Ruby Bug #18657 (Closed): IRB raises exception when stdout is a pipe
- When piping stdout to another process IRB fails:
```
lib/ruby/3.0.0/irb/input-method.rb:42:in `winsize': Inappropriate ioctl for device (Errno::ENOTTY)
```
For example:
```
echo n=1 | irb | cat
```
This bug was introduced...