[PR #207] [MERGED] Fix bug where file names could be shortened unnecessarily #355

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

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/207
Author: @bootandy
Created: 1/3/2022
Status: Merged
Merged: 2/26/2022
Merged by: @bootandy

Base: masterHead: minor2


📝 Commits (2)

  • f1e2c38 Fix: Bug: names may be shortened unnecessarily
  • c03959d Neaten code

📊 Changes

4 files changed (+41 additions, -35 deletions)

View changed files

📝 src/display.rs (+25 -22)
📝 src/main.rs (+13 -10)
📝 tests/test_exact_output.rs (+2 -2)
📝 tests/tests_symlinks.rs (+1 -1)

📄 Description

No description provided


🔄 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/207 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 1/3/2022 **Status:** ✅ Merged **Merged:** 2/26/2022 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `minor2` --- ### 📝 Commits (2) - [`f1e2c38`](https://github.com/bootandy/dust/commit/f1e2c384b0c3bff34096af601b134e3b1e96fa11) Fix: Bug: names may be shortened unnecessarily - [`c03959d`](https://github.com/bootandy/dust/commit/c03959d8371577337d853b657fa531fc4274deab) Neaten code ### 📊 Changes **4 files changed** (+41 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `src/display.rs` (+25 -22) 📝 `src/main.rs` (+13 -10) 📝 `tests/test_exact_output.rs` (+2 -2) 📝 `tests/tests_symlinks.rs` (+1 -1) </details> ### 📄 Description _No description provided_ --- <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:27:27 +03:00
zhus closed this issue 2026-06-08 11:27:28 +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#355