yarmiganosca (Chris Hoffman)
- Login: yarmiganosca
- Registered on: 06/26/2018
- Last sign in: 12/01/2019
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 1 | 2 | 3 |
Activity
12/12/2019
- 05:12 PM Ruby master Misc #16408: Ruby docs list incorrect method signatures for PTY::getpty/PTY::spawn
- Turns out `IO.pipe` would result in `"bar\n"` instead of `"bar\r\n"` (`PTY.open` results in strings that end in `"\r\...
12/08/2019
- 06:30 PM Ruby master Misc #16408 (Open): Ruby docs list incorrect method signatures for PTY::getpty/PTY::spawn
- Ruby documentation says the method signature for `PTY::getpty`/`PTY::spawn` is
```
* PTY.spawn(command_line) { ...
12/13/2018
- 05:04 AM Ruby master Bug #15410: double-splatted parameters behave differently if one of the keys is an array
- I've been informed that this is expected behavior according to the spec, but I don't know how to close my own issues ...
- 04:33 AM Ruby master Bug #15410 (Closed): double-splatted parameters behave differently if one of the keys is an array
- ~~~
➜ irb
2.5.1 :001 > def thingy(x, **y); [x, y]; end
=> :thingy
2.5.1 :002 > thingy(4, {:x => 5})
=> [4, {:...
06/26/2018
- 05:39 AM Ruby master Bug #14870 (Closed): Both TracePoint's :call and :c_call filters seem to skip a lot of builtin methods
- It looks like a lot of builtin methods (`Array#<<` and `Integer#+`, for example) aren't hooked when using the :call o...
Also available in: Atom