Skip to content

Drop Julia 0.6 #41

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

Closed
wants to merge 5 commits into from
Closed

Drop Julia 0.6 #41

wants to merge 5 commits into from

Conversation

mdpradeep
Copy link
Contributor

No description provided.

@codecov-io
Copy link

codecov-io commented Aug 7, 2018

Codecov Report

Merging #41 into master will increase coverage by 90.9%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #41      +/-   ##
========================================
+ Coverage    9.09%   100%   +90.9%     
========================================
  Files           2      1       -1     
  Lines          11      1      -10     
========================================
  Hits            1      1              
+ Misses         10      0      -10
Impacted Files Coverage Δ
src/lC_common_h.jl 100% <ø> (ø) ⬆️

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 94c22f4...523bb0a. Read the comment docs.

@omus omus changed the title Fix depwarns Drop Julia 0.6 Aug 9, 2018
Pkg.dir("WinRPM","deps","usr","$(Sys.ARCH)-w64-mingw32","sys-root","mingw","bin","libcurl-4")
else
"libcurl"
end

include("lC_curl_h.jl")

curl_easy_setopt(handle, opt, ptrval::Array) = ccall((:curl_easy_setopt, libcurl), CURLcode, (Ptr{CURL}, CURLoption, Ptr{Void}), handle, opt, pointer(ptrval))
curl_easy_setopt(handle, opt, ptrval::Array) = ccall((:curl_easy_setopt, libcurl), CURLcode, (Ptr{CURL}, CURLoption, Ptr{Nothing}), handle, opt, pointer(ptrval))
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think all the changes to Nothing should be Cvoid

- 0.4
- 0.5
- 0.6
- 0.7
- nightly
Copy link
Collaborator

Choose a reason for hiding this comment

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

Should also test against 1.0

@omus
Copy link
Collaborator

omus commented Aug 10, 2018

Thanks for the contribution. We'll be continuing with 1.0 compatibility in #42

@omus omus closed this Aug 10, 2018
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