https://github.com/JuliaLang/julia
Revision 678d57dbe78d2f934368174815fcb562a1ae0d0a authored by Keno Fischer on 07 July 2020, 05:38:50 UTC, committed by KristofferC on 10 July 2020, 19:06:49 UTC
The issue here is passing a `Vargarg` to `precise_container_type`, which
doesn't really make sense. Instead, we need to have the caller unwrap
the vararg, request the precise container type of the inner type and
then re-wrap the answer in a vararg.

(cherry picked from commit 63179af92cecbc575617648106e5b2f65f267c92)
1 parent 5d4b603
Raw File
Tip revision: 678d57dbe78d2f934368174815fcb562a1ae0d0a authored by Keno Fischer on 07 July 2020, 05:38:50 UTC
Fix #36531 - Error in abstract_iteration (#36532)
Tip revision: 678d57d
VERSION
1.5.0-rc1
back to top