Skip to content

Fix errors with Julia 1.3#22

Merged
jkrumbiegel merged 1 commit into
jkrumbiegel:masterfrom
devmotion:dw/julia13
Aug 21, 2021
Merged

Fix errors with Julia 1.3#22
jkrumbiegel merged 1 commit into
jkrumbiegel:masterfrom
devmotion:dw/julia13

Conversation

@devmotion
Copy link
Copy Markdown
Contributor

This PR fixes an error with Julia 1.3 (MakieOrg/Makie.jl#1244 (comment)). I don't think there's any harm with using first instead of only since it is already ensured that this branch is only reached if the array contains only a single element. I also corrected the Julia lower bound to 1.3 since older versions are not supported (GeometryBasics 0.4.1 requires Julia 1.3).

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Aug 21, 2021

Codecov Report

Merging #22 (c10dd9d) into master (b514330) will increase coverage by 0.60%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #22      +/-   ##
==========================================
+ Coverage   87.00%   87.61%   +0.60%     
==========================================
  Files          10       10              
  Lines        1170     1171       +1     
==========================================
+ Hits         1018     1026       +8     
+ Misses        152      145       -7     
Impacted Files Coverage Δ
src/gridlayout.jl 94.19% <100.00%> (+0.28%) ⬆️
src/GridLayoutBase.jl 100.00% <0.00%> (ø)
src/layout_engine.jl 85.71% <0.00%> (+3.96%) ⬆️

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 b514330...c10dd9d. Read the comment docs.

@jkrumbiegel jkrumbiegel merged commit 22c9f4f into jkrumbiegel:master Aug 21, 2021
@devmotion devmotion deleted the dw/julia13 branch August 21, 2021 21:27
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