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

context not properly injected into declarative hooks #171

Open robcxyz opened 1 year ago

robcxyz commented 1 year ago

Per title, in create_function_model, the contexts are not being injected into the hook so when it is called from run_declarative_hook, it does not have the context as one would expect.