Re: [PATCH v3 0/4] cmd/setexpr: support concatenation of direct strings

2025-02-07 Thread Tom Rini
On Mon, 03 Feb 2025 16:10:25 +0100, Heinrich Schuchardt wrote: > The setexpr.s command allows to concatenate two strings. > > According to the description in doc/usage/cmd/setexpr.rst the parameters > value1 and value2 can be either direct values or pointers to a > memory location holding the val

[PATCH v3 0/4] cmd/setexpr: support concatenation of direct strings

2025-02-03 Thread Heinrich Schuchardt
The setexpr.s command allows to concatenate two strings. According to the description in doc/usage/cmd/setexpr.rst the parameters value1 and value2 can be either direct values or pointers to a memory location holding the values. Unfortunately `setexpr.s + ` fails if any of the values is a direct