fast-nail-55400
03/16/2022, 8:39 PMSourcesPaths
can have an empty .dirs
even when .files
is set? context is this instance of `SourcesPaths`: SourcesPaths(files=('src/jvm/org/pantsbuild/example/app/ExampleApp.scala',), dirs=())
.dirs
be ("src/jvm/org/pantsbuild/example/app",)
in this case?hundreds-father-404
03/16/2022, 8:42 PMdirs
in general behaves how we want. At least one point in time, it would list every single dir encountered, whereas imo it should only list dirs with files in them