0xab (0xAB .)
- Login: 0xab
- Registered on: 08/13/2017
- Last sign in: 09/04/2017
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
09/06/2017
-
01:03 AM Ruby Bug #13865: Triggered segfault, on Ruby2.4/OSX.
- Hi.
This is fixed on 2.5.0:
```
2] pry(main)> _pry_.h.deprecate_method! Object.methods.map{|m| Object.method(m) }, "everything is deprecated"
Traceback (most recent call last):
5405: from bin/pry:12:in `<main>'
5404: from ../...
09/04/2017
-
02:10 PM Ruby Bug #13865: Triggered segfault, on Ruby2.4/OSX.
- JRuby provides a little more useful information:
```
[1] pry(main)> _pry_.h.deprecate_method! Object.methods.map{|m| Object.method(m) }, "everything is deprecated"
DEPRECATED: everything is deprecated
.. Called from ../code/rb/pry-... -
02:05 PM Ruby Bug #13865 (Closed): Triggered segfault, on Ruby2.4/OSX.
- Hi.
I ran into a segmentation fault, the reproduction steps are here:
$ git clone https://github.com/r-obert/pry-plusplus.git
$ cd pry-plusplus
$ git checkout edf3496f425ef2512431a79b72a2a5fd930b2fcf
$ gem install bundler --no-r...