thinkerbot (Simon Chiang)
- Login: thinkerbot
- Email: simon.a.chiang@gmail.com
- Registered on: 05/14/2011
- Last sign in: 01/10/2012
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 2 | 3 |
Activity
11/07/2011
-
12:34 PM Ruby Feature #5582 (Assigned): Allow clone of singleton methods on a BasicObject
- Currently I do not know of a way to implement something like 'clone' on a BasicObject subclass. This is as close as I've gotten but as you can see the singleton methods are not propagated to the clone.
require 'test/unit'
...
10/19/2011
-
12:04 PM Ruby Bug #5463: PTY or IO.select timing issue results in no EOF
- Oops! I uploaded the wrong file. Apologies, here is the correct file (the 2.3 kB one).
-
12:02 PM Ruby Bug #5463 (Rejected): PTY or IO.select timing issue results in no EOF
- I have observed that when running a shell through PTY the slave will sometimes fail to produce an EOF after an exit command. As a result polling via IO.select can timeout. A full example is attached. This is a simplified example illus...
05/14/2011
-
02:32 PM Ruby Bug #4694 (Closed): ERB::Compiler documentation
- I added documentation for the ERB::Compiler and made sure the code works as of 1.9.1.