"chicken-install -deploy" must make sure the installed extensions have the same version as the currently installed ones
Installing eggs into a deployment directory must make sure the extensions have the same version as the ones that have been used to compile the deployed executable.
Change History (7)
Summary: |
csc -deploy must make sure the installed extensions have the same version as the currently installed ones →
"chicken-install -deploy" must make sure the installed extensions have the same version as the currently installed ones
|
Owner: |
set to felix winkelmann
|
Status: |
new →
assigned
|
Owner: |
felix winkelmann deleted
|
Estimated difficulty: |
→ medium
|
Resolution: |
→ wontfix
|
Status: |
assigned →
closed
|
Since there is already an "override" feature, it would make sense to extract the retrieval of the egg-versions into
setup-api
and do this automatically.