-
Matthew Clarkson authored
This vastly simplifies the `MODULE.bazel`. It allows creation of download repositories for all versions of `cosmos` easily and creates entrypoints to the latest version of the downloads. This will make it _much_ easier to ingest newer versions of `cosmos` *and* provides legacy version downloads which some users may want to pin to. This patch does not make the extension public at this time but is designed in a way that it could be used across the module graph to added extra version downloads in. This would allow downstream modules to provide newer versions of `cosmos` and the unversioned repositories would point at the provided newer versions. BREAKING CHANGE: A new `ape_cosmos` extension has been implemented that allows flexible downloading of `cosmos.zip` binaries. Repositories can now be imported directly from that extension rather than `@toolchain_utils//toolchain/export:def.bzl#toolchain_export`. Previously a repository would be imported as so: ```py export = us...
After you've reviewed these contribution guidelines, you'll be all set to
contribute to this project.