microsoft / microsoft/azure-devops-python-api
GitPullRequestChange does not inherit from GitChange/Change
未关闭
还没有人认领这个 Issue。
- 主要语言
- Python
- 星标
- 684
- 派生
- 218
- 平均合并
- 8 天 10 小时
- 30 天内合并 PR
- 1
描述
It seems that the inheritance has gone wrong. I could not find out another way to access the changes of a git commit with changeType, item, ...
GitPullRequestChange (azure-devops/azure/devops/v7_1/git/models.py:1712) should inherit from
Change (azure-devops/azure/devops/v7_1/git/models.py:2849) (item)
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从 azure-devops/azure/devops/v7_1/git/models.py 中大约第 1712 行的 GitPullRequestChange 开始,并将其与大约第 2849 行的 Change 进行比较。验证继承关系,并确认 pull request 更改可以访问 changeType、item 和其他 Change 字段;完成意味着该模型通过预期的继承关系公开这些字段。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- api
- Issue 类型
- 缺陷
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 55/100