Skip to content

Distinguish wildcards and empty sets in targets

Instead of considering both None and empty sets as wildcard values when used as the various components of targets (kpet.data.Target), consider only None as the wildcard value, and allow specifying empty sets as target components.

This would allow expressing the (default) situation of no extra build components specified to kpet. Otherwise the default situation could only be all extra components.

Merge request reports