Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix range(start; stop, length) on Julia 1.7 #29

Merged
merged 4 commits into from
Jan 15, 2021
Merged

Fix range(start; stop, length) on Julia 1.7 #29

merged 4 commits into from
Jan 15, 2021

Conversation

sostock
Copy link
Owner

@sostock sostock commented Jan 15, 2021

Tests for the new range signatures (with start as optional kwarg) are also added.

@codecov-io
Copy link

codecov-io commented Jan 15, 2021

Codecov Report

Merging #29 (6fb4953) into master (a977167) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #29   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines          208       209    +1     
=========================================
+ Hits           208       209    +1     
Impacted Files Coverage Δ
src/HalfIntegers.jl 100.00% <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 a977167...6fb4953. Read the comment docs.

@sostock sostock merged commit 3c83245 into master Jan 15, 2021
@sostock sostock deleted the range1.7 branch January 15, 2021 13:55
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants