feat(infos): add ProjectVarInfo class
Metadata
Current evaluation
Merged a new ProjectVarInfo class to wrap nested project variables dictionaries. Approved by two reviewers, passed all CI checks, and modified three files (+426/-7). Prepares infrastructure for subsequent feature work.
Suggested action: —
No scores available.
Issue body
- [x] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
- [ ] Have you added an entry to the changelog (`docs/reference/changelog.rst`)?
-----
Adds a `ProjectVarInfo` class to wrap a nested dictionary of project variables.
This class will be used in a subsequent PR.
(SNAPCRAFT-1050)
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged a new ProjectVarInfo class to wrap nested project variables dictionaries. Approved by two reviewers, passed all CI checks, and modified three files (+426/-7). Prepares infrastructure for subsequent feature work. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged the addition of a ProjectVarInfo class to wrap nested project variable dictionaries, preparing infrastructure for subsequent feature development. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #1220 feat: support nested project variables | craft-parts | merged | Merged. Adds nested project variable support via a new ProjectVarInfo class, enabling commands like craftctl set var.subvar=foo. Approved by three reviewers, passed all CI checks, and updated 19 files. |