Releases: mind6/Inherit.jl
Releases · mind6/Inherit.jl
updated for Julia 1.10
Now works with Julia 1.10's stricter pre-compilation. Specifically stub methods are no longer created or deleted during pre-compilation phase. This process has been moved to the user module's __init__()
.