Roboy / ravestate

✨ Ravestate is Roboy's reactive dialogue state library.
http://roboy.github.io/ravestate
BSD 3-Clause "New" or "Revised" License
25 stars 7 forks source link

Catch type mismatch in constraint operators #149

Open josephbirkner opened 4 years ago

josephbirkner commented 4 years ago

Currently, using | or & with a Signal/Conjunction/Disjunction and something other than Signal/Conjunction/Disjunction fails silently. This should throw a fatal error, since it usually indicates a typo that will lead to unexpected behavior.