mitchellh / go-mruby

Go (golang) bindings to mruby.
https://gist.github.com/mitchellh/90029601268e59a29e64e55bab1c5bdc
MIT License
471 stars 34 forks source link

mruby 1.4.1 dispatch breaks go-mruby #66

Open erikh opened 6 years ago

erikh commented 6 years ago

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 how we couple go and mruby code.

It looks like the solution is just to start using the new proc constructors, but I haven't dug in yet; am not entirely sure when I will have the time to, so recording here.