bazel-lib icon indicating copy to clipboard operation
bazel-lib copied to clipboard

[FR]: write_source_files supports writing filegroups

Open bencoxford opened this issue 2 years ago • 0 comments

What is the current behavior?

write_source_files requires you to define file by file. This is not very useful when the input is a filegroup (could be generated) and the files we want to write are unknown.

Describe the feature

write_source_files should support an input srcs that can take a file, or a filegroup and write the contents of said filegroup to the source tree.

bencoxford avatar Dec 05 '23 17:12 bencoxford