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
Base.@kwdef is now exported in v1.9. This would remove our Parameters.@with_kw dependency. Note: would need to work around @assert not being supported in Base.@kwdef, so probs not worth the hassle. Related discussion
Uh oh!
There was an error while loading. Please reload this page.
Just opening this to track potential reasons for bumping our minimum supported Julia version from v1.6 to at least v1.9:
Base.@kwdef
is now exported in v1.9. This would remove our Parameters.@with_kw dependency. Note: would need to work around@assert
not being supported inBase.@kwdef
, so probs not worth the hassle. Related discussionParameters.@with_kw
withBase.@kwdef
#61The text was updated successfully, but these errors were encountered: