Skip to content

Incomplete warning on bad call #8

@josefpython

Description

@josefpython

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:

  1. bad call flag return via return value
  2. instead of bool ref, pass in const char* ref once a mechanism is implemented to grab the error message from R_TryEval (non trivial)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions