Patrick Plenefisch
Patrick Plenefisch
It's *super* hacky, and only supports the bare minimum needed for one-level descriptions on my specific app, but I made a first attempt at this on https://github.com/byteit101/picocli/commit/7f9d1cfd5e48fa3729adb3e36098f2bf1e32cdd0 I do plan...
I downloaded and extracted https://github.com/rescript-lang/rescript-compiler/suites/7210131187/artifacts/288598519 and unpacked the main tgz over my existing install and this still happens
Yes, This is linux64. Repro: Use any file. The hello-reason files do this, as do more complex ones. The first 1-3 recompile are usually "normal". I've not encountered a file...
I gave up on this when I couldn't figure out how to convert re to res, but it may be due to compiling from `lib` to `lib`?
Yea, sorry, 1/3 of the JRuby PRs didn't make it into .8. Will work on the other items now though
Right, I think the only thing left was the windows jenkins run having issues. Unfortunately, I haven't had easy access to windows machines recently.
Yes, sorry I didn't provide enough context. I was assuming the other bits were already called. Here is my current usage of enter_thread_stack and the global init. Note the enter_thread_stack...
Here is how I'm using this, with full versions of the methods pasted above as examples: https://github.com/byteit101/hashlink-embed/blob/8288463a76bd520920f10b1eec69f98ca496e2aa/lib/hashlink-embed/hashlink.rb#L118
Note that changing the first two lines to ```rb require "Qt4" qApp = Qt::Application.new [] ``` plus changing `create_editor` to `createEditor` and running under qtbindings and ruby 2.5 worked, so...
I ran across this issue, and have a fix waiting in PR #143