On Fri Jun 6 12:46:08 2025 +0000, Rémi Bernon wrote:
In that case let's remove the `make_shortname` helper which would not be needed and add something like this to skip p-ifaces in the step1/step2 TYPE_INTERFACE cases:
if (type->signature && !strncmp( type->signature, "pinterface", 10 )) { fprintf( stderr, "Ingoring unsupported %s parameterized interface\n", type->name ); break; }
Done, thanks.