environment sections are reordered
Metadata
Current evaluation
⚠️ This summary may be outdated — the issue content or evaluation prompts have changed since this evaluation was made.
Closed without resolution due to inactivity. Snapcraft continues to alphabetically reorder environment sections, breaking variable dependencies that snapd relies on. The issue was abandoned.
Suggested action: —
No scores available.
Issue body
Snapcraft cannot reorder environment sections. This applies both to snap-wide and app-specific environment sections. This matters because those entries can refer to earlier definitions and snapd implements this semantics precisely.
In particular:
name: ...
version: ...
environment:
B: correct
A: $B
Expands, via snapd, to B=correct, A=correct
When re-ordered alphabetically this property is lost.
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Closed without resolution due to inactivity. Snapcraft continues to alphabetically reorder environment sections, breaking variable dependencies that snapd relies on. The issue was abandoned. | |
| qwen/qwen3.6-35b-a3b | — | — | Snapcraft reorders environment sections alphabetically, breaking variable references. Abandoned due to inactivity. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Snapcraft reorders environment sections alphabetically, breaking snapd cross-references. Closed without a fix or resolution, leaving the bug unresolved. |
Update history
No update history recorded yet.
Related issues
No related issues found above the similarity threshold.