math
incorrect error on logical operations
#6096
Labels
Milestone
math
incorrect error on logical operations
#6096
We've previously decided that the new
math
will not support boolean/logical operations (#4777), but it currently emits an error that isn't very helpful or strictly accurate:especially because that helpful caret is, in fact, pointing pointing to an operator.. just not one that is supported.
We should probably catch some common boolean/logical operations and print a more helpful message telling the user to use
test
instead.The text was updated successfully, but these errors were encountered: