mrusty icon indicating copy to clipboard operation
mrusty copied to clipboard

[WIP] Support mruby 1.4.1

Open mlga opened this issue 7 years ago • 1 comments

In relation to issue: #98 I've also wanted to upgrade to mruby 1.4.1. Applying few hacks (I just wanted to make it run first, then think about doing things properly).

I managed to make mrusty compile but cargo test fails

running 113 tests
error: process didn't exit successfully: `target/debug/deps/mrusty-a7b41d5ff22307c3` (signal: 11, SIGSEGV: invalid memory reference)

@dragostis I know you don't want to spent much time maintaining mrusty anymore but perhaps you can help me with some advice? I don't have much experience with Rust and even less with Ruby.

mlga avatar Oct 21 '18 15:10 mlga

Rust crates one binary that runs all the tests. I would suggest isolating this to one specific test first so that you know exactly where the segmentation fault is caused.

dragostis avatar Oct 21 '18 17:10 dragostis