fix: expose part deps in PartInfo
Metadata
Current evaluation
Merged pull request exposing part dependencies in PartInfo. Approved by two reviewers and passed CI. Modified 11 files (+51/-16), initially addressing linting issues before implementing the core fix.
Suggested action: —
No scores available.
Issue body
The first two commits address unrelated/semi-related linting issues
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged pull request exposing part dependencies in PartInfo. Approved by two reviewers and passed CI. Modified 11 files (+51/-16), initially addressing linting issues before implementing the core fix. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged, exposing part dependencies in PartInfo. The change also includes two initial commits that resolve unrelated linting issues. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #1036 parts: better error message when defining parts | snapcraft | merged | Merged improved error messaging for part definitions. Approved by one reviewer, passed CI, and changed two files (+7/-3 lines). Addresses LP #1604827. | |
| #558 fix(parts): validate part dependency name | craft-parts | merged | Merged fix for #539 that validates part dependency names. The change raises an error when a part references a non-existent dependency, approved by two reviewers and passing CI checks. | |
| #569 fix(parts): validate part dependency name | craft-parts | merged | Merged code that validates part dependency names, raising an error for non-existent references. Approved by two reviewers, passed CI, and resolves issue #539. | |
| #1379 docs: fix 'Part properties' typos | craft-parts | merged | Merged documentation update correcting typos and inconsistencies in the 'Part properties' reference. Approved by two reviewers with all CI checks passing. Changes modified three files. | |
| #5395 fix: add all parts as a dep of extension part | snapcraft | merged | Merged a fix for cached build failures where extension part files were missing. Added all parts as dependencies of the extension part to force rebuilds on any change, resolving stale prime state. Approved by two reviewers and passed CI checks. | |
| #2577 docs: re-enable 'Part properties' | charmcraft | merged | Merged documentation update re-enabling 'Part properties' in the Parts index. Approved by two reviewers and passed CI. Resolves #2378 and partly addresses #2554. Minor type-check warnings were noted as non-blocking. |