Yeah I’m basically doing that; I just thought it m...
# general
j
Yeah I’m basically doing that; I just thought it might be nice to have the shading rule constructors accessible in BUILD files as
Shading.Foo
rather than
shading_foo
, because it mimics the look of `Duplicate`/`Skip` from
jar_rules
, but I don’t want to pollute the build file aliases with more very generic looking object names (especially since
exclude
already exists)