pyre-check icon indicating copy to clipboard operation
pyre-check copied to clipboard

Pyre analyze takes 15 minutes to finish simple example

Open OrenGitHub opened this issue 3 years ago • 1 comments

  • 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.

OrenGitHub avatar Oct 18 '21 10:10 OrenGitHub

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 :)

r0rshark avatar Oct 20 '21 10:10 r0rshark