You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried snack on a clean checkout of NGLess and it first ran for a while, then it errored. From then on, running snack build runs for about a minute and terminates with
Looks like I missed the notification! There are some Nix-performance related issues with snack, it stresses the evaluator a lot. I looked into it a few times but it's very hairy. Hopefully one day I'll have time to dig into this properly, but I don't use Haskell much these days...
I tried snack on a clean checkout of NGLess and it first ran for a while, then it errored. From then on, running
snack build
runs for about a minute and terminates withI attach the full log of
NIX_SHOW_STATS=1 NIX_COUNT_CALLS=1 snack build
:LOG.stderr.txt
Reproducing should be a matter of:
git clone https://github.com/ngless-toolkit/ngless cd ngless snack build
(Installed snack with
nix-env -iA snack-exe -f https://github.com/nmattia/snack/tarball/master
)The text was updated successfully, but these errors were encountered: