JuliaGizmos / Blink.jl

Web-based GUIs for Julia
Other
355 stars 74 forks source link

Remove dependency on Lazy.jl #323

Closed pdeffebach closed 1 month ago

pdeffebach commented 1 month ago

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.

simsurace commented 1 month ago

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