https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39877 --- Comment #70 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Kyle M Hall (khall) from comment #66)
Comment on attachment 186320 [details] [review] Bug 39877: Incremental test runs
Review of attachment 186320 [details] [review]: -----------------------------------------------------------------
Other than this one line the only question I have is should we be using something like Git.pm for git actions instead of system commands? Perl has to spawn a shell for each git command, but it's only a handful of commands at startup so I imagine the difference wouldn't be very noticeable if at all.
Hum, I have initially started with Git::Wrapper (that we already use in the auto_rebase.pl script), but I think I found a blocker and decided to go with straight qx calls. But to be honest I don't remember what was the problem. -- You are receiving this mail because: You are watching all bug changes.