fendor
fendor
Can you realy know that the file you hit, is really the `Setup.hs` unless tools themselves produce the real output? It is completely valid to have a `Setup.hs` module, even...
Hi, sorry for the very delayed response. Can you elaborate what changes you would require? Changes to the cli are not a problem if it would help your use-case (no...
Again, sorry for this delay! In theory, I don't think this is a huge problem to implement, but I didn't have time for it recently. If you want to give...
I will look into it.
I can not reproduce with plain hie-bios, so I would not expect that you can reproduce this issue with haskell-ide-engine.
I will try to reproduce with cabal 3.2. That is unreleased, right? Just build from snapshot?
I am unable to reproduce the issue with hie-bios, hie and hls. Whatever I do, `cabal_macros.h` is only created once and then never modified. Afaict, `cabal` is reponsible for the...
I occassionally see this, too. Could not reproduce reliably and restart fixes it immediately.
It writes this stuff to the filesystem in temp. That is unrelated to dist-newstyle. While I dont really know what causes this, I *imagine* that it is some kind of...
Sorry, I do not have any pointers :( You can try to follow the code at https://github.com/mpickering/hie-bios/blob/master/src/HIE/Bios/Cradle.hs#L424 Maybe you see some race and can produce some poc that this race...