candlecorp / wick

Functional, reactive WebAssembly with a twist
https://candle.dev
Other
471 stars 17 forks source link

Fixed config template rendering for ops defined in triggers #427

Closed jsoverson closed 1 year ago

jsoverson commented 1 year ago

This PR fixes how inline operation configuration templates are rendered. Previously, operations in Triggers defined with configuration blocks were not rendered.

This PR also adds some Builder derivations that were found as gaps during writing a regression test for this issue.