bazelbuild / bazel-skylib

Common useful functions and rules for Bazel
https://bazel.build/
Apache License 2.0
387 stars 180 forks source link

Add helper functions for module extensions as `modules` #456

Closed fmeum closed 4 months ago

fmeum commented 1 year ago

Adds a new module modules with two helper functions for module extensions:

fmeum commented 1 year ago

@Wyverald Could you review this from the Bzlmod dev perspective? @tetromino Could you review this from the Bzlmod user perspective?

I can also add full e2e tests if desired.

fmeum commented 9 months ago

@Wyverald Friendly ping

fmeum commented 9 months ago

CI is failing due to the missing Python toolchain registration.

fmeum commented 8 months ago

@Wyverald Tests are passing now.

fmeum commented 8 months ago

@Wyverald Friendly ping

fmeum commented 6 months ago

After the release of 7.1.0, I will add reproducible.