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

Fix external dataproviders when psalm runs on a single file #58

Conversation

weirdan
Copy link
Member

@weirdan weirdan commented Mar 30, 2020

This fixes false-positive UndefinedClass issues for external data providers when Psalm is run on a single test file with cold cache.

Fixes #57

This fixes false-positive UndefinedClass issues when Psalm is run on a
single test file with cold cache.

Fixes psalm#57
@weirdan weirdan requested a review from muglug March 30, 2020 01:54
@weirdan weirdan self-assigned this Mar 30, 2020
@weirdan weirdan changed the title Fix external dataproviders when psalm runs on a single file [WIP] Fix external dataproviders when psalm runs on a single file Mar 30, 2020
@weirdan weirdan changed the title [WIP] Fix external dataproviders when psalm runs on a single file Fix external dataproviders when psalm runs on a single file Mar 30, 2020
@weirdan weirdan merged commit 30b2242 into psalm:master Mar 30, 2020
@weirdan weirdan deleted the fix-external-dataproviders-when-psalm-runs-on-a-single-file branch March 30, 2020 10:44
@weirdan
Copy link
Member Author

weirdan commented Mar 30, 2020

Released as 0.9.1.
/cc: @localheinz

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.

External data provider reported missing when running psalm on a single test file
2 participants