Erik Hollensbe
Erik Hollensbe
I haven't had much time to address this repository. Sorry. @mitchellh, it's probably a good time for me to pass this on so someone else can take this up, if...
Hey! Awesome! If you don't mind at least making sure it tests on 1.13 I would greatly appreciate it. It's in the `.travis.yml` file at the root of the repo....
oh, to clarify, I think dropping 1.10, and 1.11 support is probably worth it if it causes you to write unnecessary workarounds or other complexity. @mitchellh I think I'm making...
Yes; as of 1.4 or so the build doesn't work with the mruby source anymore. There's an open ticket for it (not near github atm). On Wed, Feb 6, 2019...
If you leverage the 1.2.0 tag, it will all work. On Wed, Feb 6, 2019 at 10:04 AM Erik Hollensbe wrote: > Yes; as of 1.4 or so the build...
see #66 for more information.
The comment right above yours tells you how to resolve it. I'm genuinely sorry I haven't had time to completely rewrite the C layer (which is what is required), but...
I triggered this; it'd be nice if they told you who did. I will fix the build issues tonight.
this ruby code in a file that is loaded with LoadFile will break it: ``` sleep 600 ```
let me see if I can find the test case I used, but IIRC, I converted github.com/erikh/box to use load_file instead of load_string (which is what already exists). this is...