sbt/util/complete/src
Björn Antonsson 127c164f81 Lazily concatenate failed errors for completion
* Fixes [sbt/sbt#2781]
* When using `<TAB>` completion the failed errors were always
  computed for mathcing projects even if there was no failure,
  leading to excessive computation of Levenshtein distances
  and a large lag (seconds) on builds with many matching
  projects.
2016-10-13 16:20:18 +02:00
..
main/scala/sbt Lazily concatenate failed errors for completion 2016-10-13 16:20:18 +02:00
test/scala Completion for build-level keys 2016-02-23 15:11:15 +01:00