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 abmiguity resolution for change in OffsetArrays.OffsetAxis #6

Merged
merged 1 commit into from
Jul 26, 2020

Conversation

yha
Copy link
Contributor

@yha yha commented Jul 26, 2020

similar(::CircularArray, ::Type, ::UnitRange) broke with JuliaArrays/OffsetArrays.jl#126, because the meaning of OffsetArrays.OffsetAxis changed. The old OffsetAxis is now called OffsetAxisKnownLength.

@codecov
Copy link

codecov bot commented Jul 26, 2020

Codecov Report

Merging #6 into master will not change coverage.
The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #6   +/-   ##
=======================================
  Coverage   73.68%   73.68%           
=======================================
  Files           1        1           
  Lines          19       19           
=======================================
  Hits           14       14           
  Misses          5        5           
Impacted Files Coverage Δ
src/CircularArrays.jl 73.68% <0.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 e480388...9574dd0. Read the comment docs.

@Vexatos
Copy link
Owner

Vexatos commented Jul 26, 2020

Once again, thank you very much.

@Vexatos Vexatos merged commit f00ae95 into Vexatos:master Jul 26, 2020
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.

2 participants