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

[0.980 backport] build changes #13688

Merged
merged 3 commits into from Sep 19, 2022
Merged

Conversation

hauntsaninja
Copy link
Collaborator

I probably should have held off on merging mypyc/mypy_mypyc-wheels#47 until whenever the 0.980 release happened.

@github-actions

This comment has been minimized.

@github-actions
Copy link
Contributor

Diff from mypy_primer, showing the effect of this PR on open source code:

sublime_debugger (https://github.com/daveleroy/sublime_debugger)
- modules/core/event.py:27: error: "Unpack" is not supported by mypy yet
- modules/core/event.py:37: error: "Unpack" is not supported by mypy yet
+ modules/core/event.py:27: error: "Unpack" is not supported yet, use --enable-incomplete-features
+ modules/core/event.py:37: error: "Unpack" is not supported yet, use --enable-incomplete-features
- modules/core/event.py:59: error: "Unpack" is not supported by mypy yet
- modules/core/event.py:69: error: "Unpack" is not supported by mypy yet
- modules/core/event.py:75: error: "Unpack" is not supported by mypy yet
+ modules/core/event.py:59: error: "Unpack" is not supported yet, use --enable-incomplete-features
+ modules/core/event.py:69: error: "Unpack" is not supported yet, use --enable-incomplete-features
+ modules/core/event.py:75: error: "Unpack" is not supported yet, use --enable-incomplete-features
- modules/core/core.py:30: error: "Unpack" is not supported by mypy yet
- modules/core/core.py:33: error: "Unpack" is not supported by mypy yet
- modules/core/core.py:36: error: "Unpack" is not supported by mypy yet
- modules/core/core.py:42: error: "Unpack" is not supported by mypy yet
+ modules/core/core.py:30: error: "Unpack" is not supported yet, use --enable-incomplete-features
+ modules/core/core.py:33: error: "Unpack" is not supported yet, use --enable-incomplete-features
+ modules/core/core.py:36: error: "Unpack" is not supported yet, use --enable-incomplete-features
+ modules/core/core.py:42: error: "Unpack" is not supported yet, use --enable-incomplete-features
- modules/core/core.py:51: error: "Unpack" is not supported by mypy yet
+ modules/core/core.py:51: error: "Unpack" is not supported yet, use --enable-incomplete-features

@hauntsaninja hauntsaninja merged commit 2bd7da2 into python:release-0.980 Sep 19, 2022
@hauntsaninja hauntsaninja deleted the build branch September 19, 2022 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants