mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[PR #3] [MERGED] Broken into files, inode/dev changes from inodes branch taken #250
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/bootandy/dust/pull/3
Author: @nebkor
Created: 3/22/2018
Status: ✅ Merged
Merged: 3/22/2018
Merged by: @bootandy
Base:
master← Head:inodes_refactor📝 Commits (10+)
b7271b1start of refactor0faf795First step of refactor done.aa963deupdate sample output with new box-drawing characters381d286use accessor and creator methods for new types in lib7fa2ce3start of refactor8fa83e3First step of refactor done.617b0d2Merge branch 'nebkor'e75a666better display-children-finding codec127580Bring over dev/inode pair changes from bootandy's repoeb69ad1break platform cfg code into utils submodule📊 Changes
6 files changed (+429 additions, -403 deletions)
View changed files
📝
Cargo.toml(+2 -2)📝
README.md(+17 -22)➕
src/lib.rs(+85 -0)📝
src/main.rs(+5 -379)➕
src/utils/mod.rs(+244 -0)➕
src/utils/platform.rs(+76 -0)📄 Description
The functions in main.rs had been broken out into the utils module a few commits ago (
0faf795), so bringing over your changes by hand was pretty straight-forward. The next thing was breaking all the cfg compile directive controlled stuff into its own submodule for utils.I actually don't recommend just merging this into your repo, because the history is all over the place. I tried to chunk the changes so that if you wanted to, you could linearize the change, or just jump to the new layout in one opaque commit (by simply copying it over).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.