sudoblockio / tackle

Tackle is a programmable configuration language for building modular utilities, code generators, and CLIs with schema validation baked in.
Apache License 2.0
52 stars 2 forks source link

Loops of map in declarative hook field bug #168

Closed robcxyz closed 11 months ago

robcxyz commented 1 year ago

This is splitting up the string ordereddict([... which should never happen

<-:
  field:
    k1: v1
    k2: v2
  call->: var "{{item}}" --for field
robcxyz commented 11 months ago

This will not work because field hook calls have no context of the fields previously parsed.