eccyan (Daisuke Sato)
- Login: eccyan
- Registered on: 06/28/2016
- Last sign in: 06/28/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
06/28/2016
-
09:58 PM Ruby Bug #12531: Segmentation fault occurred when execute curry with block
- Remove useless tests.
-
09:46 PM Ruby Bug #12531 (Closed): Segmentation fault occurred when execute curry with block
- When I execute code below:
~~~
$ ./ruby -e '-> { true }.curry.call(&:to_s)'
~~~
I create a patch for fix and test. I hope for your help :)
And logs:
~~~
[trunk][~/devel/ruby]$ ./ruby -e 'proc { true }.curry.call(&:to_s)' ...