JuliaPackaging / Requires.jl

Lazy code loading for Julia
Other
195 stars 28 forks source link

Use cached content in @ include only as a fallback #92

Closed c42f closed 3 years ago

c42f commented 3 years ago

This reverts to using the normal include() mechanism in @-require, and only falling back to the macro expansion-time include_string if the file doesn't exist at runtime.

I think this implements the last changes requested in #85

timholy commented 3 years ago

Thanks @c42f!