Jukka Lehtosalo
Jukka Lehtosalo
Yeah, this is a known issue, and an unfortunate side effect of fixing another issue. See 'Narrowing Enum Values Using “==”' in https://mypy-lang.blogspot.com/2023/06/mypy-140-released.html. Currently I don't know how to fix...
Updated the version number.
This was the postponed May mypy release. I think stable error code links arrived too late in the release process, but there will be a 1.5 release in July (targeting...
> for spark I'm not sure if mypy views __argname as pos-only. If it does, this is a bug with this PR :( Yeah, that's how to mark arguments as...
@ThanhChinhBK Sure! There's no need to sign up to work on particular issues -- you can just start working.
Sorry for the slow response! It looks like the microbenchmark is still about 5% slower with this change (Applex M1 Max). I wonder if we can have something that is...
You can ignore the mypyc runtime test failures, since it's a known issue happening on master.
I can merge this PR if somebody who has more context on the relevant code than I have gives a quick thumbs up.
> more context on the relevant code than I have Or somebody who has any familiarity with the code :-)
I've seen this as well. As a workaround, you can run `pip install tomli`. We want to always type check in 3.7 mode to make sure we don't use any...