alvoskov (Alexey Voskov)
- Login: alvoskov
- Email: alvoskov@gmail.com
- Registered on: 06/19/2013
- Last sign in: 03/10/2015
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
03/10/2015
-
03:45 PM Ruby Bug #10959 (Closed): rb_iseq_load: problems with hash containing symbolic keys
- Hello!
I've found a bug in the rb_iseq_load function. When I'm trying to load the next code:
`def func
@basis << {:a => 1}
end`
compiled by `RubyVM::InstructionSequence.compile_file(filename).to_a` call it throws an exception "w...
06/19/2013
-
09:39 PM Ruby Bug #8543 (Closed): new rb_iseq_load crash
- I noticed an unusual behaviour of undocumented rb_iseq_load function.
Its work differs in different Ruby versions. I'm trying to protect some Ruby
source code by its conversion to YARV p-code and using the next strategy:
1. Convert...