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 various issues with Unicode paths on Windows #265

Merged
merged 6 commits into from
Aug 7, 2020

Conversation

gaborcsardi
Copy link
Member

Closes #261, #262, #263, #264.

In R. Since the C side already expects UTF-8, this
should fix a lot of issues.
Linux needs mode argument as well.
@codecov-commenter
Copy link

codecov-commenter commented Aug 7, 2020

Codecov Report

Merging #265 into master will decrease coverage by 1.74%.
The diff coverage is 20.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #265      +/-   ##
==========================================
- Coverage   65.95%   64.21%   -1.75%     
==========================================
  Files          36       37       +1     
  Lines        3231     3367     +136     
==========================================
+ Hits         2131     2162      +31     
- Misses       1100     1205     +105     
Impacted Files Coverage Δ
src/tools/pxu.c 18.11% <18.11%> (ø)
src/tools/px.c 58.26% <36.36%> (-0.08%) ⬇️
R/initialize.R 86.31% <100.00%> (+0.29%) ⬆️
R/run.R 83.24% <0.00%> (+1.11%) ⬆️

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 25a70b1...8eb0a9f. Read the comment docs.

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.

Help with "Error in rethrow_call"
2 participants