databio / markmeld

A Python package for melding markdown content and YAML structured data
https://markmeld.databio.org
BSD 2-Clause "Simplified" License
5 stars 2 forks source link

inherit from multiple is broken #15

Closed nsheff closed 1 year ago

nsheff commented 1 year ago

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.