Help includes expand-extensions entry with reference to snapcraft.yaml
Metadata
Current evaluation
rockcraft help --all shows expand-extensions referencing snapcraft.yaml instead of rockcraft.yaml. Bug still present in code; two approved but unmerged PRs (#885, #1103) fix the help text. Labeled good first issue, no maintainer activity since 2024.
Suggested action: keep open
Reason: The bug is verified still present at rockcraft/commands/extensions.py:88 (help_msg = "Expand extensions in snapcraft.yaml") and the class docstring, so it is not stale-irrelevant. It carries the 'good first issue' label (triaged) and two approved, CI-green PRs (#885, #1103) already fix it but are unmerged, so the issue should stay open until one lands. Inactivity is ~12.5 months (only a Jira-sync bot comment), but the fix is trivial and ready.
Issue body
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.8-27b |
Impact:
15
Quick Win:
14.25
Staleness:
65
Complexity:
5
Confidence:
85
Support Request:
0
|
keep open | rockcraft help --all shows expand-extensions referencing snapcraft.yaml instead of rockcraft.yaml. Bug still present in code; two approved but unmerged PRs (#885, #1103) fix the help text. Labeled good first issue, no maintainer activity since 2024. | |
| qwen/qwen3.6-35b-a3b |
Staleness:
85
Complexity:
15
Confidence:
85
Support Request:
5
|
needs triage | rockcraft help --all incorrectly lists expand-extensions referencing snapcraft.yaml. Issue lacks maintainer acknowledgment or assignee after two years. | |
| qwen3.6-35b-a3b-mtp-q6 |
Staleness:
90
Complexity:
20
Confidence:
70
Support Request:
5
|
needs triage | rockcraft help --all incorrectly lists expand-extensions referencing snapcraft.yaml. Reported over two years ago with one automated comment; currently inactive and awaiting maintainer assessment. | |
| qwen3.6-35b-a3b-mtp-q6 |
Staleness:
85
Complexity:
15
Confidence:
75
Support Request:
10
|
needs triage | rockcraft help --all incorrectly lists an expand-extensions command referencing snapcraft.yaml instead of rockcraft.yaml. Open since ~2023, last activity ~10 months ago, awaiting maintainer triage. | |
| qwen3.6-35b-a3b-mtp-q6 |
Staleness:
80
Complexity:
5
Confidence:
85
Support Request:
0
|
keep open | rockcraft help --all incorrectly references snapcraft.yaml for the expand-extensions command. Labeled good first issue, currently open and awaiting triage or assignment after 304 days of inactivity. |
Update history
No update history recorded yet.
Related work
-
Likely Fixed By:
rockcraft#885
(confidence 85%)
Open PR explicitly fixes this issue (#658) by removing the snapcraft.yaml reference from the expand-extensions help text and docstring; approved by 2 reviewers with CI green but unmerged.
-
Likely Fixed By:
rockcraft#1103
(confidence 75%)
Second open PR making the same 3-line fix; approved with CI green but unmerged, likely duplicate of #885.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #1210 fix(commands): reference rockcraft.yaml in extensions help | rockcraft | closed | Closed as a duplicate of PR #1103, which already implements the same help text fix and is approved. The change to reference rockcraft.yaml instead of snapcraft.yaml in the expand-extensions command is handled by the superseding pull request. | |
| #1111 Fix expand-extensions help text to reference rockcraft.yaml | rockcraft | closed | Superseded by PR #1103 to avoid duplication. The author and maintainer agreed to proceed with the other PR instead, closing this one without merging. | |
| #1117 fix(cli): refer to rockcraft.yaml in expand-extensions help | rockcraft | closed | Closed and abandoned as it duplicated work from PRs #1103 and #1110. The author redirected the help text fix for the expand-extensions command into those separate PRs per reviewer feedback to keep changes distinct. | |
| #1103 fix: remove snapcraft.yaml reference from expand-extensions | rockcraft | open | Removes snapcraft.yaml references from expand-extensions help text and docstring (3 lines, 1 file). Approved with CI green, but inactive ~6 months; fix still unapplied in codebase; likely duplicate of older PR #885. | |
| #885 fix: Removed reference to snapcraft.yaml in expand extensions | rockcraft | open | One-line fix removing the snapcraft.yaml reference from the expand-extensions help text and docstring, fixing #658. Approved by 2 reviewers with all CI checks green, but unmerged and inactive ~6 months; the fix is still unapplied in the codebase. |