[PR #26] [CLOSED] New #259

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

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/26
Author: @bootandy
Created: 7/2/2019
Status: Closed

Base: masterHead: new


📝 Commits (9)

  • fd68330 Update cargo lock
  • bfaf5ee Add bash line to ci script
  • 12775db Update git ignore to ignore idea
  • 876609f Obey new clippy
  • 4906e9e comment typos
  • 6e03dd7 Fix obscure display bug
  • 76d0762 Add assert to stop infinite loops
  • 7db6cf2 Add test to handle single dot in path
  • d327bd2 Fix code to handle single dots in path

📊 Changes

11 files changed (+444 additions, -260 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 Cargo.lock (+348 -204)
📝 Cargo.toml (+5 -5)
📝 ci/before_deploy.sh (+1 -0)
📝 ci/install.sh (+1 -0)
📝 ci/script.sh (+1 -0)
📝 src/display.rs (+29 -16)
📝 src/main.rs (+7 -1)
📝 src/tests.rs (+16 -4)
📝 src/utils/mod.rs (+34 -29)
📝 src/utils/platform.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/26 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 7/2/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `new` --- ### 📝 Commits (9) - [`fd68330`](https://github.com/bootandy/dust/commit/fd68330815e53d3ff877ffc69ee3a4c4f09729dc) Update cargo lock - [`bfaf5ee`](https://github.com/bootandy/dust/commit/bfaf5ee173a05ab086c807722f27883f0226ce68) Add bash line to ci script - [`12775db`](https://github.com/bootandy/dust/commit/12775db94b446aa3f74c277f44139388d152c329) Update git ignore to ignore idea - [`876609f`](https://github.com/bootandy/dust/commit/876609f2cb8c32cb76a868c8a118d103a42edabd) Obey new clippy - [`4906e9e`](https://github.com/bootandy/dust/commit/4906e9efda7601edadfd4bc479486dfe29a5d021) comment typos - [`6e03dd7`](https://github.com/bootandy/dust/commit/6e03dd77e61d7a479e653dc5e5031372f05fe0c8) Fix obscure display bug - [`76d0762`](https://github.com/bootandy/dust/commit/76d0762c97eccc5bf12eca84f8d912d1f9eb4155) Add assert to stop infinite loops - [`7db6cf2`](https://github.com/bootandy/dust/commit/7db6cf2f3236d13aad9fcb808c88c86a7c8c7487) Add test to handle single dot in path - [`d327bd2`](https://github.com/bootandy/dust/commit/d327bd2e68f3b75cb0b48d28a4774b678a9170c5) Fix code to handle single dots in path ### 📊 Changes **11 files changed** (+444 additions, -260 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `Cargo.lock` (+348 -204) 📝 `Cargo.toml` (+5 -5) 📝 `ci/before_deploy.sh` (+1 -0) 📝 `ci/install.sh` (+1 -0) 📝 `ci/script.sh` (+1 -0) 📝 `src/display.rs` (+29 -16) 📝 `src/main.rs` (+7 -1) 📝 `src/tests.rs` (+16 -4) 📝 `src/utils/mod.rs` (+34 -29) 📝 `src/utils/platform.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:26:31 +03:00
zhus closed this issue 2026-06-08 11:26:32 +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#259