If you inherit_from two targets, the first one seems to be overwritten.
Instead, it should load them in order, with later ones overwriting.
This is different from #14, which is referring to recursing (one target inherits another, which inherits another). This is a target that inherits from 2 separate targets in parallel, which is broken.
If you
inherit_from
two targets, the first one seems to be overwritten.Instead, it should load them in order, with later ones overwriting.
This is different from #14, which is referring to recursing (one target inherits another, which inherits another). This is a target that inherits from 2 separate targets in parallel, which is broken.