Commit 2a5930a
Fix a bug in
`stack` does not require that the inner iterator defines `axes`, but the
code to assemble an error message assumed this.
Found here:
https://discourse.julialang.org/t/reduce-hcat-is-type-unstable/112800/3stack's DimensionMismatch error message (JuliaLang#54033)1 parent 48c0d0a commit 2a5930a
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3007 | 3007 | | |
3008 | 3008 | | |
3009 | 3009 | | |
3010 | | - | |
| 3010 | + | |
3011 | 3011 | | |
3012 | 3012 | | |
3013 | 3013 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1784 | 1784 | | |
1785 | 1785 | | |
1786 | 1786 | | |
| 1787 | + | |
| 1788 | + | |
| 1789 | + | |
1787 | 1790 | | |
1788 | 1791 | | |
1789 | 1792 | | |
| |||
0 commit comments