metaist / inkfill

multi-document template engine
https://metaist.github.io/inkfill/
Other
0 stars 0 forks source link

fix: bad names in name registry #27

Closed metaist closed 10 months ago

metaist commented 11 months ago

Currently, I return the .DEFAULT defined for each named item if you ask for an item that's no in the registry. It should probably fail loudly.

metaist commented 10 months ago

I'm removing the concept of these global .DEFAULT objects too. I've already discovered several typing errors (in both sense) by making this yell loudly.