Re: [PATCH] scripts: dump stdin on meson-buildoptions error

2025-02-28 Thread Patrick Venture
On Fri, Feb 28, 2025 at 2:26 AM Paolo Bonzini wrote: > > Dump sys.stdin when it errors on meson-buildoptions.py, letting us debug > > the build errors instead of just saying "Couldn't parse" > > Sure, why not. :) Queued the patch, it should go into 10.0. > Thanks! we kept seeing this because we

Re: [PATCH] scripts: dump stdin on meson-buildoptions error

2025-02-28 Thread Paolo Bonzini
> Dump sys.stdin when it errors on meson-buildoptions.py, letting us debug > the build errors instead of just saying "Couldn't parse" Sure, why not. :) Queued the patch, it should go into 10.0. Paolo

[PATCH] scripts: dump stdin on meson-buildoptions error

2025-02-27 Thread Patrick Venture
From: Nabih Estefan Dump sys.stdin when it errors on meson-buildoptions.py, letting us debug the build errors instead of just saying "Couldn't parse" Signed-off-by: Nabih Estefan Signed-off-by: Patrick Venture --- scripts/meson-buildoptions.py | 10 -- 1 file changed, 8 insertions(+),