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

Fix windows compile error #35

Closed
wants to merge 1 commit into from
Closed

Conversation

estk
Copy link

@estk estk commented May 20, 2022

in entry.rs:588:

async_std::os::windows::fs::symlink_file(src, dst).await
// (Could not find `fs` in `windows`)

@codecov-commenter
Copy link

Codecov Report

Merging #35 (5e78ba4) into master (748fee5) will decrease coverage by 12.24%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##           master      #35       +/-   ##
===========================================
- Coverage   80.95%   68.71%   -12.25%     
===========================================
  Files          11       11               
  Lines        2694     3733     +1039     
===========================================
+ Hits         2181     2565      +384     
- Misses        513     1168      +655     
Impacted Files Coverage Δ
src/lib.rs 35.49% <0.00%> (-64.51%) ⬇️
src/archive.rs 71.07% <0.00%> (-6.58%) ⬇️
src/error.rs 35.29% <0.00%> (-4.71%) ⬇️
src/entry.rs 57.85% <0.00%> (-0.09%) ⬇️
tests/all.rs 99.57% <0.00%> (+<0.01%) ⬆️
src/header.rs 71.45% <0.00%> (+6.74%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 748fee5...5e78ba4. Read the comment docs.

@estk estk changed the title DRAFT: Fix windows compile error Fix windows compile error May 20, 2022
@dignifiedquire
Copy link
Owner

fixed in #50

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.

3 participants