Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

FED-47: Finish porting compute_best_plan_from_closed_branches #277

Merged
merged 9 commits into from
Apr 30, 2024

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    d132e6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d4fb07 View commit details
    Browse the repository at this point in the history
  3. revised ClosedPath::flatten() to follow the idomatic Rust style

    - returning an Iterator, rather than a slice
    duckki committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    d92e45f View commit details
    Browse the repository at this point in the history
  4. slight refactoring

    duckki committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    3c90384 View commit details
    Browse the repository at this point in the history
  5. changed to use merge Arc<OpPathTree>, instead of OpPathTree directly

    - So, I could use the existing `merge` method.
    duckki committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    e1163d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

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

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    1d6d51d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72ba969 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85718f9 View commit details
    Browse the repository at this point in the history