You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of the problem / feature request / question:
Once we have label_string_dict (or whatever it will be called), it would be great if the reach of include statements could be controlled by labelled dicts. Something like:
includes = {
"//visibility:public": "include/",
"//visibility:private": "src/",
},
where public gets derived by dependants.
The text was updated successfully, but these errors were encountered:
Description of the problem / feature request / question:
Once we have
label_string_dict
(or whatever it will be called), it would be great if the reach of include statements could be controlled by labelled dicts. Something like:where
public
gets derived by dependants.The text was updated successfully, but these errors were encountered: