metafacture / metafacture-fix

Work in progress towards an implementation of the Fix language for Metafacture
Apache License 2.0
6 stars 2 forks source link

Revise map handling #279

Open blackwinter opened 1 year ago

blackwinter commented 1 year ago

Investigate whether to unify put_*map() into put_map() with map type determined by file extension or explicit type parameter (and allow implicit lookup() with the same logic) or migrate put_*map() (and lookup() with named maps) to Catmandu's store concept (see also lookup_in_store()).

_Originally posted by @blackwinter in https://github.com/metafacture/metafacture-fix/pull/229#discussion_r1069383523_