Skip to content

Add .pyre directory for Pyre type checker#2851

Merged
shiftkey merged 1 commit intogithub:masterfrom
kitsuyui:add-pyre-directory
Oct 24, 2018
Merged

Add .pyre directory for Pyre type checker#2851
shiftkey merged 1 commit intogithub:masterfrom
kitsuyui:add-pyre-directory

Conversation

@kitsuyui
Copy link
Contributor

Pyre is a new type-checker for Python developed by facebook in May 2018.
https://pyre-check.org/

Reasons for making this change:

.pyre directory stores result (including logs) and analysis (cache) for type checking.
This is environment dependent. So it should be ignored in Git.

Links to documentation supporting these rule changes:

Pyre is a new type-checker for Python developed by facebook in May 2018.
https://pyre-check.org/

It makes .pyre directory for storing result or cache for type checking.
This directory is environment dependent. So it should be ignored from Git.
@kitsuyui
Copy link
Contributor Author

In addition, default analysis directory .pyre is defined here;
https://github.com/facebook/pyre-check/blob/bf080498fe2b2398b3df72dfaa6c3f945169305e/client/filesystem.py#L47-L55

@shiftkey
Copy link
Member

@kitsuyui thanks!

@shiftkey shiftkey merged commit 32c358b into github:master Oct 24, 2018
@kitsuyui kitsuyui deleted the add-pyre-directory branch October 24, 2018 12:00
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.

2 participants