Garrett Holmstrom

Results 4 issues of Garrett Holmstrom

The buildifier warning for integer division seems to trigger when it finds [any binary expression that uses the `/` operator](https://github.com/bazelbuild/buildtools/blob/f2aed9ee205d62d45c55cfabbfd26342f8526862/warn/warn_operation.go#L104-L107), regardless of its operands' types. Ideally, it shouldn't do that...

# 🚀 feature request ### Relevant Rules * `//python/extensions:python.bzl`: `python.toolchain` * `//python:repositories.bzl`: `python_register_toolchains` ### Description While the underlying rules for python toolchains/runtimes support python stacks which are actual Bazel-built targets...

help wanted

### Description of the feature request: For modules representing projects which lack MODULE.bazel files, module maintainers have to carry patch files or `overlay/MODULE.bazel` symlinks so `http_archive` and friends take care...

type: feature request
P3
team-ExternalDeps

When buildozer 8.0.0 runs fixes without the `-stdout` flag, it exits with status 3 and prints nothing when it has no changes to make. When it runs on the same...