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
Resolve the project i.e. run package resolution and update the Manifest. This is useful in case the dependencies of developed packages have changed causing the current Manifest to be out of sync.
I believe that the Pkg.resolve docs are insufficient: they should also mention that this will run "package resolution and update the Manifest", it's not just about path-tracking dependencies.
Perhaps the two docs can be the same? I like the REPL-mode docs.
The text was updated successfully, but these errors were encountered:
According to the Pkg docs,
Pkg.resolve
will:And the REPL-mode
resolve
will:I believe that the
Pkg.resolve
docs are insufficient: they should also mention that this will run "package resolution and update the Manifest", it's not just about path-tracking dependencies.Perhaps the two docs can be the same? I like the REPL-mode docs.
The text was updated successfully, but these errors were encountered: