julia
232ee11f
- Fix ~370 invalidations from Expr(:ncat, ...) pretty-printing (#41877)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
4 years ago
Fix ~370 invalidations from Expr(:ncat, ...) pretty-printing (#41877) These get invalidated by loading Static.jl, specifically the method ``` Base.convert(::Type{T}, ::StaticInt{N}) where {T<:Number,N} = convert(T, N) ```
References
#41877 - Fix ~370 invalidations from Expr(:ncat, ...) pretty-printing
Author
timholy
Parents
be94c9c4
Loading