The Wayback Machine - https://web.archive.org/web/20220315150454/https://github.com/topics/bazel
Skip to content
#

bazel

Here are 840 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

S11001001
S11001001 commented Nov 17, 2021

With #11315 done, we can do some small optimizations:

  • NonEmpty
    • if it makes a difference, redefine pour to abstract over IterableFactory and MapFactory, if those implementations do optimization for same-type conversions
    • redesign pour's API to put the factory type first, no more tricky currying, #11933
    • just use toSeq for toSeq, #11933
    • define `coll

Improve this page

Add a description, image, and links to the bazel 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 bazel topic, visit your repo's landing page and select "manage topics."

Learn more