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

This could be done by adding a flag for waiting a certain time after the last change to that target before building, or just building this in by default. This...

wontfix
starter

I have the following rule for generating go from proto. ``` proto_library( name = "books_proto", srcs = ["books.proto"], labels = ["codegen"], languages = ["go"], visibility = ["PUBLIC"], ) ``` Building...

wontfix

This brings the process group created by `plz exec` to the foreground by default, making it behave like `plz run`. This should be fine as far as Please is concern,...

wontfix

The Java compiler outputs header files for Java sources that use the Java Native Interface (JNI), but there's currently no way for them to be consumed by the native-code components...

enhancement

Reproducible, but seems to be pretty low-impact given that it doesn't actually stop Please from building. Running `plz clean && ./bootstrap.sh` triggers a race condition when building `//src:please`: ``` ==================...

bug

Add reading alias config to retrieve grouped aliases

not-stale

I'm considering using Please as a monorepos build tool , but I cannot figure out if it support php or not , I've taken a look into documentation but I...

enhancement

C and C++ rules have optional outs for coverage. This pr allow to add more optional outs for specific usage. For example c/c++ plugin of sonarqube produce additional outputs that...