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
in PR #32016 the class enum was downgraded to an enum to ease the transition from EmberAfStatus to InteractionModel::Status Once the transition is completed switch it back to class enum
Not changing the class enum to an enum would have double the amount of work needed to do the transition on top of preventing breakage of the transition into multiples small PR. We would have had a 1 or 2 humongous PR doing the switch from one status to another.
The text was updated successfully, but these errors were encountered:
in PR #32016 the class enum was downgraded to an enum to ease the transition from
EmberAfStatus
toInteractionModel::Status
Once the transition is completed switch it back to class enumNot changing the class enum to an enum would have double the amount of work needed to do the transition on top of preventing breakage of the transition into multiples small PR. We would have had a 1 or 2 humongous PR doing the switch from one status to another.
The text was updated successfully, but these errors were encountered: