-
Notifications
You must be signed in to change notification settings - Fork 26
parts uninstall always tries to uninstall the latest available version regardless of it is installed #18
Comments
I suggest making it possible to specify the version like this |
the issue is clear, parts don't contain information about previous installed versions, will think how implement that better. |
We should make parts aware of all installed versions, and on |
Curious, is there any time where you'd actually want to or even be able to successfully run multiple versions of a part? I would think that if there was a reason to run multiple versions, it might be something like |
That's what version managers are for, like NVM or rbenv, but parts is not designed for that. |
If I get what you are saying, then shouldn't the |
Hmm, maybe. Would that be what you would expect? |
--- Removed Original Comment --- To answer your question, yes, I would expect the |
parts uninstall
always tries to uninstall the latest available version, instead of the versions that are installed.For instance, I did a
parts install php5
in order to upgrade it to the -2 release. This means I now havephp5-5.5.8-1
andphp5-5.5.8-2
installed. If I execute aparts uninstall php5
, it will always attempt to uninstall the -2 release. I can execute the uninstall a million times, and it always looks as if it is uninstalling the package.The text was updated successfully, but these errors were encountered: