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

=use HTTP.jl for name resolution #26

Merged
merged 4 commits into from
Jan 29, 2018
Merged

=use HTTP.jl for name resolution #26

merged 4 commits into from
Jan 29, 2018

Conversation

oxinabox
Copy link
Owner

Alternate solution to #21 , should be more cross-system happy than #22 though it adds a medium-weight dependency.

I think in the future,
it might be good to make file naming the responsibility of the fetch_method,
and then define a download method using HTTP, that does this naming stuff using the GET header-info.

@codecov-io
Copy link

codecov-io commented Jan 29, 2018

Codecov Report

Merging #26 into master will increase coverage by 3.91%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #26      +/-   ##
=========================================
+ Coverage   55.89%   59.8%   +3.91%     
=========================================
  Files           9       9              
  Lines         229     209      -20     
=========================================
- Hits          128     125       -3     
+ Misses        101      84      -17
Impacted Files Coverage Δ
src/DataDeps.jl 73.91% <ø> (ø) ⬆️
src/filename_solving.jl 100% <100%> (+51.51%) ⬆️

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 0b8a984...e41bd57. Read the comment docs.

@oxinabox oxinabox merged commit 3f4bd1c into master Jan 29, 2018
@oxinabox oxinabox deleted the ox/http branch November 8, 2018 14:38
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.

None yet

2 participants