deepfryed (Bharanee Rathna)
- Login: deepfryed
- Email: deepfryed@gmail.com
- Registered on: 08/30/2010
- Last sign in: 09/10/2012
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
12/07/2011
-
12:26 PM Ruby Bug #5719: Hash::[] can't handle 100000+ args
- i shall give you four hints: stack, heap, push, pop
ruby's behavior is expected.
you can pass Hash::[] an array instead i think.
Hash[[[:a, 1], [:b, 2]]] #=> {:a=>1, :b=>2}
08/30/2010
-
09:29 AM Ruby Feature #3762 (Rejected): c++ exceptions result in segfault when raised in rb_thread_blocking_region callback
- =begin
http://gist.github.com/556829
This works under ruby1.9.1 but segfaults on 1.9.2 - any insights or suggestions would be much appreciated.
Thanks
=end