-
-
Notifications
You must be signed in to change notification settings - Fork 269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No feedback when upgrading a package fails #4087
Comments
I can reproduce, the following successfully updates Revise:
but the following fails to do so:
I believe |
The behavior of preserve modes is described in https://pkgdocs.julialang.org/v1/managing-packages/#updating and illustrated in #3001. I wonder why Or at least, when upgrading a package specifically (via EDIT: the same issue/solution was briefly mentioned in #4009 |
Thank you for your comment, now I know what to do in future. I agree with you that I was expecting a behaviour similar to your suggestion or to |
Upgrading the
Revise
package from 3.5.15 to the newest version withpkg"up Revise"
does not have the desired effect, the package stays at version 3.5.15:Fortunately in my case, I can just use
pkg"upgrade"
which does upgradeRevise
to the latest version.The text was updated successfully, but these errors were encountered: