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

Don't delete fine-grained deps cache when a module has an error #6333

Merged
merged 1 commit into from Feb 4, 2019

Conversation

msullivan
Copy link
Collaborator

The dependencies are created by other modules, so it is wrong to throw
away the dependency information, since it won't be recreated when the
module is fixed and rechecked.

Previously the behavior was to crash, which is bad.

The dependencies are created by other modules, so it is wrong to throw
away the dependency information, since it won't be recreated when the
module is fixed and rechecked.

Previously the behavior was to *crash*, which is bad.
@msullivan msullivan merged commit 34ea2af into master Feb 4, 2019
@msullivan msullivan deleted the fix-incremental-fg branch February 4, 2019 23:25
gvanrossum pushed a commit to gvanrossum/mypy that referenced this pull request Feb 5, 2019
…on#6333)

The dependencies are created by other modules, so it is wrong to throw
away the dependency information, since it won't be recreated when the
module is fixed and rechecked.

Previously the behavior was to *crash*, which is bad.
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