go-mruby
go-mruby copied to clipboard
Go (golang) bindings to mruby.
Whats the current situation with this project? It seems like there has not been much activity in the recent year. Is everyone just happy how it is or is there...
- These tests are disabled temporary: - Use after free GC test - Nested exception raise test - Dropped support of 1.10 since staticcheck(ex-megacheck) doesn't support it - Using mruby-error...
Hello, where would be the best place to find an example or indication of how go-mruby can be used to call Go code from Ruby?
Hi, Building the library fails as follows: ``` go-mruby git:(master) go build # github.com/mitchellh/go-mruby ./array.go:15:13: could not determine kind of name for C.mrb_ary_len ``` A commit to MRuby from 2017...
Need to fix the build script.
Your FOSSA integration was successful! Attached in this PR is a badge and license report to track scan status in your README. Below are docs for integrating FOSSA license checks...
while delving into a few bugs I realized that this was a huge issue moving forward, basically the whole notion of a target_class is hidden behind opaque interfaces, which destroys...
In reference to #38 and #39: I'm not sure if this is mruby or us, but here's a trace: ``` fatal error: exitsyscall: syscall frame is no longer valid runtime...
Hi there, i'm just trying a kinda simple code that involves go routines: ``` // main.go package main import ( "github.com/mitchellh/go-mruby" "sync" ) func main() { mrb := mruby.NewMrb() defer...
Propose a solution for #61