Stu Hood

Results 77 issues of Stu Hood

Go supports cross-platform/architecture builds without additional toolchains, or docker.

backend: Go

Task-local data is not propagated across calls to `spawn`, which aligns with the behavior of Thread-local data. But since Tasks are "lighter" than threads, a common pattern is to effectively...

A-tokio
C-musing

Hey folks! The definition of "canonical" for a `Directory` does not currently (https://github.com/bazelbuild/remote-apis/blob/f54876595da9f2c2d66c98c318d00b60fd64900b/build/bazel/remote/execution/v2/remote_execution.proto#L634-L653) require that the names of children are non-empty, but in practice this seems like a useful constraint....

On macOS, it's possible to encounter an error like the following: ``` File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 973, in _find_and_load_unlocked...

bug

The combination of the default Max-Age cache header: https://github.com/pantsbuild/pex/blob/451977efdf987dd299a1b4798ac2ee298cd6d61b/pex/pip.py#L146-L149 and the pip header patch's refusal to set a header if multiple URLs are in use (?): https://github.com/pantsbuild/pex/blob/451977efdf987dd299a1b4798ac2ee298cd6d61b/pex/vendor/_vendored/pip/pip/_internal/cli/req_command.py#L83-L90 ... every run...

bug

This is potentially related to #1093, but I'm filing it as a separate issue to avoid muddying the water if it isn't. On `example-python` at 72890abf9426c9744d9e2537f898fb6c2bb17216 (using Pants `2.0.0` and...

performance

Passing `-vvv` to `pex` results in `-v` being passed to `pip` due to this section: https://github.com/pantsbuild/pex/blob/a7d98116daedcacda4716ebc9ca831303f24b71f/pex/pip.py#L73-L79 But for some reason, passing `PEX_VERBOSE=9` does not propagate to `pip`. Tested with `2.1.6`...

answered

In some codepaths, ASM will attempt to call `ClassWriter.getCommonSuperClass` for a class referenced from a class it is shading. The class is available in the subject classpath, but is not...

bug

...is currently not implemented, so the default `Array` toString is used: ``` classpath: [Ljava.io.File;@7f7b4f2c ```

uncategorized