Daniel P. Clark
Daniel P. Clark
Just an idea. If you need the custom require from rubygems you can load it yourself (copy & paste into your crate): https://github.com/rubygems/rubygems/blob/master/lib/rubygems/core_ext/kernel_require.rb And if you can't change the source...
Okay. So using the Visual Studio debugger I'm finding that everything that's failing is failing the same way. It looks like the `binding::class::const_get` method in Rutie is trying to access...
Thanks @pravic , but the tests in Rutie are all run from the Rust side and not from Ruby. What I mean by linking is the Rust compiler **rustc** has...
Yes. Either toolchain should produce the same result. The TravisCI suite and myself are using the msvc toolchain. `cargo test` should be all you need to reproduce. Primarily it will...
`ec` is the execution context for which the Ruby code is to execute in and perhaps one can't exist before `vm::ruby_init()`? `nil` from `NilClass` should be a valid parameter for...
Here's the `.appveyor.yml` file from RuRu https://github.com/d-unseductable/ruru/blob/master/.appveyor.yml . It worked with Ruby 2.4 with Rust's GNU toolchain for Rust 1.16. Rutie has since added features requiring later versions of Rust...