buildtools icon indicating copy to clipboard operation
buildtools copied to clipboard

Move package() up when safe

Open keith opened this issue 1 month ago • 0 comments

If there are assignments above package() calls they could contain variables used in the package() call. We now check for that case so we can move it as far up as possible.

Fixes https://github.com/bazelbuild/buildtools/issues/1420

keith avatar Dec 03 '25 02:12 keith