stevan / p5-App-Critique

An incremental refactoring tool for Perl powered by Perl::Critic
3 stars 4 forks source link

Fix startup time issue on large repos #4

Open stevan opened 8 years ago

stevan commented 8 years ago

On a large repos it can take a little while sometimes to start up and load the session file, this can be short circuited by just checking for the file and only then loading the session.

stevan commented 8 years ago

We need the git-branch before we can get the session file, so can't do too much about this startup time thing, will need to give it some thought