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
I thought it was worth discussing the specifics of when to deprecate legacy items, several options I can think of:
Deprecate everything legacy immediately
Deprecate everything legacy in stages (how long between stages? what goes in each stage?)
There is also the question of when/how to remove the legacy items after they have been deprecated and a reasonable amount of time has passed, and what that reasonable amount of time should be.
It might also be worth documenting the decisions to these questions in the readme, so as the information is readily available to users, and then we just need to follow the plan.
The text was updated successfully, but these errors were encountered:
I don't know how crates are going to migrate Gray now. Without the legacy flag it's not possible to swap v08 to v09, and without the Deref trick, the same source code can't be compatible with both.
I thought it was worth discussing the specifics of when to deprecate legacy items, several options I can think of:
There is also the question of when/how to remove the legacy items after they have been deprecated and a reasonable amount of time has passed, and what that reasonable amount of time should be.
It might also be worth documenting the decisions to these questions in the readme, so as the information is readily available to users, and then we just need to follow the plan.
The text was updated successfully, but these errors were encountered: