Re: [PATCH] argparse: enable code to be compiled with MSVC compiler

2024-11-19 Thread Thomas Monjalon
13/11/2024 01:30, fengchengwen: > On 2024/11/13 6:48, Andre Muezerie wrote: > > The issues that were preventing argparser from getting compiled with > > MSVC were fixed, so now it should not be excluded from the > > compilation anymore. > > > > Signed-off-by: Andre Muezerie > > Acked-by: Chengwe

Re: [PATCH] argparse: enable code to be compiled with MSVC compiler

2024-11-15 Thread David Marchand
On Tue, Nov 12, 2024 at 11:48 PM Andre Muezerie wrote: > > The issues that were preventing argparser from getting compiled with > MSVC were fixed, so now it should not be excluded from the > compilation anymore. Just to be sure, it relates to fixes of bz 1409, right? It's cool no new regression

Re: [PATCH] argparse: enable code to be compiled with MSVC compiler

2024-11-12 Thread fengchengwen
Acked-by: Chengwen Feng On 2024/11/13 6:48, Andre Muezerie wrote: > The issues that were preventing argparser from getting compiled with > MSVC were fixed, so now it should not be excluded from the > compilation anymore. > > Signed-off-by: Andre Muezerie > --- > lib/argparse/meson.build | 6 --

[PATCH] argparse: enable code to be compiled with MSVC compiler

2024-11-12 Thread Andre Muezerie
The issues that were preventing argparser from getting compiled with MSVC were fixed, so now it should not be excluded from the compilation anymore. Signed-off-by: Andre Muezerie --- lib/argparse/meson.build | 6 -- 1 file changed, 6 deletions(-) diff --git a/lib/argparse/meson.build b/lib/