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
versioninfo: simplify, improve type stability (#1274)
Change the `env_var_names` local from `Vector{Any}` to
`Vector{Vector{String}}`.
This should prevent some sysimage invalidation that happens on 64-bit
Windows when running:
```julia
struct I <: Integer end
function Base.:(<<)(::I, ::Int) end
```
0 commit comments