mirror of https://github.com/sbt/sbt.git
In the FileTreeDataView use case, we were previously working with FileTreeDataView[Stamped], which actually contained a lot of redundant information because FileTreeDataView.Entry[_] has a toTypedPath method that could be used to read the path related fields in Stamped. Instead, we can just return the Stamp itself in FileTreeDataView.list* methods and convert to Stamped.File where needed (i.e. in ExternalHooks). Also move BasicKeys.globalFileTreeView to Keys since it isn't actually used in the main-command project. |
||
|---|---|---|
| .. | ||
| src | ||
| NOTICE | ||