pyre-check
pyre-check copied to clipboard
Pyre analyze takes 15 minutes to finish simple example
- I'm running your introductory example from here exactly as written.
- It takes around 15 min (!) to finish, during which I see that pyre analyzes around 40k (!) files.
- When it does finish, I get the desired source-to-sink, but I absolutely have no idea where those 40k files came from.
Hi @OrenGitHub thanks for the question. Pysa is not just analysing the files created in the quickstart but also all the dependencies in the environment. The message you see is related to the parsing of all the dependencies used to build the type environment you can have more details looking at the step 3 in here :)