LabVIEW-DCAF / buildsystem

Location of reusable build script files, groovy libraries, and other infrastructure items needed for DCAF build servers
Apache License 2.0
18 stars 7 forks source link

Skip Diff if too many files #56

Open pollockm opened 5 years ago

pollockm commented 5 years ago

Diff tooling becomes useless if there are 100s of files to diff - I don't expect any user would actually wade through the generated results.

Diff tooling also takes a very long time to execute if many many files need to be diffed, leading to issues like #55 and #54

Suggest that we add a check for how many files need to be diffed, add a command-line input for the threshhold, and skip the diff if too many files need to be diffed.