Hi there, I tried to packagecompile a GenieApp which simply fails because Revise cannot be packagecompiled.
It would also be nice in general to don't have Revise in a packagecompiled code, but this bug makes it crucial not to rely on Revise so that packagecompilation works at all.
Optional dependencies in Julia would go via PackageExtensions.
Donwside is that users would need to install Revise next to Genie, but packagecompilation is a big thing for production use, so I think this is worth it.
Hi there, I tried to packagecompile a GenieApp which simply fails because Revise cannot be packagecompiled.
It would also be nice in general to don't have Revise in a packagecompiled code, but this bug makes it crucial not to rely on Revise so that packagecompilation works at all.
Optional dependencies in Julia would go via PackageExtensions.
Donwside is that users would need to install Revise next to Genie, but packagecompilation is a big thing for production use, so I think this is worth it.