-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
amv improvements #1670
amv improvements #1670
Conversation
37818e4
to
3f10ccf
Compare
pls update the I think this is even a breaking change. because of this:
|
Yes, I agree with you. |
2c53933
to
af0eca3
Compare
af0eca3
to
fac4e78
Compare
@@ -563,4 +574,4 @@ Initial release. | |||
* spl: `anchor-spl` crate providing CPI clients for Anchor programs. | |||
* client: `anchor-client` crate providing Rust clients for Anchor programs. | |||
* ts: `@project-serum/anchor` package for generating TypeScript clients. | |||
* cli: Command line interface for managing Anchor programs. | |||
* cli: Command line interface for managing Anchor programs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what happened here? I saw that in a different PR too 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
probably just a github bug?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Visual Studio Code doing weird stuff when I saved the document 😵💫
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh maybe a different os line break?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe, not sure honestly, but I think it is more than just that. For example, if I use VSCode, when I save, all the *
get replaced by -
.
Changelog
avm install 0.0.0
ignores request if0.0.0
is already installedavm install 0.0.0
switches to version0.0.0
after successfully installationavm update
install latest stable versionIssues
#1663