kyrylo (Kyrylo Silin)
- Login: kyrylo
- Email: silin@kyrylo.org
- Registered on: 01/10/2012
- Last sign in: 02/20/2024
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 1 | 6 | 7 |
Activity
04/28/2019
- 04:04 PM Ruby master Bug #15808 (Rejected): Forwardable doesn't allow forwarding the 'print' message
- The following program forwards two messages to `@foo`: message 'print' and message 'bar'.
When I forward the 'print'...
08/09/2015
- 01:00 PM Ruby master Feature #10211: Implement Signal.current_trap(sig)
- I think we can close this. Thanks everyone for help! I finally figured out how to do that without modifying Ruby.
...
06/08/2015
- 04:24 AM Ruby master Bug #11232: rb_compile_string from parse.y segfaults
- Thanks for the tip!
I managed to fix the segfault with the following code:
https://github.com/kyrylo/fast_method_...
06/07/2015
- 03:19 AM Ruby master Bug #11232: rb_compile_string from parse.y segfaults
- Nobuyoshi Nakada wrote:
> Is `vparser` in `parser_compile_string()` GCed?
It looks like so. I'm not sure how to v... - 01:23 AM Ruby master Bug #11232 (Closed): rb_compile_string from parse.y segfaults
- I'm using `rb_compile_string` in my project and invoke it in a loop.
Unfortunately, it segfaults for me.
I've set...
05/19/2015
- 12:59 AM Ruby master Bug #11159: RubyVM::InstructionSequence.compile(nil) #=> segfault
- Symbols also cause segfaults
~~~ruby
RubyVM::InstructionSequence.compile(:foo)
~~~
05/17/2015
- 09:14 PM Ruby master Bug #11159 (Closed): RubyVM::InstructionSequence.compile(nil) #=> segfault
- The following code causes a segfault both for Ruby 2.2.2 and Ruby 2.2.0 (I haven't tested other versions).
The tra...
09/08/2014
- 06:18 PM Ruby master Feature #10211: Implement Signal.current_trap(sig)
- David RodrÃguez wrote:
> Disregard my previous message, I thought all traps were executed from last to first, but on... - 04:54 PM Ruby master Feature #10211: Implement Signal.current_trap(sig)
- Nobuyoshi Nakada wrote:
> I can't get your point.
> Do you want to get the previous trap defined before RSpec is lo... - 04:57 AM Ruby master Feature #10211: Implement Signal.current_trap(sig)
- Well, even monkey-patching won't help.
Also available in: Atom