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

re-support the UUID lookup

Open johnnychen94 opened this issue 3 years ago • 0 comments

We used to have @lazy import ImageCore stuff without uuid, and now it's @lazy import ImageCore = "uuid-of-imagecore" because the one argument identify_package("ImageCore") ruins the package compilation. https://github.com/JuliaLang/julia/pull/45287#discussion_r873871094

Might be worth trying if the two-argument version satisfies our need so that we can still use the convenient @lazy import ImageCore syntax.

johnnychen94 avatar May 16 '22 16:05 johnnychen94