Open gafter opened 1 year ago
hmm we may need to rollback the changes to static_methods
since julia 1.10 only actually changed hasmethod
.
On current nightly,
with Trickes v0.1.8
this no longer erros
It gives
julia> println(enumerate_ctors_generated(foo))
# 0 methods for type constructor
See also https://github.com/JuliaLang/julia/issues/49982