please
please copied to clipboard
High-performance extensible build system for reproducible multi-language builds.
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...
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...
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,...
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...
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`: ``` ==================...
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...
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...