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

internal: Generalize topological sort #520

Merged
merged 1 commit into from
Dec 20, 2024
Merged

internal: Generalize topological sort #520

merged 1 commit into from
Dec 20, 2024

Conversation

abhinav
Copy link
Owner

@abhinav abhinav commented Dec 20, 2024

Extract the topological sort logic used in branch_delete
into a separate package so that we can reuse it in #508.

A small user-facing change of this is that 'branch delete'
will delete branches in a more deterministic order.

Extract the topological sort logic used in branch_delete
into a separate package so that we can reuse it in #508.

A small user-facing change of this is that 'branch delete'
will delete branches in a more deterministic order.
@abhinav
Copy link
Owner Author

abhinav commented Dec 20, 2024

This change is part of the following stack:

Change managed by git-spice.

@abhinav abhinav enabled auto-merge (squash) December 20, 2024 20:24
@abhinav abhinav merged commit b1932d1 into main Dec 20, 2024
11 checks passed
@abhinav abhinav deleted the topo branch December 20, 2024 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant