Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: simplify validation of BuildTarget(extra_files: )
There is some validation going on here that cannot (currently) be done the KwargInfo validators, namely that the files exist. Additionally, BuildTarget.extra_files is doing some membership checking for dups, which means it should probably be an OrderedSet instead of a list.
- Loading branch information