echomesh
echomesh copied to clipboard
set command should give better errors.
It should indicate:
- a syntax error:
set light.vis.ins..size = [9, 9]
- if it's a missing or ambiguous variable, the first location where it goes off.
set light.vis.size = [9, 9]
should give an error like "No value "size" in light.visualizer: possible values are".
Also: https://github.com/rec/echomesh/issues/426https://github.com/rec/echomesh/issues/426