-
-
Notifications
You must be signed in to change notification settings - Fork 39
Rename ls to lsStream and make interface-compatible ls method #57
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@CharlotteDunois Thank you, makes a lot more sense to me like this! 👍 (#46)
@clue Would it make sense to make cc @WyriHaximus |
I'm not an expert for this particular repository, but I agree that an |
Doing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I'll make a PR for that change after this one. |
While I can see some use for this, I'd like to discuss this more in depth before deciding on whether this makes sense. I agree a separate ticket or PR is the way to go 👍 |
Of course :). |
@jsor ping |
@CharlotteDunois Thanks for the reminder 👍 |
This PR makes the
ls
method on the adapters compatible to the interface. However instead of removing a streamingls
, a new method was added to provide this feature. That means the equivalent named methods onNode\Directory
now simply delegate to the adapter methods.Unit tests have been adapted proportionally.