thautwarm / MLStyle.jl

Julia functional programming infrastructures and metaprogramming facilities
https://thautwarm.github.io/MLStyle.jl/latest/
MIT License
404 stars 39 forks source link

Julia 1.7 Compat #134

Closed rodinalex closed 2 years ago

rodinalex commented 2 years ago

When trying to compile MLStyle on Julia 1.7, I get ERROR: LoadError: type DataType has no field mutable. It appears that the issue has been addressed by one of the contributors. Is there a plan to have a patch release any time soon? MLStyle is an excellent package and my package relies on it so it would be great to have the functionality back

thautwarm commented 2 years ago

Hello, MLStyle 0.4.10 fixes this issue.

(@v1.7) pkg> add MLStyle@0.4.10

Did the default installation give you another version of MLStyle?

rodinalex commented 2 years ago

Hi, Thank you so much for the swift response! I put a minimum version restriction for MLStyle to ≥0.4.10 in my Project.toml and it appears to work now. I didn't realise that the patch added after the version release was applied to the version. I apologise for the confusion and thank you again for the amazing work!