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
The call to getTransitiveDeps can get quite slow for larger projects, even on a decent machine.
I found at least one relevant reference to this here: #110 (comment).
I am wondering if we could not simply cache the transitive deps based on the hash of the dhall files, perhaps, or even take the hash of the PackageSet type, if at all possible.