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

Remove includet

Open PingoLee opened this issue 7 months ago • 3 comments

I'm trying to use PrecompileTools in my Genie application and because of this, I replaced the Revise.includet. However, I got this message when I tried to precompile: ERROR: Evaluation into the closed module `Loader` breaks incremental compilation because the side effects will not be permanent. This is likely due to some other module mutating `Loader` with `eval` during precompilation - don't do this

Is there any way to replace eval calls in Genie?

I'm try do this in https://github.com/PingoLee/LinkSUS

PingoLee avatar Jul 11 '24 13:07 PingoLee