This is Please v15.16.0
- Generated code can now be linked back into the repo. Any target
with thecodegen
label will be symlinked into the source tree.
The proto rules have been updated accordingly. A.gitignore
can
be generated viaplz generate --update_gitignore .gitignore
. This
can help dramatically with integrating IDEs and other tools #1551 - The
--rerun
flag now works with remote execution #1566 - Cross compilation now works with remote execution #1564
- Removed the RPC level compression for remote execution #1559
- The wheel naming scheme can now be repeated to support multiple
formats #1439 - Fix
index out of bounds
in format strings for BUILD files #1565