piever/Widgets.jl

Empty tuple in macro

piever opened this issue · 1 comments

Tuples of symbol are used to access nested components, i.e. (:a, :b, :c) gets turned into observe(wdg[:a][:b][:c]) but for the empty tuple this can lead to hard bugs to catch.

Now empty tuples are preserved