Open ephraimrothschild opened 1 year ago
Update - I seem to have found the issue here, which is that this happens when either:
I was able to work around this by adding the following to my .pyre_configuration
:
"exclude": [
"/Users/ephraim/project/ui/*",
"/Users/ephraim/adronite/project-venv/*"
],
This is still a bug that should probably be fixed though, since there is no reason for pyre to be attempting to check javascript files or anything else that isn't python.
Pyre Bug
Bug description A previously working configuration of pyre has started mysteriously failing with the following error:
Reproduction steps I have no idea if this will produce on other computers or other codebases, but the steps that cause this to reproduce this for me seems like the normal use case and is as follows:
pip install pyre-check
pyre init
and use the following for the .pyre_configuration
file:pyre check
Expected behavior This should typecheck the project as it did previously (as far as I'm aware I haven't done anything to change the pyre configuration or version since it was last working)
Logs pyre_rage.log
Additional context I am running on a 2016 intel macbook pro with MacOS version 12.6.1