I'm unsure if all the annotations are completely accurate. But having
these helps type checkers reason about our C extensions.
Details
Details
- Reviewers
Alphare pulkit - Group Reviewers
hg-reviewers - Commits
- rHG8dca9051a859: cext: add .pyi files for C extensions
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Branch
- default
- Lint
No Linters Available - Unit
No Unit Test Coverage
Event Timeline
Comment Actions
Thanks for this.
One minor mistake I could find. If it's fixed, I implicitly accept the revision.
mercurial/cext/osutil.pyi | ||
---|---|---|
19 | st is bool, not stat |
mercurial/cext/osutil.pyi | ||
---|---|---|
19 | Agreed, will fix this in flight. |
st is bool, not stat