Andreas Rossberg
Andreas Rossberg
Not a hell lot happening, I'm afraid, not even an invocation of Cygwin setup: ``` $ opam install -vv conf-libffi + C:\Users\me\AppData\Local\opam\default\bin\ocamlc.exe "-vnum" - 5.4.0 + C:\windows\system32\cmd.exe "/d" "/c" "for...
All looks normal: ``` $ opam var --global arch x86_64 # Inferred from system exe .exe # Suffix needed for executable filenames (Windows) jobs 23 # The number of parallel...
Hah, indeed! Upgrading Opam to 2.5.0 seems to fix the problem. Nice, thanks! But that also means we're back to square one regarding the CI failures. I wonder if it...
Interesting. Perhaps Opam merely fails to update PATH somewhere, so that the new DLL isn't found during the same cycle. Great that you found a workaround, though! Looking forward to...
FWIW, I had the same issue in CI, and adopted your workaround in the [Makefile](https://github.com/rossberg/camp/blob/master/Makefile#L46) of the audio player that I just shared on the Caml list, which uses Raylib...
> Another issue worth considering: Upgrade class object in stable memory (dfinity/dx-triage#40) Stable objects would require stable functions, so I extended that item. An alternative would be to support conversion...