please icon indicating copy to clipboard operation
please copied to clipboard

High-performance extensible build system for reproducible multi-language builds.

Results 193 please issues
Sort by recently updated
recently updated
newest added

On plz 17.0.0, when a build fails, existing builds that are still queued will still execute, meaning that the build will still try to proceed as much as possible before...

wontfix

I'm trying to configure please in a project that depends on `"solace.dev/go/messaging"` package. My configuration in the third_party/go/BUILD file is as following: ``` go_module( name="solace_messaging", module="solace.dev/go/messaging", version="v1.3.0", install= ["..."], )...

wontfix

While `whatoutputs` does a reasonable thing: ``` $ please query whatoutputs foo bar Error: 'foo' is not a product of any current target Error: 'bar' is not a product of...

I'm getting errors like this: ``` Build stopped after 4.92s. 3 targets failed: ///third_party/go/github.com_softlayer_softlayer-go//session:session ///third_party/go/github.com_softlayer_softlayer-go//session:session depends on ///third_party/go/github.com_hashicorp_go-discover//third_party/go:all, but the directory plz-out/subrepos/third_party/go/github.com_hashicorp_go-discover/third_party/go doesn't exist: third_party/go ``` This is resolved by...

wontfix

It would be nice if alias commands defined in a plugin repo could be made available in client repos either automatically or with minimal configuration. This would make it easier...

not-stale

It seems like Please doesn't recognize situations when the output of a given target is modified from the outside after the build. I know this is an extremely weird thing...

bug
hard
not-stale

They are deprecating Intel executors (https://discuss.circleci.com/t/macos-intel-support-deprecation-in-january-2024/48718) This attempts to swap them around so the default build is on arm and the cross-compile to Intel. I guess at some point we...

Hi, Please is awesome, thanks for sharing it! If I'm coding in a repo with a single large go package containing hundreds of sub packages and 100 KLOC or more,...

wontfix

With #3140 this should allow us to default to no dependency when the require can't be satisfied, which would be nice in a number of circumstances.

Howdy. I've started tinkering with [`pkl`](https://pkl-lang.org/) and am pretty pleased with it (no pun intended), but am running into a few quirks integrating it into `plz`. Using the following `example.pkl`...

wontfix