In cmp_call, check_call return value is ignored, instead a bool reference is passed in as arg.
Bad port, notify_bad_call warning message is incomplete, should include error message from R_TryEval in check_call on failure.
Fix:
- bad call flag return via return value
- instead of bool ref, pass in const char* ref once a mechanism is implemented to grab the error message from R_TryEval (non trivial)
In cmp_call, check_call return value is ignored, instead a bool reference is passed in as arg.
Bad port, notify_bad_call warning message is incomplete, should include error message from R_TryEval in check_call on failure.
Fix: