ruby-internal icon indicating copy to clipboard operation
ruby-internal copied to clipboard

A library to provide access to the internals of the Ruby interpreter

Results 3 ruby-internal issues
Sort by recently updated
recently updated
newest added

`setup.rb config --ruby-source-path=/tmp/ruby-1.9.3-p448` => **OK** `setup.rb setup` => ``` ---> ext/internal/node make linking shared-object internal/node/node.so node.o: In function `dump_node_or_iseq_to_hash': node.c:(.text+0x1260): undefined reference to `dump_iseq_to_hash' node.o: In function `load_node_or_iseq_from_hash': node.c:(.text+0x158a): undefined...

`ruby setup.rb config --ruby-source-path=/tmp/ruby-2.0.0-p247` => **OK** `ruby setup.rb setup` => ``` rubypp insns_info.c.rpp insns_info.c Error on line 192: insns_info.c.rpp:183:in `block in binding': undefined method `map' for nil:NilClass (NoMethodError) from insns_info.c.rpp:116:in...

Hi folks, I see that you're "future directions" lists saving and dumping the interpeter state. I've recently become very interested in this and would love to know a rough idea...