Please add more error types
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.7k
- Forks
- 408
- Avg merge
- 2d 57m
- Merged PRs (30d)
- 7
Description
I wish there were more kinds of error types in pygit2, so that I could do more things with them
https://github.com/libgit2/libgit2/blob/198a1b209a929389c739a8a6abef13e717fdfda9/include/git2/errors.h#L56
https://github.com/libgit2/pygit2/blob/bf2d7542846fc444b86d02d44536103b27b9141f/pygit2/errors.py
Contributor guide
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.
Research direction
Start by comparing the error definitions in libgit2/include/git2/errors.h with the Python error declarations in pygit2/errors.py. Determine which additional libgit2 error types should be exposed and verify that the selected types are available through pygit2 with appropriate tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, python
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100