Results 33 issues of Chris Novakovic

This might not be a bug, but the behaviour surprised me so I figured it'd be worth checking whether it's intended to work this way. ``` genrule( name = "test",...

``` dict.pop(key[, default]) ``` This method removes the given key from the dictionary and returns its value if it existed, or the given default if it didn't. The semantics are...

enhancement
wontfix

`github_repo` currently strips the `v` prefix from the file names in the zip file downloaded from GitHub if `revision` is a semver, since GitHub silently does the same if asked...

wontfix

MWE: ``` ## java/snappy-java/BUILD github_repo( name = "snappy-java", repo = "xerial/snappy-java", revision = "v1.1.10.1", hashes = ["b5dcf03f9618bd33fd9f424d9acf711a175aecd690cfca31440954723064d449"], build_file = "snappy-java.build", ) ``` ``` $ plz build //java/snappy-java:snappy-java Build stopped after...

bug

Log messages are unconditionally written to stderr, and are therefore lost after the fork when running in the background (`-g`). If syslog support is detected at compile time, and provided...

Stubby unconditionally attempts to write a PID file under the run state directory when it starts, but this directory is not always writeable by non-root or non-system account users (e.g....

Not all Linux and BSD OSes install user documentation and man pages beneath `/usr/share` - use the standard `CMAKE_INSTALL_DOCDIR` and `CMAKE_INSTALL_MANDIR` variables to decide where they should be installed rather...

## Issue It'd be nice to be able to configure the message that the Slack consumer sends to the announcement channel. ### Expected behaviour The message posted to Slack by...

enhancement

*Issue #, if available:* #473 *Description of changes:* When the delegate responds with a status code indicating a redirect but no `Location` response header, the log message recording the status...

We did a lot of work a few years ago to make the test suite PKI reproducible (see #212). The only remaining binary blob with no clear provenance is `t/data/binary-test.file`....

tech-debt