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
ie. offer to manually migrate from a known old version type to a new one. This can be useful if the version was initially an Int, but became a String down the line. Currently, the only way around this would be to have an initializer for the old representation in the new type than evaluates to some deprecated, low-sorting version.
The text was updated successfully, but these errors were encountered:
ie. offer to manually migrate from a known old version type to a new one. This can be useful if the version was initially an
Int
, but became aString
down the line. Currently, the only way around this would be to have an initializer for the old representation in the new type than evaluates to some deprecated, low-sorting version.The text was updated successfully, but these errors were encountered: