Skip to content
Snippets Groups Projects
  • Boris Feld's avatar
    1857f50a9643
    cleanupnodes: drop special casing around prune markers (API) · 1857f50a9643
    Boris Feld authored
    The `cleanupnodes` has logic to skip the creation of "prune" markers if the
    changeset is already obsolete. This feels strange and gets in the way of code
    changes to tracks folds. Now that callers no longer request such prune, we can
    drop this logic.
    
    In many cases, pruning through cleanupnodes should be replaced by internal
    phase usage.
    1857f50a9643
    History
    cleanupnodes: drop special casing around prune markers (API)
    Boris Feld authored
    The `cleanupnodes` has logic to skip the creation of "prune" markers if the
    changeset is already obsolete. This feels strange and gets in the way of code
    changes to tracks folds. Now that callers no longer request such prune, we can
    drop this logic.
    
    In many cases, pruning through cleanupnodes should be replaced by internal
    phase usage.