Tables.jl icon indicating copy to clipboard operation
Tables.jl copied to clipboard

Switch to effects system from `@pure` on 1.9?

Open ericphanson opened this issue 2 years ago • 0 comments

Since @pure is a no-op after https://github.com/JuliaLang/julia/pull/44776. See the docs for @assume_effects. Can also use Base.@infer_effects to see if it’s needed (https://github.com/JuliaLang/julia/pull/44785).

ericphanson avatar Apr 12 '22 00:04 ericphanson