Mostyn Bramley-Moore

Results 20 issues of Mostyn Bramley-Moore

These changes reduce the amount of console output by default. Users can opt back in to receiving them with the /verbose flag. Background: #269.

ILRepack outputs a lot of info to the console which looks useful for debugging ILRepack itself but is not that interesting to users. Would it be nicer to be quiet...

Let's see how this affects memory usage and performance. Related to #473.

The header is made up of three fields: 1) Little-endian int32 (4 bytes) representing the REAPIv2 DigestFunction. 2) Little-endian int64 (8 bytes) representing the number of bytes in the blob....

The httpproxy and gcsproxy backends use the default http.Client with no timeouts. This is probably unwise- we should set a reasonable default and provide a config setting to tweak these...

I noticed that the tip of the master branch in the bazel-remote repository often has a red cross because the "Try Update Last Green Commit" job has failed with error...

bazel-remote's scheduled bazelci builds sometimes fail even though an identical build on the PR succeeded earlier. Here are two examples: https://buildkite.com/bazel/bazel-remote-cache/builds/765#24c5f205-547a-42e7-b873-fc8ed5bdfcc5 https://buildkite.com/bazel/bazel-remote-cache/builds/691#59e8a1d9-95b0-416d-8fe9-23016e5ef3f2 The failing step/job is "Try Update Last Green...

This makes it easier for various tools to compile copyright information automatically, and ultimately easier for humans to review the license. Resolves #573.

Callers expect a tuple, let's not return an empty list on this corner case.

A situation came up recently with our critic instance, which caused some trouble for related services: a branch was pushed with a refname that matched a commit hash. This didn't...