-
Notifications
You must be signed in to change notification settings - Fork 54
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
Bump twpayne/vfs module to latest version #1909
Conversation
c544b10
to
f8963f1
Compare
f8963f1
to
fa0c21a
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1909 +/- ##
==========================================
+ Coverage 73.79% 73.83% +0.04%
==========================================
Files 71 71
Lines 7757 7773 +16
==========================================
+ Hits 5724 5739 +15
Misses 1612 1612
- Partials 421 422 +1 ☔ View full report in Codecov by Sentry. |
Specifically bumping from v1.7.2 to v4.3.0. We were pretty outdated. This commit could not get rid of the old version dependency completely because yip requires a vfs v1 within the plugin API and we implement a yip plugin for partitioning in elemental-toolkit. Because of that both versions are coexisting. Signed-off-by: David Cassany <dcassany@suse.com>
fa0c21a
to
8b397c8
Compare
Lstat(name string) (os.FileInfo, error) | ||
RemoveAll(path string) error | ||
Glob(pattern string) ([]string, error) | ||
Link(oldname, newname string) error |
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.
This Link
support for hardlinks the main reason for this change. V1 did not include support for hardlinks.
Specifically bumping from v1.7.2 to v4.3.0. We were pretty outdated.
This commit could not get rid of the old version dependency completely because yip requires a vfs v1 within the plugin API and we implement a yip plugin for partitioning in elemental-toolkit. Because of that both versions are coexisting.