JuliaDynamics / Agents.jl

Agent-based modeling framework in Julia
https://juliadynamics.github.io/Agents.jl/stable/
MIT License
710 stars 114 forks source link

`@finalise_patterns` not defined impacting @dispatch use in rabbit-fox-hawk example #1052

Closed CassieSpeakman closed 1 week ago

CassieSpeakman commented 1 week ago

ERROR: LoadError: UndefVarError: @finalize_patterns not defined in expression starting at C:\Users\User.julia\packages\DynamicSumTypes\Yw6vy\src\Pattern.jl:65

This is impacting "@dispatch function animal_step!" in rabbit-fox-hawk example code.

Agents.jl version 6.0

Tortar commented 1 week ago

Thanks for the report, I have fixed it in the dependency package, so if you remove Agents and re-add it more or less 30 minutes from now it should be okay