JuliaGizmos/Blink.jl

Remove dependency on Lazy.jl

Closed this issue · 1 comments

Lazy.jl commits some type piracy. See this discourse thread. It also doesn't appear to be maintained. Also see source code here.

I don't know the extent of how Blink.jl uses Lazy.jl, though. But it seems worth flagging.

Its only Lazy.@init and Lazy.@errs, I opened a PR to remove it and replaced these two macros.