10000 add types to io_windows by jakkdl · Pull Request #2761 · python-trio/trio · GitHub
[go: up one dir, main page]

Skip to content

add types to io_windows #2761

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 28 commits into from
Sep 25, 2023
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
1e7080a
add types to io_windows
jakkdl Aug 17, 2023
d5d871b
add changes to gen_exports
jakkdl Aug 17, 2023
a551a15
Merge branch 'master' into type_io_windows
TeamSpen210 Aug 21, 2023
09abd49
Statically type some Windows CFFI functions
TeamSpen210 Aug 21, 2023
745c02a
This accepts any value, not bools
TeamSpen210 Aug 21, 2023
282dd81
Update some configuration
A5rocks Aug 25, 2023
a011cca
Merge remote-tracking branch 'upstream/master' into type_io_windows
A5rocks Aug 25, 2023
c847fe8
Type the stuff
A5rocks Aug 25, 2023
7729327
Update verify_types files
A5rocks Aug 26, 2023
776fbd1
CRLF -> LF
A5rocks Aug 26, 2023
70f2586
Try to fix CI warnings
A5rocks Aug 26, 2023
0a592d8
Bunch of stupid type ignores
A5rocks Aug 26, 2023
9fbb392
Update pip-compile'd files
A5rocks Aug 26, 2023
9b77c7b
Woes of working on Windows
A5rocks Aug 26, 2023
358d347
PR comments
A5rocks Aug 28, 2023
f2a87e2
Merge branch 'master' into type_io_windows
A5rocks Aug 28, 2023
cf46b8c
regen io_windows and verify_types
jakkdl Aug 29, 2023
5801c87
remove redundant Mapping import
jakkdl Aug 29, 2023
bfb3b46
Merge branch 'master' into type_io_windows
TeamSpen210 Aug 30, 2023
0e14a26
Merge branch 'master' into type_io_windows
CoolCat467 Sep 3, 2023
aca83ca
Merge branch 'master' into type_io_windows
A5rocks Sep 6, 2023
4757822
Merge branch 'master' into type_io_windows
A5rocks Sep 12, 2023
a90e4c9
Attempt to fix some type errors
A5rocks Sep 12, 2023
0737bc7
Oops; update type completeness file
A5rocks Sep 12, 2023
698776d
PR review pass 1
A5rocks Sep 13, 2023
3e8b015
Merge branch 'master' into type_io_windows
jakkdl Sep 13, 2023
001e425
Merge branch 'master' into type_io_windows
CoolCat467 Sep 22, 2023
bc9cbb6
Update `verify_types_windows.json`
CoolCat467 Sep 22, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update verify_types_windows.json
  • Loading branch information
CoolCat467 authored Sep 22, 2023
commit bc9cbb603faa2448a05980c12a461e69a1acae98
2 changes: 1 addition & 1 deletion trio/_tests/verify_types_windows.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
],
"otherSymbolCounts": {
"withAmbiguousType": 0,
"withKnownType": 735,
"withKnownType": 680,
"withUnknownType": 0
},
"packageName": "trio"
Expand Down
0