Re: [RFC PATCH v3 1/3] scripts: add kconfirm
From: Miguel Ojeda
Date: Sun May 17 2026 - 05:31:21 EST
On Sun, May 17, 2026 at 9:32 AM Demi Marie Obenour
<demiobenour@xxxxxxxxx> wrote:
>
> Using a ton of vendored dependencies would make for unreviewable
> patches.
I am referring to `cargo vendor` here, not to copying in-tree -- we
already discussed that in previous versions.
Please note that I was arguing for avoiding actual vendoring in
previous versions...
> I'm the one who suggested using FFI here and for command-line parsing.
> The command-line interface would also work.
Yes, I suggested the CLI in v1, and then you mentioned the library in v2.
Cheers,
Miguel