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

Add as_file and is_file to PrivateNode (wasm) #136

Merged
merged 1 commit into from
Jan 10, 2023

Conversation

icidasset
Copy link
Member

Adds the as_file and is_file functions to the PrivateNode implementation in the WASM package so that it matches the PublicNode implementation.

Closing issues

Closes #130

@icidasset icidasset requested a review from a team as a code owner January 10, 2023 12:31
Copy link
Member

@matheus23 matheus23 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure if release-please picks up a tag like [feat]. We usually use feat:, but it should be fine either way - we have a feat release pending right now anyways.

@icidasset icidasset force-pushed the icidasset/private-as_file branch from 220bd8c to 6bda654 Compare January 10, 2023 13:14
@icidasset icidasset changed the title [feat] Add as_file and is_file to PrivateNode (wasm) Add as_file and is_file to PrivateNode (wasm) Jan 10, 2023
@icidasset
Copy link
Member Author

Easily fixed 👍

@codecov
Copy link

codecov bot commented Jan 10, 2023

Codecov Report

Merging #136 (6bda654) into main (b70c312) will decrease coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #136      +/-   ##
==========================================
- Coverage   68.95%   68.91%   -0.04%     
==========================================
  Files          33       33              
  Lines        2503     2503              
  Branches      625      625              
==========================================
- Hits         1726     1725       -1     
- Misses        265      267       +2     
+ Partials      512      511       -1     
Impacted Files Coverage Δ
wnfs/src/private/hamt/pointer.rs 52.54% <0.00%> (-1.70%) ⬇️

@matheus23
Copy link
Member

Tests run through fine. Feel free to hit the button when you're ready :)

@icidasset icidasset merged commit f02658b into main Jan 10, 2023
@icidasset icidasset deleted the icidasset/private-as_file branch January 10, 2023 13:38
@github-actions github-actions bot mentioned this pull request Jan 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add as_file and is_file to PrivateNode in wnfs-wasm
2 participants