Jesse Johnson

Results 3 issues of Jesse Johnson

This project is probably dead but I believe it is still worth reporting that that it fails for LLVM 3.9, 4.0, and 5.0. LLVM-3.8 works. It fails with the following...

If this gem is going to be ruby 3.1 only that should not be released as part of a patch release. Perhaps releasing it as 2.0.0 would be better to...

I noticed this inconsistent behavior: ```` [1] pry(main)> require 'rserve' => true [2] pry(main)> Rserve::REXP::Integer.new([nil, nil]).to_ruby => [0, 0] [3] pry(main)> Rserve::REXP::Double.new([nil, nil]).to_ruby => [nil, nil] ```` It seems int...