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
The order of arguments for convert is the opposite of Julia. Is there a plan to switch them?
I know this would be a major breaking change, but perhaps it's worth it for the long term?
My rec would be to make a konvert function that has the current argument order, make is so that registering with convert also registers with konvert, then add a migration guide to the docs. Libraries can then do find/replace for c->konvert( for an easy time while fully migrating.
The text was updated successfully, but these errors were encountered:
nstarman
changed the title
Plan for switching argument order of convert
Plan for switching argument order of convert?
Jul 18, 2024
The order of arguments for
convert
is the opposite of Julia. Is there a plan to switch them?I know this would be a major breaking change, but perhaps it's worth it for the long term?
My rec would be to make a
konvert
function that has the current argument order, make is so that registering withconvert
also registers withkonvert
, then add a migration guide to the docs. Libraries can then do find/replace forc->konvert(
for an easy time while fully migrating.The text was updated successfully, but these errors were encountered: