You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to be compatible with Julia's Long Term Support (LTS) version 1.6.
I think the main obstacle at the moment is the use of the destructuring syntax (; a, b) = x, which was introduced in Julia 1.7. Shouldn't be hard to fix, and the test CI needs to be updated too.
The text was updated successfully, but these errors were encountered:
Debatable. The main reason is that it is the current LTS version, which means some careful companies might only want to use this one for fear of running into issues
It would be nice to be compatible with Julia's Long Term Support (LTS) version 1.6.
I think the main obstacle at the moment is the use of the destructuring syntax
(; a, b) = x
, which was introduced in Julia 1.7. Shouldn't be hard to fix, and the test CI needs to be updated too.The text was updated successfully, but these errors were encountered: