[pve-devel] [PATCH installer 4/6] tui, common: move network option tests to correct crate
Thomas Lamprecht
t.lamprecht at proxmox.com
Fri Apr 4 14:54:00 CEST 2025
Am 27.03.25 um 16:17 schrieb Christoph Heiss:
> The `NetworkOptions` struct was moved here in
>
> 5362c05cd ("common: copy common code from tui-installer")
>
> and
>
> 86c48f76f ("tui: switch to common crate")
>
> but the tests were forgotten at the original place.
>
> No functional changes.
>
> Signed-off-by: Christoph Heiss <c.heiss at proxmox.com>
> ---
> proxmox-installer-common/Cargo.toml | 3 +
> proxmox-installer-common/src/options.rs | 88 +++++++++++++++++++++++
> proxmox-tui-installer/Cargo.toml | 3 -
> proxmox-tui-installer/src/options.rs | 93 -------------------------
> 4 files changed, 91 insertions(+), 96 deletions(-)
>
this one needs to be rebased due to changes in the context, a quick
resolution caused a compile failure, probably just due to a error on
my side on resolution. Then you could also re-send patch 6/6 as base64
encoded (git send-email --transfer-encoding=base64 ..)
More information about the pve-devel
mailing list