[PR #408] [MERGED] fix: total_ordering of sort_by_inode #470

Closed
opened 2026-06-08 11:28:34 +03:00 by zhus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/408
Author: @bootandy
Created: 6/28/2024
Status: Merged
Merged: 6/30/2024
Merged by: @bootandy

Base: masterHead: test


📝 Commits (1)

  • 1644e67 fix: total_ordering of sort_by_inode

📊 Changes

1 file changed (+48 additions, -5 deletions)

View changed files

📝 src/dir_walker.rs (+48 -5)

📄 Description

Before sort_by_inode could result in unstable ordering. This change ensures we will always have a reliable total ordering


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bootandy/dust/pull/408 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 6/28/2024 **Status:** ✅ Merged **Merged:** 6/30/2024 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `test` --- ### 📝 Commits (1) - [`1644e67`](https://github.com/bootandy/dust/commit/1644e67b119073dd1912b127a7bf483a3ef8fe3e) fix: total_ordering of sort_by_inode ### 📊 Changes **1 file changed** (+48 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `src/dir_walker.rs` (+48 -5) </details> ### 📄 Description Before sort_by_inode could result in unstable ordering. This change ensures we will always have a reliable total ordering --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-06-08 11:28:34 +03:00
zhus closed this issue 2026-06-08 11:28:35 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bootandy/archived-dust#470