Please add more error types
未关闭
还没有人认领这个 Issue。
- 主要语言
- Python
- 星标
- 1.7k
- 派生
- 408
- 平均合并
- 2 天 57 分钟
- 30 天内合并 PR
- 7
描述
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
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先比较 libgit2/include/git2/errors.h 中的错误定义与 pygit2/errors.py 中的 Python 错误声明。确定应公开哪些额外的 libgit2 错误类型,并验证所选类型可通过 pygit2 使用,且配有适当的测试。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- git, python
- 领域
- api
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 35/100