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

Default fields are not validated in declarative hooks #152

Open robcxyz opened 1 year ago

robcxyz commented 1 year ago
gen<-:
  all_languages:
    type: list
    default: foo 

This passes and it should error when the hook's field is assigned