sbt/internal
Dale Wijnand 95d52077db
Lazily concatenate failed errors for completion [forwardport] (#53)
* 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.
2017-07-07 09:50:28 +01:00
..
util-collection Really expose Eval. Fixes error in #50 2017-07-07 09:50:27 +01:00
util-complete Lazily concatenate failed errors for completion [forwardport] (#53) 2017-07-07 09:50:28 +01:00
util-logic/src New house rules 2017-07-07 09:50:08 +01:00