[PR #67] [MERGED] Simplify inodes & devices by removing Option #286

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

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/67
Author: @bootandy
Created: 2/9/2020
Status: Merged
Merged: 2/11/2020
Merged by: @bootandy

Base: masterHead: ab-simplify-inodes2


📝 Commits (1)

  • 657858d Simplify inodes & devices by removing Option

📊 Changes

2 files changed (+28 additions, -41 deletions)

View changed files

📝 src/utils/mod.rs (+22 -25)
📝 src/utils/platform.rs (+6 -16)

📄 Description

This code now won't compile on none-(windows/unix family)
systems. [unix family includes mac]

Removing this method allows us to remove an Option and simplify the code
slightly


🔄 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/67 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 2/9/2020 **Status:** ✅ Merged **Merged:** 2/11/2020 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `ab-simplify-inodes2` --- ### 📝 Commits (1) - [`657858d`](https://github.com/bootandy/dust/commit/657858df16ca1d2ff062f69c4f24da7fcd9451ce) Simplify inodes & devices by removing Option ### 📊 Changes **2 files changed** (+28 additions, -41 deletions) <details> <summary>View changed files</summary> 📝 `src/utils/mod.rs` (+22 -25) 📝 `src/utils/platform.rs` (+6 -16) </details> ### 📄 Description This code now won't compile on none-(windows/unix family) systems. [unix family includes mac] Removing this method allows us to remove an Option and simplify the code slightly --- <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:47 +03:00
zhus closed this issue 2026-06-08 11:26:47 +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#286