You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Base.incomplete_tag: deduplicate code and typeassert (JuliaLang#57984)
The code deduplication should enable `a` to be inferred as `String` in
the branch after the `a isa String` check.
Also added some `::Symbol` (concrete) typeasserts just in case, because
this is recursive code so more demanding for inference.
Should improve the resistance to invalidation of the sysimage.
0 commit comments