Abcbc / CAS

0 stars 0 forks source link

override parameter/internal of Rules on per-key-basis #21

Open llueder opened 5 years ago

llueder commented 5 years ago

Currently, if parameters or internals are provided, all of them must be defined. Sometimes one wants to specify only parts of them and use defaults or generate values for the others.

Proposal: Fail if a key is not in the given (overriding) dict to prevent mistakes, but use only those which are not None

should be addresed after #16 #17 #20 are merged