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
make termination reason serialization match valuable (#845)
The termination reason Valuable "serialization" differs from the serde
serialization. Let's make them match each other to avoid confusion.
<!-- ELLIPSIS_HIDDEN -->
----
> [!IMPORTANT]
> Aligns `TerminationReason` serialization in
`plane/src/types/backend_state.rs` to match `valuable` and `serde`
formats.
>
> - **Behavior**:
> - Aligns `valuable::Valuable` serialization of `TerminationReason`
with `serde` serialization.
> - Changes string representations: `key_expired` to `keyexpired`,
`startup_timeout` to `startuptimeout`, `internal_error` to
`internalerror` in `TerminationReason`.
> - **Files**:
> - Modifies `plane/src/types/backend_state.rs` to update `Valuable`
implementation for `TerminationReason`.
>
> <sup>This description was created by </sup>[<img alt="Ellipsis"
src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=jamsocket%2Fplane&utm_source=github&utm_medium=referral)<sup>
for 3e5fbd8. It will automatically
update as commits are pushed.</sup>
<!-- ELLIPSIS_HIDDEN -->
0 commit comments