Skip to content

[0.980 backport] build changes#13688

Merged
hauntsaninja merged 3 commits intopython:release-0.980from
hauntsaninja:build
Sep 19, 2022
Merged

[0.980 backport] build changes#13688
hauntsaninja merged 3 commits intopython:release-0.980from
hauntsaninja:build

Conversation

@hauntsaninja
Copy link
Copy Markdown
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
Copy Markdown
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.

2 participants