Description
As a sub-task of #1353, add a package availability pre-check before attempting repository and commit resolution.
The check should verify that the specified package and version exists in the corresponding public registry.
This will prevent invalid package versions from proceeding through the metadata resolution flow.
Proposed Feature
- Verify package/version availability in the appropriate public registry.
- Perform this check before repository and commit resolution.
- Handle unavailable package versions without proceeding with metadata resolution.
Use Case
When an invalid or unavailable package version is provided, Macaron should detect it before attempting repository or commit resolution, avoiding incorrect metadata being populated from the failed resolution.
Description
As a sub-task of #1353, add a package availability pre-check before attempting repository and commit resolution.
The check should verify that the specified package and version exists in the corresponding public registry.
This will prevent invalid package versions from proceeding through the metadata resolution flow.
Proposed Feature
Use Case
When an invalid or unavailable package version is provided, Macaron should detect it before attempting repository or commit resolution, avoiding incorrect metadata being populated from the failed resolution.