Skip to content
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 VFS argument from ReadSource which isn't used #175

Merged
merged 2 commits into from
Aug 5, 2017

Conversation

stuart-c
Copy link
Contributor

ReadSource is passed a VFS argument (set from source.FS) as the first argument, but this is never used. Instead source is passed so the readFile proc uses that instead (and directly accesses source.FS)

@hairyhenderson
Copy link
Owner

Thanks for this! This looks good.

However, this changes public API, so I'm going to hold on to this until other major API changes need to be made (which I think will be necessary for your Vault PRs in motion right now).

@stuart-c stuart-c force-pushed the remove-vfs-arg branch 7 times, most recently from 3e8805d to d0f2b6f Compare August 3, 2017 03:46
@hairyhenderson hairyhenderson merged commit 9c284c7 into hairyhenderson:master Aug 5, 2017
@stuart-c stuart-c deleted the remove-vfs-arg branch August 5, 2017 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants