easco (Scott Thompson)
- Login: easco
- Email: easco@mac.com
- Registered on: 08/24/2010
- Last sign in: 03/07/2014
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
02/25/2014
-
09:25 PM Ruby Bug #9568 (Closed): Ruby interpreter crashes when executing a script in debug mode
- The following script will crash the ruby interpreter when ruby is run in debug mode.
This script is creating mock HTTP objects and creating the Response class out of the middle of the Savon gem and calling a private method in a very od...
08/24/2010
-
05:19 AM Ruby Bug #3739 (Rejected): IO sets streams attached to pseudo-terminal devices to buffered
- =begin
In embedding ruby into an application I opened a pseduo-terminal using the system call "openpty".
I passed the file descriptor for one end of the pseudo terminal to IO::for_fd to create a Ruby IO object.
In the implem...