Commit 616e8fc
Remove similar(::VectorOfArray, ::Integer) to eliminate 469-child invalidation
This method conflicted with AbstractArray's similar(a, dims...) contract
and caused 469 invalidation children. Users should use standard
similar(VA, T, dims) or construct VectorOfArrays directly.
Invalidation trees: 4 → 3 (and 0 from AbstractVectorOfArray itself —
all 3 remaining are pre-existing from ArrayPartition/NamedArrayPartition)
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 1dfc71c commit 616e8fc
2 files changed
Lines changed: 4 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1074 | 1074 | | |
1075 | 1075 | | |
1076 | 1076 | | |
1077 | | - | |
1078 | | - | |
1079 | | - | |
1080 | | - | |
1081 | | - | |
1082 | | - | |
1083 | | - | |
1084 | | - | |
1085 | | - | |
| 1077 | + | |
1086 | 1078 | | |
1087 | 1079 | | |
1088 | 1080 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| 163 | + | |
163 | 164 | | |
164 | | - | |
165 | | - | |
| 165 | + | |
| 166 | + | |
166 | 167 | | |
167 | 168 | | |
168 | 169 | | |
| |||
0 commit comments