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

resolve fs_resolve_path; allow appending to null from s_append; #43

Merged
merged 1 commit into from
Jun 12, 2020

Conversation

barrust
Copy link
Owner

@barrust barrust commented Jun 12, 2020

resolves #42

@codecov
Copy link

codecov bot commented Jun 12, 2020

Codecov Report

Merging #43 into master will increase coverage by 0.07%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #43      +/-   ##
==========================================
+ Coverage   97.10%   97.17%   +0.07%     
==========================================
  Files          10       10              
  Lines        1587     1594       +7     
==========================================
+ Hits         1541     1549       +8     
+ Misses         46       45       -1     
Impacted Files Coverage Δ
src/fileutils.c 93.47% <100.00%> (+0.24%) ⬆️
src/stringlib.c 99.44% <100.00%> (+<0.01%) ⬆️

@barrust barrust merged commit 3b67ce6 into master Jun 12, 2020
@barrust barrust deleted the feature/resolve-path branch June 12, 2020 12:23
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.

fs_resolve_path() fails on same directory filename
1 participant