Mark Dacek
Results
1
issues of
Mark Dacek
https://bazel.build/extending/rules#migrating_from_legacy_providers describes that using "struct access" patterns is already a legacy approach, and the preferred "modern" approach is to use explicit providers. That is ``` ctx.atr.foo.default_runfiles ``` should instead become...
P2
type: support / not a bug (process)
team-Rules-API