Craft-application reading craft-archives version
Metadata
Current evaluation
Closed without resolution or fix. The report highlighted a version fallback bug but received no developer response beyond a Jira sync notification. The issue appears abandoned due to prolonged inactivity.
Suggested action: —
No scores available.
Issue body
### Bug Description
If `._version` not set, craft-application reads version from craft-archives.
```python
try:
from ._version import __version__
except ImportError: # pragma: no cover
from importlib.metadata import version, PackageNotFoundError
try:
__version__ = version("craft-archives")
except PackageNotFoundError:
__version__ = "dev"
```
### To Reproduce
This can be verified by simple inspection of `craft_application/__init__.py`.
### part yaml
```shell
N/A
```
### Relevant log output
```shell
N/A
```
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Closed without resolution or fix. The report highlighted a version fallback bug but received no developer response beyond a Jira sync notification. The issue appears abandoned due to prolonged inactivity. | |
| qwen/qwen3.6-35b-a3b | — | — | A version fallback bug in craft-application was reported but closed without resolution or a fix. No discussion or patch was provided, indicating the report was abandoned. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Closed without resolution. No fix or merge was implemented, indicating the report was likely abandoned. The fallback version logic remains unchanged. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #1532 Use craft-application lifecycle commands | charmcraft | closed | Closed without a documented fix or merge. Likely abandoned or superseded by upstream craft-application updates, as no resolution details were provided in the issue thread. | |
| #257 Default `.readthedocs.yaml` doesn't actually work | starbase | closed | Closed without a public fix. A bot comment confirms synchronization to internal Jira ticket CRAFT-3458, indicating the report was moved for internal tracking but ultimately abandoned in the public repository. |