Claudio Bley
Claudio Bley
Hi, I am also looking for this kind of information. Alas, the `libraryDependencies` does not work for me since we use dynamic revisions (such as "2.6.+") and it does not...
> I'm currently considering working around this by disabling the expiry checks by default in Stack's usage of hackage-security. Since this issue is still open and it was not obvious...
Here is another example which triggers this false positive: ``` rec { defaultApp = 1; apps.default = defaultApp; devShell = 2; devShells.default = devShell; } ``` results in `Unneeded 'rec'...
In a similar fashion, it also breaks when I'm using a "track by item.id" expression. In fact, I suppose it breaks when using any track by expression except of "track...
> this error seems only occurs when ammonite invoked under home directory, so > > 1. `~/amm3` has error if pwd is `~`, no error if pwd is elsewhere >...
Maybe you can try the [mold linker](https://github.com/rui314/mold) ? Note, I also got the `ld64.lld: error: undefined symbol: operator delete(void*)` errors using LTO=full with lld on x86_64 darwin.
> It can be worked around by redeclaring `DIRENV_DUMP_FILE_PATH` within the code run by `nix-shell`, replacing `use_nix --pure` by: > > ``` > direnv_load sh -c "nix-shell --pure --run \"DIRENV_DUMP_FILE_PATH=\$DIRENV_DUMP_FILE_PATH...
Hi @tshaynik , sorry, I have been also working on this, but did not get around to pushing until now... Could you please have a look at PR #265 ?!
ping @bryanhonof Do you have plans working on this PR? It would be nice to have...
superseded by #276