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

Ship FakeFileProvider even with dist dev releases #6029

Merged
merged 1 commit into from
Jul 1, 2021

Conversation

weirdan
Copy link
Collaborator

@weirdan weirdan commented Jul 1, 2021

Refs psalm/psalm.dev#60 (see the link for detailed problem description).

psalm.dev uses FakeFileProvider, thus it needs to be available in a folder shipped with dist releases (not listed as export-ignore in .gitattributes).

This is a first PR of two-PR series. The plan is as follows:

  1. Move FakeFileProvider to src, but keep it in tests for BC (this PR).
  2. Make psalm.dev use FakeFileProvider from src
  3. Drop FakeFileProvider from tests and fix tests to use FakeFileProvider from src

@weirdan weirdan merged commit b6a228f into vimeo:master Jul 1, 2021
@weirdan weirdan deleted the ship-FakeFileProvider branch July 1, 2021 21:50
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.

1 participant