atlassian / bazel-tools

Reusable bits for Bazel
Apache License 2.0
113 stars 36 forks source link

Separate attributes for contexts with metadata #34

Closed ash2k closed 6 years ago

ash2k commented 6 years ago

I hoped to avoid adding all permutation of attributes, but we actually need to mix and match different ones in a single invocation. Otherwise the template gets ugly. This is a re-worked version of https://github.com/atlassian/bazel-tools/pull/32.