Skip to content
#

build-system

Here are 515 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
style-dictionary
7studio
7studio commented Oct 6, 2021

Hi,

I looked into the CLI part of style-dictonary to construct a similar thing and I found a bug when I run the command style-dictionary test or npx -p style-dictionary style-dictionary test in my case:

npx : 43 installé(s) en 3.911s
/Users/xzalawa/.npm/_npx/19473/lib/node_modules/style-dictionary/bin/style-dictionary:75
  console.error('Invalid command: %s\nSee --help for a list o
Eric-Arellano
Eric-Arellano commented Feb 11, 2022

A few times rule authors have been confused with rule graph errors that are because two rules have the same name, which causes the first rule to be overridden & not be used. This is extremely confusing.

collect_rules() should detect this case and eagerly error.

https://github.com/pantsbuild/pants/blob/4fecd1d93587d67dc8b46fa6acbd9a3aac9c348f/src/python/pants/engine/rules.py#L366-L394

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