mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 08:34:34 +02:00
* 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.