A bug in ExecutionContext
Created by: JiayiFeng
In our code, ExecutionContext::HasInput
and ExecutionContext::HasOutput
only checks whether a name is in an operator's input parameter list:
That's far from enough. We also need to check whether the corresponding variable really exists in the scope.