Feature #3950
Package Manager should warn about duplicate packages
Added by Robert Lemke almost 13 years ago.
Updated over 11 years ago.
Description
Currently it is possible to use the same package key multiple times within the Packages/* directories, for example:
Packages/
Application/
Blog/
Framework/
Shared/
Blog/
The behavior is undefined. We should throw an exception instead to warn about multiple occurrences of a package key.
Just a note for the future:
It should be possible to have multiple versions of a package installed. Depending on the context the right package would be chosen. E.g:
Packages/
Application/
Blog/
Development/
Blog/
That way you could test new versions of packages before making them available in production context.
Though - until this is implemented, we really should forbid multiple installations.
- Target version deleted (
1.0 alpha 3)
- Status changed from New to Accepted
- Assignee set to Karsten Dambekalns
- Target version set to 1.0 alpha 5
- Status changed from Accepted to Resolved
- % Done changed from 0 to 100
Applied in changeset r3217.
Also available in: Atom
PDF