Describe the bug
Precompilation fails on simple examples which uses @agent Zombie OSMAgent
Minimal Working Example
- Generate a new package
TestAgents
- Replace TestAgents.jl with:
module TestAgents
using Agents
@agent Zombie OSMAgent begin
infected::Bool
end
end # module
Then try using TestAgents
Agents.jl version
Agents v4.0.4
Julia 1.5.3