Skip to content

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

2 participants