bazelbuild / buildtools

A bazel BUILD file formatter and editor
Apache License 2.0
1.01k stars 415 forks source link

new_load to= aliases broken #1227

Closed mering closed 9 months ago

mering commented 9 months ago

According to the docs there should be a new_load <path> <[to=]from(s)> statement. Unfortunately, the to=``part currently seems to be ignored (at least when another load with thefrom` name is already available.

I created a minimum reproduction example at #1228.

mering commented 9 months ago

Can't reproduce.