aseba-community / thymio-vpl2

Next generation VPL for Thymio using Qt Quick from Qt 5.x
GNU Lesser General Public License v3.0
2 stars 5 forks source link

No error is produced when a row has no event #75

Closed stephanemagnenat closed 7 years ago

stephanemagnenat commented 7 years ago

Since the compiler has been refactored, no error is produced when a row has no event. Hence the semantics of executing the line is unclear. Is it always executed? Never? When the state is entered?

stephanemagnenat commented 7 years ago

A good way to handle this from a user interaction point of view would be similar to VPL1, saying "missing event" or "missing action", and highlighting the slot in question.