-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
These tests
FixedSizeArrays.jl/test/runtests.jl
Lines 149 to 150 in 91d43bf
| test_inferred(collect_as, return_type, (FixedSizeArray{Int}, iter)) | |
| test_inferred(collect_as, return_type, (FixedSizeVector{Int}, iter)) |
Also in both v1.12 and v1.13 this one
FixedSizeArrays.jl/test/runtests.jl
Line 544 in 91d43bf
| test_inferred_noalloc(reshape, T, (a, shape2...)) |
Finally,
FixedSizeArrays.jl/test/runtests.jl
Line 624 in 91d43bf
| test_inferred(collect_as, FSA{E,dim_count}, (T, iterator)) |
FixedSizeArrays.jl/test/runtests.jl
Line 638 in 91d43bf
| test_inferred(collect_as, FSA{Float64,dim_count}, (T, iterator)) |
@nsajko I believe you introduced all these tests, would you please be able to have a look? It's probable these are upstream issues in Julia, but it'd be good to reduce them and report them. Also, most of these issues are related to the use of Collects.jl. In the meantime I'm marking them as broken in #159.
Metadata
Metadata
Assignees
Labels
No labels