Commit 5eddb81
authored
Improve "too many parameters" error (#50539)
I'm still not satisfied with this but
```julia
ERROR: too many parameters for type AbstractTriangular
Stacktrace:
[1] top-level scope
@ REPL[3]:1
```
is slightly better than
```julia
ERROR: too many parameters for type
Stacktrace:
[1] top-level scope
@ REPL[3]:1
```1 parent 3a9345c commit 5eddb81
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1351 | 1351 | | |
1352 | 1352 | | |
1353 | 1353 | | |
1354 | | - | |
1355 | | - | |
| 1354 | + | |
| 1355 | + | |
| 1356 | + | |
| 1357 | + | |
| 1358 | + | |
| 1359 | + | |
1356 | 1360 | | |
1357 | 1361 | | |
1358 | 1362 | | |
| |||
0 commit comments