Skip to content

Merging for nested dictionaries defined in root #190

Description

@lukaszachy

Based on the promises of Elasticity and Merging I'd expect this fmf file (either main.fmf or arbitrary name in the fmf root)

a+:
  b+:
    c: d

to produce 'a': {'b': {'c': 'd'} dictionary. However currently 'a+' and 'b+' is kept as key names.

Also the

foo: bar

/child:
    a+:
        b+:
            c: d

keeps 'b+' as key name (the 'a' is correctly named.)

Would be nice if one can use Merging everywhere in the Tree structure.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

  • Status
    backlog
  • Status
    triaged

Relationships

None yet

Development

No branches or pull requests

Issue actions