Skip to content
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

check type completeness on all platforms #2767

Merged
merged 2 commits into from
Aug 21, 2023

Conversation

jakkdl
Copy link
Member

@jakkdl jakkdl commented Aug 21, 2023

Fully type complete, other than docstrings (#2762), on both Mac and Linux! 🎉
Windows still needs works (#2761), but otherwise we're pretty much there wrt to the public API 🚀 🚀

@codecov
Copy link

codecov bot commented Aug 21, 2023

Codecov Report

Merging #2767 (a580331) into master (f9fdeb7) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2767   +/-   ##
=======================================
  Coverage   98.94%   98.94%           
=======================================
  Files         113      113           
  Lines       16843    16843           
  Branches     3036     3036           
=======================================
  Hits        16665    16665           
  Misses        123      123           
  Partials       55       55           

@jakkdl
Copy link
Member Author

jakkdl commented Aug 21, 2023

Not bothering with forcing binary merges on verify_types*.json as the diffs should at this point be small and doable to update manually if somebody wants to - and they'll be gone soon too.

@jakkdl jakkdl enabled auto-merge (squash) August 21, 2023 12:21
@jakkdl jakkdl merged commit 87c6ef4 into python-trio:master Aug 21, 2023
"category": "function",
"diagnostics": [
{
"file": "/home/h/Git/trio/typing_improvements/.tox/verifytypes/lib/python3.8/site-packages/trio/_core/__init__.py",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

By the way! Maybe you missed this

@jakkdl jakkdl mentioned this pull request Aug 23, 2023
@jakkdl jakkdl deleted the update_check_type_completeness branch August 25, 2023 11:35
@A5rocks A5rocks added the typing Adding static types to trio's interface label Aug 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
typing Adding static types to trio's interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants