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
{{ message }}
This repository was archived by the owner on May 15, 2023. It is now read-only.
The implementation of Operation is currently quite a mess. I'd like to instead clean up the internals so that it makes more sense. The main points of this issue are:
The implementation of
Operationis currently quite a mess. I'd like to instead clean up the internals so that it makes more sense. The main points of this issue are:Operationto it's own header so that we can de-clutterOperation.h(MoveOperationto a separate header #582)Operationthat doesn't use a variant. (Introduce alternative data representation for operation data #585)This should mean that it's easier to make changes that involve
Operationin the future.