Drezil

Results 14 comments of Drezil

:+1: would be cool to get this finally merged.

@mhinz either merge this or #17 or #18 (both do the same). Difference: This preserves the -complete=buffer that is maybe not needed. Bitten by this today after update -.-

Simple example for this is https://github.com/haskell-game/dear-imgui.hs/commit/f066d0301729e36a0d00c6c27159cf74450934f4 if someone wants to convert more stuff.

@dpwiz i have no idea why the nix-build in the github-actions fails.. because (and i don't use nix) locally with cabal for me both .a and -ghc8.10.7.so are in the...

Ah.. i now have recreated the error locally. Seems like cabal new-clean & rm -rf dist-newstyle is not enough to clean everything because there are things cached in the submodules...

Now i understand. cabal build & cabal exec work flawlessly. But cabal install can't find the file to vendor it, because it is in the "lib" directory. Thats what the...

It finally works with the right incantation. I could even continue to use `build-type: Simple` instead of `Custom`. Thing i did: i merged the internal-library into the main library so...

oh .. 😅 .. i thought this was already merged ...

are you thinking of replacing the Raw.hs with c2hs? Or using the generated .json-output (or similar) to generate the Raw.hs-file?

That's what i meant after i looked at them. I think their route is: Parse C++ into json/lua, then use that to create the C-bindings. 2 ways to use this:...