[PR #244] [MERGED] Cleanup #376

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

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/244
Author: @bootandy
Created: 8/20/2022
Status: Merged
Merged: 8/20/2022
Merged by: @bootandy

Base: masterHead: big2


📝 Commits (9)

  • e5cbf0f Clippy: Fix clippy
  • 4024654 Style: Remove ColorState enum, revert init_color
  • 861ad31 Rename variable
  • 239a97a Refactor: Move filter by file type to new file
  • 76a6708 Refactor: Reintroduce local variable
  • c1de52f Comment: Update comment text
  • d0bb19d Tests refactor: Neaten test
  • 7c5f8cb Refactor: init_color function
  • 7aaa48f Revert tests

📊 Changes

6 files changed (+120 additions, -147 deletions)

View changed files

📝 src/display.rs (+9 -23)
📝 src/filter.rs (+2 -73)
src/filter_type.rs (+75 -0)
📝 src/main.rs (+24 -33)
📝 tests/test_exact_output.rs (+6 -6)
📝 tests/tests_symlinks.rs (+4 -12)

📄 Description

Undo a few things from previous PR
Some refactoring


🔄 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/244 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 8/20/2022 **Status:** ✅ Merged **Merged:** 8/20/2022 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `big2` --- ### 📝 Commits (9) - [`e5cbf0f`](https://github.com/bootandy/dust/commit/e5cbf0fe3f6501be743b71ca72c84c48be2cbcad) Clippy: Fix clippy - [`4024654`](https://github.com/bootandy/dust/commit/4024654dbb2168caaefc10910ff92cefcaeb14cc) Style: Remove ColorState enum, revert init_color - [`861ad31`](https://github.com/bootandy/dust/commit/861ad311776d7dc9fe212019dfdfbbf212f91530) Rename variable - [`239a97a`](https://github.com/bootandy/dust/commit/239a97a08e7d8456b17eaa6ab353c091c23fb6e1) Refactor: Move filter by file type to new file - [`76a6708`](https://github.com/bootandy/dust/commit/76a6708063c65e6a03387fb083c1d29aaf337aa8) Refactor: Reintroduce local variable - [`c1de52f`](https://github.com/bootandy/dust/commit/c1de52f5b7b8b2e629cca4159993ad4518dc1725) Comment: Update comment text - [`d0bb19d`](https://github.com/bootandy/dust/commit/d0bb19daee62510ddd76ab43f7518b1adfb9e2c6) Tests refactor: Neaten test - [`7c5f8cb`](https://github.com/bootandy/dust/commit/7c5f8cbf9484dc3a83cb6c19faf290b111e932be) Refactor: init_color function - [`7aaa48f`](https://github.com/bootandy/dust/commit/7aaa48f249bd10fdc42a361d61cf1e16d2253c00) Revert tests ### 📊 Changes **6 files changed** (+120 additions, -147 deletions) <details> <summary>View changed files</summary> 📝 `src/display.rs` (+9 -23) 📝 `src/filter.rs` (+2 -73) ➕ `src/filter_type.rs` (+75 -0) 📝 `src/main.rs` (+24 -33) 📝 `tests/test_exact_output.rs` (+6 -6) 📝 `tests/tests_symlinks.rs` (+4 -12) </details> ### 📄 Description Undo a few things from previous PR Some refactoring --- <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:39 +03:00
zhus closed this issue 2026-06-08 11:27:40 +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#376