-
Notifications
You must be signed in to change notification settings - Fork 23
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
Documentation of Private Filesystem and Other Cleanups #68
Conversation
Codecov Report
@@ Coverage Diff @@
## main #68 +/- ##
==========================================
- Coverage 66.55% 64.35% -2.21%
==========================================
Files 23 24 +1
Lines 1540 1613 +73
Branches 392 416 +24
==========================================
+ Hits 1025 1038 +13
- Misses 174 212 +38
- Partials 341 363 +22
|
10b3702
to
0d26773
Compare
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.
other than rebase and a few minor things, this looks great so far (and yep, need for doc tests is ace). Dope cleanup work. There's a bit more structure I want to do on pub fns w/ code comments, but that can be in another PR.
- Add doc tests - Fix API snags like Rng/RngCore diffs - Update README - Change logo
55cba0f
to
3060dc7
Compare
minor: @appcypher maybe we should make patch just |
@zeeshanlakhani If I understand you correctly, you are suggesting removing the threshold for now? |
@appcypher yep, just for patch (not project) |
16aea7a
to
660649b
Compare
660649b
to
1f4160f
Compare
a6f2fb6
to
06fe421
Compare
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.
Some small notes, wow, so many docs 👀 📚 ✨
- Minor semantic changes - Making `Metadata`'s `created` and `modified` fields optional - Add doc tests to `Metadata` - Reinstate UNIX timestamp constraint in `Metadata`
Summary
This PR adds and updates existing documentation, doc tests and makes other API clean ups.
Test plan (required)
Testing the Rust core.
cargo test -p wnfs --release
Testing the wasm bindings.
cd crates/wasm
yarn playwright test
Closing issues