Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crate_universe rule #598

Merged
merged 7 commits into from
Mar 25, 2021
Merged

Commits on Mar 23, 2021

  1. crate_universe rule

    This rule dynamically looks up crate dependencies as a repository rule.
    
    See bazelbuild#2 for context.
    illicitonion committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    a65eda6 View commit details
    Browse the repository at this point in the history
  2. Move examples into their own workspaces

    This is more clear, as they don't need to round-trip via two .bzl files,
    so the examples are self-contained. However, we'll need to work out how
    to make them build on CI.
    illicitonion committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    09272cc View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. Review tweaks

    * Update to use defs.bzl
    * Fix up some tests
    * Remove pseudo-attempt at bootstrapping
    illicitonion committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    10ac0f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac461ba View commit details
    Browse the repository at this point in the history
  3. Fix buildifier

    illicitonion committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    4904b0a View commit details
    Browse the repository at this point in the history
  4. Last one?

    illicitonion committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    4f31af8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ee602cf View commit details
    Browse the repository at this point in the history