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
My problem currently is that I do 4. by accident not realizing I'll have to rebuild everything (which takes quite some time for us), in my mind stack build points to all packages and their (local) dependencies and stack build foo should point to foo and all its (local) dependencies.
But since this has been discussed already perhaps there's little point re-iterating the discussing, closing.
I commonly have this workflow
Currently
4
rebuilds local dependencies ofchanged-package
without any flags.I see two other options which would be preferable to me:
-Werror
for everything that needs to be builtIs there a good reason for the current behavior?
The text was updated successfully, but these errors were encountered: