← Back to team overview

configglue team mailing list archive

Re: [Merge] lp:~ricardokirkner/configglue/declarative-syntax into lp:configglue

 

Wouldn't it be easier to just merge resulting _sections dictionaries instead of digging out all the information from classes?

Something like:
 - run superclass's configuration definition code, which creates internal structures (_sections?),
 - run current class configuration definition code but save it to different structure,
 - merge resulting structures.

This should be simpler and require less usage of __class__ and __mro__ attributes.
-- 
https://code.launchpad.net/~ricardokirkner/configglue/declarative-syntax/+merge/55003
Your team Configglue developers is requested to review the proposed merge of lp:~ricardokirkner/configglue/declarative-syntax into lp:configglue.



References