Skip to content
#

build-system

Here are 518 public repositories matching this topic...

danielmachlab
danielmachlab commented Dec 15, 2021

Description of the problem / feature request:

Bazel crashes due to an internal error when using a bzlmod registry that doesn't correctly specify a bazel_registry.json file. The stack-trace printed by Bazel when it crashes is included in the last section below.

Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.

To demonstra

earthly
adamgordonbell
adamgordonbell commented Feb 23, 2022

Currently, when using explicit cache a single cache image can be specified to read from. It could be useful to have a priority-ordered list of images to check for cache hits. @mattste provided this use case:

Use Case

I'm attempting to do pull request previews where each pull request has its own Docker image. For pull requests that update a dependency (such as a package.json or mix.lock),

Eric-Arellano
Eric-Arellano commented Mar 1, 2022

As explained in https://www.pantsbuild.org/v2.10/docs/python-linters-and-formatters#order-of-backend_packages-matters-for-fmt, it matters the order of backend_packages for formatters, e.g. that you want to run Autoflake to remove imports before then formatting your import statements w/ Black and Isort.

Pants already does the right thing, but it's crucial that we don't regress. So, we should a

Improve this page

Add a description, image, and links to the build-system topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the build-system topic, visit your repo's landing page and select "manage topics."

Learn more