fix(charm-plugin): remove existence checks for reqs
Metadata
Current evaluation
Merged. Removed existence checks for requirements files in the charm plugin to prevent errors when files are not yet instantiated.
Suggested action: —
No scores available.
Issue body
Requirements files might not exist yet when the charm plugin is instantiated, so don't check for their existence in the plugin.
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged. Removed existence checks for requirements files in the charm plugin to prevent errors when files are not yet instantiated. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged a fix to the charm plugin that removes existence checks for requirements files, as they may not be present during initialization. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged a fix removing existence checks for requirements files in the charm plugin, as they may not exist during instantiation. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #468 parts: add entrypoint and requirements properties to charm plugin (CRAFT-393) | charmcraft | merged | Merged after review. Implemented entrypoint and requirements properties for the charm plugin, deprecated matching CLI arguments, and added conflict validation. A potential regression was flagged in post-merge comments. |