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
"this test fails": {
input: `foo_binary( name = "a", field = [magic_macro],)`,
want: `load("@bar", "magic_macro")load("@foo", "foo_binary")foo_binary( name = "a", field = [magic_macro],)`,
I can help PR a fix, but would it be possible to have generate force certain rules to be loaded? The current FixLoads code seems fairly brittle, and it'd be nice to add in certain loads no matter what.