Divam

Results 31 comments of Divam

@deech This worked for me! It should be documented properly somewhere. It took me weeks to figures this out. At one point I gave up and started using the ghc...

I get this error while building generated STL project src/STL/Foo/Interface.hs:11:1: error: Failed to load interface for ‘STL.Vector.RawType’

Update.. If I remove all the missing import statements, it does work.

Even I have hit this issue many times recently. The rogue ghc needs to be terminated manually by `kill -9`. And it takes up most of the system's memory.

This error still occurs on develop ``` git worktree list /tmp/tmp.sOmE9XvmTz/obapp 384c4d0 [master] /tmp/tmp.sOmE9XvmTz/wdir 384c4d0 [wdir] (wdir)> ob deploy init /tmp/tmp.sOmE9XvmTz/somedir --ssh-key /tmp/tmp.sOmE9XvmTz/keyfile --hostname hostname --route someroute --admin-email "[email protected]" ./.obelisk/impl:...

It seems this is not working, here is the code to test on skeleton project The `ob run` will fail ``` # LANGUAGE UnboxedSums #-} module Common.Api where commonStuff ::...

well the reason I want to use the `-fobject-code` is to make ghci faster, and I hope that will also work once this is fixed.

The options `-fobject-code` and `-fno-code` are intended for the GHCi session only, as they are not relevant for the native compilation. So adding them to the `.cabal` file sounds like...

> > > @dfordivam Does this obviate #702 ? Yes, and #689 also

@bidigo this will take a while. It needs more testing and performance improvements. There is a more recent work done on this branch https://github.com/obsidiansystems/obelisk/tree/dn-jsaddle-core2-2-wasm