Re: [PATCH ndctl] Build: Fix deprecated str.format() usage

2024-05-01 Thread Dave Jiang
On 5/1/24 1:25 PM, Vishal Verma wrote: > From: Dan Williams > > New versions of Meson throw a warning around ndctl's use of > 'str.format': > > WARNING: Broken features used: >* 1.3.0: {'str.format: Value other than strings, integers, bools, options, > dictionaries and lists thereof.'}

Re: [PATCH ndctl] Build: Fix deprecated str.format() usage

2024-05-01 Thread Dan Williams
Vishal Verma wrote: > From: Dan Williams > > New versions of Meson throw a warning around ndctl's use of > 'str.format': > > WARNING: Broken features used: >* 1.3.0: {'str.format: Value other than strings, integers, bools, options, > dictionaries and lists thereof.'} > > Fix this by expl

[PATCH ndctl] Build: Fix deprecated str.format() usage

2024-05-01 Thread Vishal Verma
From: Dan Williams New versions of Meson throw a warning around ndctl's use of 'str.format': WARNING: Broken features used: * 1.3.0: {'str.format: Value other than strings, integers, bools, options, dictionaries and lists thereof.'} Fix this by explicit string concatenation for building p