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
I'm not sure whether it makes more sense here or in Static.jl, but I'd think there should be code somewhere to make this work:
julia>static(∞)
ERROR: There is no static alternative for type Infinities.Infinity.
Stacktrace:
[1] error(s::String)
@ Base ./error.jl:33
[2] _no_static_type(x::Any)
@ Static ~/.julia/packages/Static/2w1BY/src/Static.jl:85
[3] static(x::Infinities.Infinity)
@ Static ~/.julia/packages/Static/2w1BY/src/Static.jl:70
[4] top-level scope
@ REPL[6]:1
The text was updated successfully, but these errors were encountered:
I'm not sure whether it makes more sense here or in Static.jl, but I'd think there should be code somewhere to make this work:
The text was updated successfully, but these errors were encountered: