Hazaar\Dir::read() should return an object of the correct type #160
Labels
No labels
bug
confirmed
critical
discussion
documentation
Doing
enhancement
experiment
suggestion
support
Testing
To Do
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: hazaar/framework#160
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Currently, this only returns
Hazaar\File
objects, but if the child is a directory, then why not return aHazaar\File\Dir
object?This will only work if I can do it without initiating another check on the backend, so the
is_dir
flag has to be sent with the initial data.created merge request !58 to address this issue
mentioned in merge request !58
closed via commit
bb24df2371
mentioned in commit
bb24df2371