-
Notifications
You must be signed in to change notification settings - Fork 2
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
Breaking change in Package
API
#65
Comments
I had introduced |
That's all fine @ss141309 . I am trying to understand why added this extra field in Why does |
In the latest commit related to backing up to and restoring from a TOML/JSON file, we need the package manager's name to determine the source for installing each package. |
I see. Though I am still confused! You have a list of packages that you are storing to a json. You want to write the name of package manager along with this list. This is fine. But why individual package needs to keep the name of manager? e.g. The name of package manager can be written by a function like |
Including the package manager's name for each package now also enables us to list installed and outdated packages across all package managers with a single command, such as |
This is breaking change. The following code doesn't work anymore.
Originally posted by @dilawar in 14967c9
The text was updated successfully, but these errors were encountered: