extensions: method to get data dir
Metadata
Current evaluation
Merged an update adding a method to retrieve the extension data directory. After brief discussion on test paths, the reviewer approved the changes, CI passed, and the code was integrated.
Suggested action: —
No scores available.
Issue body
Signed-off-by: Sergio Schvezov <sergio.schvezov@canonical.com>
- [ ] Have you followed the [guidelines for contributing](https://github.com/snapcore/snapcraft/blob/master/CONTRIBUTING.md)?
- [ ] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
- [ ] Have you successfully run `make lint`?
- [ ] Have you successfully run `pytest tests/unit`?
-----
CRAFT-1115
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged an update adding a method to retrieve the extension data directory. After brief discussion on test paths, the reviewer approved the changes, CI passed, and the code was integrated. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged a PR adding a method to retrieve the extension data directory. Initial test path discrepancies were reviewed but did not prevent the merge. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged a PR adding a method to retrieve the extension data directory. Initial test failures regarding path discrepancies were investigated and resolved. The change was accepted and merged after confirming successful CI execution. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #2236 extensions: fix install path | snapcraft | merged | Merged fix for extension installation path, changing directory from extensions-data to extensions. Resolves Launchpad bug #1790197. Approved, passed CI, and merged with a single line change. | |
| #3781 extensions: refactor | snapcraft | merged | Merged refactoring of extensions to prevent future cyclic import issues. Approved by reviewer, passed CI, and integrated into main. Reduced code by 163 lines across six files with a minor coverage decrease. |