You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Empty directories absolutely should be included in trees.
Actual Behavior
nomad skips over all empty directories.
Steps To Reproduce
cd into a directory containing empty subdirectories (or run mkdir <DIRECTORY_NAME> and do not add any files into the new directory).
Run nd to display a tree visual of the directory's structure.
The empty subdirectory/subdirectories or the newly created empty subdirectory will not be included in the tree.
Traceback/Output
N/A
Additional Context
I need to revisit the ToTree trait in src/traverse/traits.rs since this trait is where the tree is built. I think it should (hopefully) be a simple fix once I find where the issue is occurring.
The text was updated successfully, but these errors were encountered:
JosephLai241
added
bug
Something isn't working
beta
This issue or feature should be resolved or implemented before an official release
labels
Aug 24, 2022
Describe The Bug
Empty directories are missing in the tree.
Expected Behavior
Empty directories absolutely should be included in trees.
Actual Behavior
nomad
skips over all empty directories.Steps To Reproduce
cd
into a directory containing empty subdirectories (or runmkdir <DIRECTORY_NAME>
and do not add any files into the new directory).nd
to display a tree visual of the directory's structure.Traceback/Output
N/A
Additional Context
I need to revisit the
ToTree
trait insrc/traverse/traits.rs
since this trait is where the tree is built. I think it should (hopefully) be a simple fix once I find where the issue is occurring.The text was updated successfully, but these errors were encountered: