[PR #31] [MERGED] Refactor & support reverse #264

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

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/31
Author: @bootandy
Created: 10/8/2019
Status: Merged
Merged: 10/8/2019
Merged by: @bootandy

Base: masterHead: nodes_rev


📝 Commits (10+)

📊 Changes

6 files changed (+195 additions, -151 deletions)

View changed files

📝 Cargo.lock (+11 -11)
📝 Cargo.toml (+1 -1)
📝 src/display.rs (+104 -132)
📝 src/main.rs (+47 -5)
📝 src/tests.rs (+21 -0)
📝 src/utils/mod.rs (+11 -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/31 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 10/8/2019 **Status:** ✅ Merged **Merged:** 10/8/2019 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `nodes_rev` --- ### 📝 Commits (10+) - [`fd35734`](https://github.com/bootandy/dust/commit/fd35734a94d32d8efbe658cf1e006c28ec0e5aa4) Simplify string code, remove into - [`1c60d1e`](https://github.com/bootandy/dust/commit/1c60d1e2ac257ebecbf1bc91f2e513806efab180) Display: replace boolean with integer count - [`9fbfcb2`](https://github.com/bootandy/dust/commit/9fbfcb275a1b5289935bcb26e4a366a85c0d9545) pull out a method - [`ec2d9e1`](https://github.com/bootandy/dust/commit/ec2d9e19d4669a3919cd68b04dd2de4c6c94bc86) Run format, introduce new function. - [`1d9a56e`](https://github.com/bootandy/dust/commit/1d9a56e025a3268783fa2fd82005d7d9d3edb22e) A way of supporting reverse - [`e03094a`](https://github.com/bootandy/dust/commit/e03094a4fa94290835187141f48ae34b9d61a76c) Add reverse flag - [`db6c8a0`](https://github.com/bootandy/dust/commit/db6c8a019d1bf76a99e7c8b46c513538a52b9efe) Massive refactor - [`4cffc43`](https://github.com/bootandy/dust/commit/4cffc4370b58fb85b7b94e72f67431cced5b3d5d) Bring back the reverse flag - [`0c19a66`](https://github.com/bootandy/dust/commit/0c19a66432cd72a8adeceee6c6d3a53deb3bc4f8) Add test for reverse flag - [`25c50f8`](https://github.com/bootandy/dust/commit/25c50f88c41ea8e2aa9d7cb9ee0db500bd29823f) cargo upgrade ### 📊 Changes **6 files changed** (+195 additions, -151 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+11 -11) 📝 `Cargo.toml` (+1 -1) 📝 `src/display.rs` (+104 -132) 📝 `src/main.rs` (+47 -5) 📝 `src/tests.rs` (+21 -0) 📝 `src/utils/mod.rs` (+11 -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:26:34 +03:00
zhus closed this issue 2026-06-08 11:26: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#264