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

WIP: try making cargo tree's Graph from a UnitGraph #11379

Closed
wants to merge 34 commits into from

Commits on Nov 15, 2022

  1. initial failing test

    alsuren committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    c0a4e8b View commit details
    Browse the repository at this point in the history
  2. skeleton Graph::from_bcx()

    alsuren committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    7cab4ab View commit details
    Browse the repository at this point in the history
  3. fixme

    alsuren committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    532d075 View commit details
    Browse the repository at this point in the history
  4. partially working graph::from_bcx()

    * does not understand build dependencies
    * completely ignores dev dependencies
    alsuren committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    b928ab5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c4486e0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8679e80 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Configuration menu
    Copy the full SHA
    cf7dab6 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2022

  1. Configuration menu
    Copy the full SHA
    1a11448 View commit details
    Browse the repository at this point in the history
  2. initial support for features

    alsuren committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    0677377 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df6cd75 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13c87f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    099e351 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c8d609f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d24448c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6b671e9 View commit details
    Browse the repository at this point in the history
  9. fill in dep_name_map

    alsuren committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    4a40877 View commit details
    Browse the repository at this point in the history
  10. copy TreeOptions::cli_features onto CompileOptions

    test tree::features now passes
    alsuren committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    161d0fb View commit details
    Browse the repository at this point in the history
  11. Revert "REVERTME: enable trace debugging for tests"

    This reverts commit df6cd75.
    alsuren committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    9e48c3d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6ec86cb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f605535 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    40f795e View commit details
    Browse the repository at this point in the history
  15. fudge tree::filters_target test so that it passes

    TODO: think about --target=all
    alsuren committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    c25fa77 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f9e104f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    63446d0 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2022

  1. Configuration menu
    Copy the full SHA
    e8ed11a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fde5f77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fde631d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8befb2a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a3e0932 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bde2a08 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3499509 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    95dcd44 View commit details
    Browse the repository at this point in the history
  9. update fixmes in tests

    alsuren committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    f2c6540 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Configuration menu
    Copy the full SHA
    bb9a4e2 View commit details
    Browse the repository at this point in the history