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
Currently the Advice type used in the frontend comes from the middleware, which exposes the phase as a u8. In order to hide this from the user we need to have copy of the Advice type internal to the frontend with a sealed phase.
Probably this means also brining duplicates for Fixed, Instance, ColumnType and Any into the frontend. After this, the corresponding types in the middleware can be greatly simplified.
Currently the
Advice
type used in the frontend comes from the middleware, which exposes the phase as au8
. In order to hide this from the user we need to have copy of theAdvice
type internal to the frontend with a sealed phase.Probably this means also brining duplicates for
Fixed
,Instance
,ColumnType
andAny
into the frontend. After this, the corresponding types in the middleware can be greatly simplified.Blocked by #290
The text was updated successfully, but these errors were encountered: