please
please copied to clipboard
High-performance extensible build system for reproducible multi-language builds.
Long past time we got some of these changes out.
Bumps [github.com/hashicorp/go-retryablehttp](https://github.com/hashicorp/go-retryablehttp) from 0.7.5 to 0.7.7. Changelog Sourced from github.com/hashicorp/go-retryablehttp's changelog. 0.7.7 (May 30, 2024) BUG FIXES: client: avoid potentially leaking URL-embedded basic authentication credentials in logs (#158) 0.7.6 (May...
Fixes the race condition for dependencies created within post_build steps #3168. The issue is that a target will mark itself complete, even though the post_build step could have added additional...
Hello, I'm hitting an issue where if I follow the Getting started with Go CodeLab I hit the following error: ``` plz-out/gen/go/build_defs/go.build_defs:497:12: error: Empty source path provides['cover_vars'] = cover_vars return...
`add_entry_point` allows entry points to be added to targets in post-build functions, however these entry points aren't returned by `get_entry_points`. MWE, based on the test in `test/get_entry_points/BUILD`: ``` def add_second_entry_point(name:str,...
``` % tar xf please_tools_17.8.7_linux_arm64.tar.xz % cd please_tools % ls build_langserver* please_sandbox* % file * build_langserver: ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), statically linked, stripped please_sandbox: ELF...
Fixes a couple of warnings about a moved config option and a now irrelevant linter. There's also a new linter checking for printf bits which seems legit enough to be...
I got this error when trying to plz build or test: ``` $ plz --version Please version 17.10.1 $ plz test src/main/go/collections:collections_test Build stopped after 160ms. 1 target failed: //src/main/go/collections:_collections_test#lib...
After upgrading Please to `17.10.1` in `.plzconfig` with the hash of `17.9.0` (`87724be4995cc0385b18eea05feb23c8672ab9817bd484401f2d1053e1117325`) I ran and got ``` $ plz update --force 17:17:09.161 CRITICAL: Failed to download Please: Invalid checksum...
We've discussed this quite a bit internally, it has several advantages over the current setup: - The list of licences is not obvious that it is OR. (It is documented...