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

repo_rule_import: convoluted "min" repro for glob / list mismatch #2

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

wade-arista
Copy link
Owner

The key distinction is that a list of

srcs = ["a", "b"]

has different behaviour than

srcs = glob(["a", "b"])

Specifically, the latter matches no files.

The key distinction is that a list of

    srcs = ["a", "b"]

has different behaviour than

    srcs = glob(["a", "b"])

Specifically, the latter matches no files.
@wade-arista wade-arista force-pushed the main branch 3 times, most recently from c789cc6 to 144d772 Compare September 11, 2024 01:58
@wade-arista wade-arista force-pushed the main branch 3 times, most recently from d22e149 to 8ce2e76 Compare September 20, 2024 23:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant