Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: clarify write_source_files output constraint #498

Merged
merged 2 commits into from
Aug 23, 2023

Commits on Aug 23, 2023

  1. docs: clarify write_source_files output constraint

    For both the "write_source_files" rule's "files" attribute and the
    "write_source_file" rule's "out_file" attribute, we ensure that the
    destination files and directories to which we'll write sit within the
    same containing Bazel package as the Bazel target requesting this
    writing. Clarify the documentation for each attribute to make it clear
    that we're constraining the destinations and not the sources of the
    content to be written.
    seh committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    a9c3545 View commit details
    Browse the repository at this point in the history
  2. Update lib/write_source_files.bzl

    kormide authored and seh committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    87ed554 View commit details
    Browse the repository at this point in the history