feat(ProjectService): make the ProjectService compatible with multi-base
Metadata
Current evaluation
Merged update making ProjectService compatible with multi-base platforms. Adds an AppMetadata flag to validate support and errors if unsupported. Approved by two reviewers, passed CI checks, and merged 370 days ago.
Suggested action: —
No scores available.
Issue body
This modifies the ProjectService such that it's compatible with multi-base platforms definitions. AppMetadata gets a flag to register whether the app supports multi-base platforms (defaulting to False). If a user uses multi-base platforms when an app doesn't support it, they get an error message to that effect.
- [x] Have you followed the guidelines for contributing?
- [x] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
- [x] Have you successfully run `make lint && make test`?
- [ ] Have you added an entry to the changelog (`docs/reference/changelog.rst`)?
---
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged update making ProjectService compatible with multi-base platforms. Adds an AppMetadata flag to validate support and errors if unsupported. Approved by two reviewers, passed CI checks, and merged 370 days ago. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged to enable multi-base platform compatibility in ProjectService. Adds an AppMetadata flag to track support and throws an error for unsupported configurations. Integrated by maintainer lengau. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #876 feat(ProjectService): make check_supported_base work with bare base | craft-application | merged | Merged update to ProjectService.check_supported_base enabling bare base support. Builds on PR #874, approved by three reviewers, and passed all CI checks. Changes span nine files with 122 additions and 9 deletions. |