please
please copied to clipboard
High-performance extensible build system for reproducible multi-language builds.
I think there's a bug in the str.format() function, following the please update from version 16.19.0 to version 17.14.0, there's a regression on my use of the str.format() function: In...
By default, the tag() function creates a hidden build rule, which cannot be detected with `plz query filter` and the like. It would be helpful if there was a boolean...
The `please format` command helpfully canonicalises and deduplicates build labels. For example the following BUILD file: ``` go_library( name = "name", srcs = [ "src.go", ], deps = [ "//path/to/my/package:package",...
Automated PR to update plugin documentation versions: python: v1.14.0 -> v2.0.1\ngo: v1.26.0 -> v1.28.2\nshell: v0.2.0 -> v0.2.1\n
As in title. Default implementation of BuildBarn do not provide build.bazel.remote.asset.v1.Fetch . You probably can emulate the functionality with other API endpoints, given this one is marked as experimental. Can...
Fixes https://github.com/thought-machine/please/issues/3346 The `forArch` function would not take into account that its `parentState`s are actually the correct architecture as well. Therefore, it could occur that a `parentState` for the wrong...
Updated the codelab to reflect changes in dependency management with Puku, including renaming and clarifying instructions for adding, updating, and removing Go third-party dependencies.
Update please codelab except 3rd party dependencies, which were updated in another PR.
While tying to figure out why the e2e test for [this pull request](https://github.com/thought-machine/please/pull/3403/commits/a900c93f80a0721fbc490dc313edbfd43520c27e) was failing, I found out that please was silently failing to parse the subrepo, but still continuing...
Currently, subrepo support seems to rely on downloading HTTP archives from the source control website. It would be great if there was support to clone these repos using your local...