I used to compile an app with Oxygen + JSON + HTTP + StructUtils using PackageCompiler on Julia 1.9. I tried to upgrade my workflow to 1.12 but I am now encountering the following issue:
ERROR: LoadError: UndefVarError: `##meta#60` not defined in `Base.Docs`
Stacktrace:
[1] meta(?::Module; ?::Bool)
@ Base.Docs C:\Users\xvries\AppData\Local\Temp\jl_OgmZAH\sys.dll:-1
[2] _doc(?::Base.Docs.Binding, ?::Type)
@ Base.Docs C:\Users\xvries\AppData\Local\Temp\jl_OgmZAH\sys.dll:-1
[3] top-level scope
@ C:\Users\xvries\.julia\packages\StructUtils\BDA5D\src\StructUtils.jl:151
Issue seems to be related to the @doc macro. In the doc I found this in the @doc documentation:
Could this cause the issue?
I used to compile an app with Oxygen + JSON + HTTP + StructUtils using PackageCompiler on Julia 1.9. I tried to upgrade my workflow to 1.12 but I am now encountering the following issue:
Issue seems to be related to the
@docmacro. In the doc I found this in the@docdocumentation:Could this cause the issue?