Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork3k
PermalinkChoose a base ref {{ refName }}default Choose a head ref {{ refName }}default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also orlearn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also.Learn more about diff comparisons here.
base repository:python/mypy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
base:v0.800
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
...
head repository:python/mypy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
compare:v0.812
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- 12commits
- 13files changed
- 2contributors
Commits on Feb 10, 2021
Resolves#4675,resolves#9981.Additionally, we always ignore site-packages and node_modules,and directories starting with a dot. Also note that this doesn't really affect import discovery; it only directly affects passing files or packages to mypy.The additional check before suggesting "are you missing an__init__.py" didn't make any sense to me, so I removed it, appended tothe message and downgraded the severity to note.Co-authored-by: hauntsaninja <>
- JukkaL committed
Feb 10, 2021
Commits on Feb 11, 2021
- JukkaL committed
Feb 11, 2021 Empty commit to re-trigger builds
JukkaL committedFeb 11, 2021 Move version back to 0.810+dev to trigger builds
JukkaL committedFeb 11, 2021 Fix test_find_sources when run under site-packages (#10075)
This was failing during wheel builds because we run the tests afterinstallation (under `site-packages`), and this confused the modulesearch logic. Hard code the paths to make this work in any installlocation.
JukkaL committedFeb 11, 2021 - JukkaL committed
Feb 11, 2021
Commits on Feb 15, 2021
Commits on Feb 19, 2021
Add Python script to build wheels using cibuildwheel (#10096)
The contents are extracted from the current GitHub action definition:https://github.com/mypyc/mypy_mypyc-wheels/blob/master/.github/workflows/build.ymlThis is a fairly direct translation of the existing behavior. Thebehavior should be identical to the current workflow.The idea is to make this easier to maintain and easier to testlocally.This should also make it easier tofix#10074.
JukkaL committedFeb 19, 2021 - JukkaL committed
Feb 19, 2021
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v0.800...v0.812
Uh oh!
There was an error while loading.Please reload this page.