-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Release 0.910 planning #10622
Comments
Maybe also cherry-pick python/typeshed#5579 |
Thoughts on #10560 ? Fixes crashes that have been reported multiple times. |
Any fixes to crashes are potentially good, as long as the fix doesn't seem risky (since we aren't going to follow our full, safe release process). |
The stubgen updates sound all good. Some other PRs that seem safe:
Since there have been some recent fixes related to type packages, I might postpone the release for a few days until early next week to give more time for further issues to come up. |
I'd also like to fix #10653 (crash), which is a regression from 0.812, assuming we can find a self-contained repro. The crash #10647 also sounds possibly bad, though I haven't looked into it in any detail yet. Fixing #10645 at least partially would also be nice. Finally, this improvement to |
Also it would be good to improve the error message when |
I can help bisect #10653 and see if I can fix it |
mypy_primer can make bisection easier, try: |
cool, I wasn't aware mypy_primer has these functionalities |
Another package name fix: #10681. |
#10653 is the biggest remaining potential release blocker for which we don't have a PR yet. I'll also want to make some documentation and/error message updates, but these are straightforward. I may skip the typeshed cherry-picks, since I've been busy with other fixes, and we don't have an existing workflow for performing cherry-picks. |
I don't have a hard deadline, so it's basically "as soon as feasible". I'll have a look at #10653 today. |
The |
The 0.910 release is out: https://mypy-lang.blogspot.com/2021/06/mypy-0910-released.html |
There have been ~180 commits since this release, is there anything I can do to help get another release cut? (Apologies for the necro-bump, I was going to make a new issue but the issue template says not to make issues for questions.) |
I'm planning to release mypy 0.910 next week. It's only going to me a small feature release -- cherry-picks on top of 0.902. The main thing I want in is
mypy --install-types --non-interactive
(#10616). I'll probably also cherry-pick some typeshed fixes (#10621). If anybody wants something else in the release, please leave a comment here.I probably won't include any new features unless they address some issue introduced in 0.900.
The text was updated successfully, but these errors were encountered: