wheelnext / wheelnext/variantlib
[Technical Debt] Unsorted list of "todos" mentioned here and there:
Open
@mgorny is already working on this.
Since Apr 1, 2025.
- Dominant language
- Python
- Stars
- 13
- Forks
- 0
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 4
Description
-
validation could maybe be done with typing.get_type_hints()
https://github.com/wheelnext/variantlib/pull/22#discussion_r2022402587
Note Jonathan: let's see how it works - not convinced it's really worth it -
using
re.VERBOSEinregex: https://github.com/wheelnext/variantlib/pull/22#discussion_r2022405363 -
remove
^and$from regular expressions (so they could be reused easily) and usere.fullmatch()where appropriate: #50 -
move shared fixtures to
conftest.py: #49
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.