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
buildifier: fix uninitialised check when using list unpack assignment (#1202)
as the test added in this commit shows, prior to this commit, the
uninitialized check would incorrectly fail when using list unpack
assignment, if the same variable is reused later.
this modified CollectLValues, so that it supports list unpack
assignments (in addition to tuple, and normal assignments).
0 commit comments