tackle icon indicating copy to clipboard operation
tackle copied to clipboard

Should be able to merge into declarative hook fields

Open robcxyz opened this issue 1 year ago • 0 comments

this should work:

base<-:
  foo: bar 

buf<-:
  base->: base --merge

But it complains

tackle.exceptions.FunctionCallException: Error parsing input_file='tackle.yaml' at key_path='' 
Error parsing declarative hook field='base'. Must produce an output for the field's default.

robcxyz avatar Apr 25 '23 09:04 robcxyz