Not correctly inferred caller expression #36
Labels
complexity:intermediate
Resolution requires many changes and good understanding of code
enhancement:bug
Something isn't working
urgency:high
Issue needs to be resolved immediately
With tracing calls to
eval
function family, in the following:the caller expression
get_caller(call)$caller_expression
forf(1,1)
from thecall_exit_callback
hook is inferred asf(1,1)
instead ofg(n, eval.parent(...))
.This is the relevant part of the
sys.calls()
:The text was updated successfully, but these errors were encountered: