I don’t understand why a failed assertion calls the annotationFailed method and allows the interpreter to continue normally, while an unknown validity triggers the executionFailed event and raises an interpreter error.
IMO, an unknown validity should only result in an annotationFailed event, and not in an interpreter error.
I don’t understand why a failed assertion calls the
annotationFailed
method and allows the interpreter to continue normally, while an unknown validity triggers theexecutionFailed
event and raises an interpreter error.IMO, an unknown validity should only result in an
annotationFailed
event, and not in an interpreter error.