executor: add errors raised in part handling
Metadata
Current evaluation
Merged after approval by two reviewers and passing CI checks. The changes define errors raised by the part handler during action execution, adding 45 lines across two files to improve executor error handling.
Suggested action: —
No scores available.
Issue body
Define the errors that can be raised by the part handler during
action execution.
Signed-off-by: Claudio Matsuoka <claudio.matsuoka@canonical.com>
- [x] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
-----
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged after approval by two reviewers and passing CI checks. The changes define errors raised by the part handler during action execution, adding 45 lines across two files to improve executor error handling. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged changes defining errors raised by the part handler during action execution in the executor. The maintainer's submission was accepted and integrated without comments. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #58 executor: add step handler errors | craft-parts | merged | Merged implementation of error classes for executor step handling. Approved by two reviewers, adding 128 lines across two files. The changes formalize step execution error handling and were signed off by maintainer cmatsuoka. | |
| #66 executor: add part handler (1/2) | craft-parts | merged | Merged: executor part handler implementation. Adds package fetching, unpacking, step execution, and state generation. Approved by two reviewers, passed CI, and modified six files with 695 additions. | |
| #68 executor: add part handler (2/2) | craft-parts | merged | Merged. Implements a part handler for ActionType.RERUN and ActionType.UPDATE actions. Approved by two reviewers, the change modifies five files with 521 additions and six deletions. | |
| #60 executor: add callbacks | craft-parts | merged | Executor callbacks merged. Approved by two reviewers and passing CI, the change adds 353 lines across five files to run application-specified functions at lifecycle points like before or after steps and execution phases. |