natano (Martin Natano)
- Login: natano
- Email: natanoptacek@gmail.com
- Registered on: 01/12/2015
- Last sign in: 01/12/2015
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
01/12/2015
-
01:19 PM Ruby Bug #10734 (Closed): Segfault when combining default arguments with keyword arguments
- Combining default arguments with a keyword argument produces a segfault when the function is called with hash that contains a string key.
See the following transcript:
~~~
natano@ketzer:~$ irb
2.2.0 :001 > def foo(data=nil, foo: :b...