The com.oracle.graal.python.nodes.frame.WriteLocalVariableNode class does not override the hasTag method which provides the corresponding instrumentation tags. Same issue with the four nested classes: PythonCallUnary, PythonCallBinary, PythonCallTernary and PythonCallQuaternary of the com.oracle.graal.python.nodes.call.PythonCallNode class.
I will be opening a pull request with proposed fixes.
The
com.oracle.graal.python.nodes.frame.WriteLocalVariableNode
class does not override thehasTag
method which provides the corresponding instrumentation tags. Same issue with the four nested classes:PythonCallUnary
,PythonCallBinary
,PythonCallTernary
andPythonCallQuaternary
of thecom.oracle.graal.python.nodes.call.PythonCallNode
class.I will be opening a pull request with proposed fixes.