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 Julia 1.0 support #109

Merged
merged 2 commits into from
Jan 20, 2021
Merged

Fix Julia 1.0 support #109

merged 2 commits into from
Jan 20, 2021

Conversation

omus
Copy link
Member

@omus omus commented Jan 20, 2021

The isnothing function isn't defined on Julia 1.0. The CI unfortunately wasn't testing against Julia 1.0 as using the number 1.0 in GitHub actions resolves to the latest version of Julia 1 (1.011.5.3) where as using the string "1.0" works as expected ("1.0""1.0.5").

@omus
Copy link
Member Author

omus commented Jan 20, 2021

continuous-integration/travis-ci Expected — Waiting for status to be reported

Appears that the Travis CI integration also needs to be disabled for this project.

@codecov
Copy link

codecov bot commented Jan 20, 2021

Codecov Report

Merging #109 (4590d29) into master (86e6ca6) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #109   +/-   ##
=======================================
  Coverage   83.82%   83.82%           
=======================================
  Files          12       12           
  Lines        1478     1478           
=======================================
  Hits         1239     1239           
  Misses        239      239           
Impacted Files Coverage Δ
src/scanner.jl 83.42% <100.00%> (ø)

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 86e6ca6...4590d29. Read the comment docs.

@christopher-dG christopher-dG merged commit de8dbf3 into master Jan 20, 2021
@christopher-dG christopher-dG deleted the cv/julia-1.0-support branch January 20, 2021 18:19
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.

4 participants