Mark Elliot

Results 11 issues of Mark Elliot

# 🐞 bug report ### Affected Rule All rules_docker rules that communicate with the Docker daemon, at least: - container_image - container_pull - container_run_and_commit - container_flatten - container_layer - install_pkgs...

Can Close?

I'm running Bazel 7 and rules_python 0.27.1 (via bzlmod, using rules_python's pip management). Given a basic `py_library` that depends on a `requirement`, updating the underlying `requirement`'s version no longer seems...

### What happened? When using a `$(locations)` expansion run_binary is placing extra quotes and mis-grouping. ``` filegroup( name = "src", srcs = ["src1", "src2", "src3"] ) run_binary( ... args =...

bug
help wanted
need: investigation

Running the following configuration to build and run scoutsuite==5.13.0 results in a successful build but an un-runnable package: ``` def make_exe(): dist = default_python_distribution() policy = dist.make_python_packaging_policy() policy.resources_location = "filesystem-relative:lib"...

**Describe the bug** Docker backend runs `docker build` rather than `docker buildx build` for multi-platform builds specified with `build_platform` set to a list. Single valued lists for `build_platform` will build...

bug
backend: Docker

## Why are the changes needed? flyteidl claims Python 3.12 support, as does flytekit, but protobuf

Fixes #20269. Update commons-compress to 1.26.1 and swap use of GZIPInputStream to commons-compress' GzipCompressorInputStream, which [deals correctly with concatenated gz files](https://github.com/apache/commons-compress/blob/53c5e19208caaf63946a41d2763cda1f1b7eadc8/src/main/java/org/apache/commons/compress/compressors/gzip/GzipCompressorInputStream.java#L38-L70). Add a test to demonstrate this fixes the ruff...

team-ExternalDeps
awaiting-PR-merge

While working on #22213 I ran into errors running any `sh_test`, all invocations terminated without running any of the tests, and ended with these two lines: ``` usage: dirname string...

team-OSS
awaiting-review

I'm running into a pretty cryptic problem where building [email protected] fails with missing numpy C libraries even though building numpy directly succeeds. I have the pretty much same setup as...

### Before pytensor will only attempt to use g++ as a C++ compiler when running on Linux. ### After Improve pytensor by: 1. If the CXX environment variable is set,...

feature request
C-backend