parse: apkindex: fix provider_priority never actually being an int
All threads resolved!
All threads resolved!
provider_priority was actually a string all along! make it an int as type hinting suggests, and add some tests for apkindex parsing.
cc: @Newbyte
Merge request reports
Activity
added 1 commit
- 7ca37ec2 - CI: ruff: run ALLL the checks before failing
added 2 commits
- Resolved by Caleb Connolly
- Resolved by Caleb Connolly
- Resolved by Caleb Connolly
Looks good to me, but it'd be nice to see the tests actually succeed before approving (i.e. please fix the ruff check).
- Resolved by Caleb Connolly
added 10 commits
-
c06ad7a7...37ec73c0 - 5 commits from branch
master
- 05cfcd2d - test: chroot: apk: fix missing return in _apkindex_package()
- 8c210a27 - core: drop unused crosstool.py
- b11f9f35 - parse: apkindex: fix provider_priority type
- da7ad712 - test: parse: add test_apkindex
- 7e60e1ab - CI: ruff: run ALLL the checks before failing
Toggle commit list-
c06ad7a7...37ec73c0 - 5 commits from branch
added 5 commits
- b1518719 - test: chroot: apk: fix missing return in _apkindex_package() (MR 2448)
- da78b11d - core: drop unused crosstool.py (MR 2448)
- a874025b - parse: apkindex: fix provider_priority type (MR 2448)
- 8627ee7e - test: parse: add test_apkindex (MR 2448)
- 6066772c - CI: ruff: run ALLL the checks before failing (MR 2448)
Toggle commit list
Please register or sign in to reply