refactor: remove unused fetch-lib command
Metadata
Current evaluation
Merged removal of an unused internal fetch-lib command implementation. The public charmcraft fetch-lib command remains available. Approved by three reviewers and passed CI checks.
Suggested action: —
No scores available.
Issue body
This removes the unused pre-craft-application `fetch-lib` command.
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged removal of an unused internal fetch-lib command implementation. The public charmcraft fetch-lib command remains available. Approved by three reviewers and passed CI checks. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged removal of an unused pre-craft-application fetch-lib implementation. The command itself remains available. Library management will transition to charmcraft.yaml and the fetch-libs command. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged a refactor removing the unused pre-craft-application fetch-lib command implementation. The command itself remains available, with future library fetching transitioning to charmcraft.yaml and the fetch-libs command. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #1665 feat: add fetch-libs command | charmcraft | merged | Merged the fetch-libs command. Approved by two reviewers, the change adds 809 lines and removes 35 across 21 files. No comments or blocking issues were present prior to merge. | |
| #1788 `fetch-lib` should work from anywhere | charmcraft | open | charmcraft fetch-lib (3.1.1+) requires a charmcraft.yaml and fails outside a charm project, breaking workflows that fetch libs for inspection. Maintainer acknowledged Sep 2024, explicitly kept it open but deferred past that pulse; charmlibs commands are now deprecated in favor of Python packages. | |
| #215 (charmlibs) Fetch the specified library | charmcraft | merged | Merged following approval and passing CI. Introduces FetchLibCommand to retrieve or update specified or all charmlibs, alongside a supporting store layer method. Changes span five files with 332 additions, finalizing the charmlibs-draft branch. |