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 resolution stage should not be blocked by the fetch stage. Once we resolve a dependency, we should immediately proceed to resolving its own dependencies. Fetching of packages to the store should happen in parallel.
Currently, resolution is blocked by fetching packages to the store as seen in this function:
The resolution stage should not be blocked by the fetch stage. Once we resolve a dependency, we should immediately proceed to resolving its own dependencies. Fetching of packages to the store should happen in parallel.
Currently, resolution is blocked by fetching packages to the store as seen in this function:
pacquet/crates/cli/src/package.rs
Lines 17 to 29 in f66d64c
The text was updated successfully, but these errors were encountered: