[PR #107] [MERGED] Ab upgrade packages, tweak bar charts, cleanup #309

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

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/107
Author: @bootandy
Created: 8/19/2020
Status: Merged
Merged: 8/19/2020
Merged by: @bootandy

Base: masterHead: ab-upgrade


📝 Commits (5)

📊 Changes

13 files changed (+146 additions, -222 deletions)

View changed files

📝 Cargo.lock (+100 -188)
📝 Cargo.toml (+7 -7)
📝 src/display.rs (+25 -13)
📝 tests/test_dir/many/a_file (+0 -0)
📝 tests/test_dir/many/hello_file (+0 -0)
📝 tests/test_dir2/dir/hello (+0 -0)
📝 tests/test_dir2/dir_name_clash (+0 -0)
📝 tests/test_dir2/dir_substring/hello (+0 -0)
📝 tests/test_dir2/long_dir_name_what_a_very_long_dir_name_what_happens_when_this_goes_over_80_characters_i_wonder (+0 -0)
📝 tests/test_dir3/ラウトは難しいです!.japan (+0 -0)
📝 tests/test_dir3/👩.unicode (+0 -0)
📝 tests/tests.rs (+14 -12)
📝 tests/tests_symlinks.rs (+0 -2)

📄 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/107 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 8/19/2020 **Status:** ✅ Merged **Merged:** 8/19/2020 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `ab-upgrade` --- ### 📝 Commits (5) - [`62f594d`](https://github.com/bootandy/dust/commit/62f594d378973b075757556e907ddec70903d083) Change bar graphs - [`49c0b5f`](https://github.com/bootandy/dust/commit/49c0b5fa0693365b70ec24d7c148b6df5f7c403a) Remove stray printlns - [`d71a713`](https://github.com/bootandy/dust/commit/d71a7136e34e3d7be825d34c09686418a1acdf01) Move test directories into test dir - [`f0ba923`](https://github.com/bootandy/dust/commit/f0ba923541096c86dbfc1cd5e6f5c49b425a778f) Refactor display code - [`960571b`](https://github.com/bootandy/dust/commit/960571b5fa6069bf72fdc43b2e78af06e48bbb0f) Upgrade packages ### 📊 Changes **13 files changed** (+146 additions, -222 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+100 -188) 📝 `Cargo.toml` (+7 -7) 📝 `src/display.rs` (+25 -13) 📝 `tests/test_dir/many/a_file` (+0 -0) 📝 `tests/test_dir/many/hello_file` (+0 -0) 📝 `tests/test_dir2/dir/hello` (+0 -0) 📝 `tests/test_dir2/dir_name_clash` (+0 -0) 📝 `tests/test_dir2/dir_substring/hello` (+0 -0) 📝 `tests/test_dir2/long_dir_name_what_a_very_long_dir_name_what_happens_when_this_goes_over_80_characters_i_wonder` (+0 -0) 📝 `tests/test_dir3/ラウトは難しいです!.japan` (+0 -0) 📝 `tests/test_dir3/👩.unicode` (+0 -0) 📝 `tests/tests.rs` (+14 -12) 📝 `tests/tests_symlinks.rs` (+0 -2) </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:01 +03:00
zhus closed this issue 2026-06-08 11:27:01 +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#309