-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove IsDir
from ipfs object
#907
Comments
I only added the |
Ah, this is tricky. the trailing slash is only on |
Effectivly, yes. The changed
SGTM 😄 |
we can just make |
fixed by 1f1f9f9 |
currently
ipfs object
has anIsDir
portion:ipfs object
is a plumbing command for the merkledag. it must not be aware of (or make assumptions about) datastructures on top, like unixfs.IsDir
isunixfs
specific. Anipfs unix
(or maybeipfs files
) command is planned that will beunixfs
specific.IsDir
this belongs there, not here.Sorry @cryptix -- this is my fault for doing lousy CR :( -- i should've explained this then.
The text was updated successfully, but these errors were encountered: