Kevin Wolf writes:
> Am 11.01.2024 um 12:45 hat Markus Armbruster geschrieben:
>> Kevin Wolf writes:
>>
>> > Commit ff32bb53 tried to get minimal struct support into the string
>> > output visitor by just making it return "". Unfortunately, it
>> > forgot that the caller will still make more vi
On Tue, Jan 09, 2024 at 07:17:17PM +0100, Kevin Wolf wrote:
> Commit ff32bb53 tried to get minimal struct support into the string
> output visitor by just making it return "". Unfortunately, it
> forgot that the caller will still make more visitor calls for the
> content of the struct.
>
> If the
Am 11.01.2024 um 12:45 hat Markus Armbruster geschrieben:
> Kevin Wolf writes:
>
> > Commit ff32bb53 tried to get minimal struct support into the string
> > output visitor by just making it return "". Unfortunately, it
> > forgot that the caller will still make more visitor calls for the
> > cont
Kevin Wolf writes:
> Commit ff32bb53 tried to get minimal struct support into the string
> output visitor by just making it return "". Unfortunately, it
> forgot that the caller will still make more visitor calls for the
> content of the struct.
>
> If the struct is contained in a list, such as I