-
Notifications
You must be signed in to change notification settings - Fork 30
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
V2 dev #11
V2 dev #11
Conversation
…cuting the operation on the requested items. Add test cases for `purge_all` and `restore_all`. Test are now thread safe.
…Uninit`. Plus ran Rustfmt.
Also ran rustfmt and created a rustfmt config.
Updates the existing Mac implementation to compile with v2 of the library. Does not add any new functionality other defining required methods. Tests fail for methods relating to `list`, `purge_all`, or `restore_all`, which are unimplemented.
refactor(mac): port mac implementation to work with v2 (tests fail)
This happened because `list` on Linux didn't handle paralell threads manipulating the trash correctly.
Can't remove from non-root devices or partitions.
Also added debug print line numbers.
Add version 2 implementation for linux.
My PR still hasn't been merged into I renamed the |
Merge v2-dev into master