Skip to content

Add to_vec(CartesianIndex)#197

Merged
mzgubic merged 4 commits intomainfrom
mz/cartesianindex
Nov 24, 2021
Merged

Add to_vec(CartesianIndex)#197
mzgubic merged 4 commits intomainfrom
mz/cartesianindex

Conversation

@mzgubic
Copy link
Member

@mzgubic mzgubic commented Nov 24, 2021

Closes #196

test/to_vec.jl Outdated
end

@testset "CartesianIndex" begin
test_to_vec(CartesianIndex(1); check_inferred=false)
Copy link
Member

Choose a reason for hiding this comment

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

Is it obvious why this doesn't infer?

Copy link
Member Author

Choose a reason for hiding this comment

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

I can't reproduce the inference failure any more 🤷

Copy link
Member

@willtebbutt willtebbutt left a comment

Choose a reason for hiding this comment

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

LGTM assuming the last bit of CI passes.

@mzgubic mzgubic merged commit 178cfb5 into main Nov 24, 2021
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.

to_vec should make an empty vector for CartesianIndex

2 participants