timothyrenner / svl

A declarative language for dashboards and reports
https://timothyrenner.github.io/svl
MIT License
8 stars 1 forks source link

SPLIT BY with a LABEL throws a stack trace #47

Closed timothyrenner closed 5 years ago

timothyrenner commented 5 years ago

The compiler shouldn't throw exceptions, it should present syntax errors.

timothyrenner commented 5 years ago

The grammar now accepts labels on SPLIT BY axes (though it's a no-op), so this isn't an issue any more.