Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Control whether exceptions include the call and C++ stack with a macros #868

Merged
merged 5 commits into from
Jun 15, 2018

Commits on Jun 11, 2018

  1. Configuration menu
    Copy the full SHA
    b94d82b View commit details
    Browse the repository at this point in the history
  2. Also use RCPP_DEFAULT_INCLUDE_CALL for exception classes other than R…

    …cpp::exception
    
    use Shelter instead of Shield because e.g. the result of get_last_call() would not be protected long enough.
    
    rework exception_to_r_condition and rcpp_exception_to_r_condition so that they share the same code via a template
    romainfrancois committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    e154e1a View commit details
    Browse the repository at this point in the history
  3. Additional tests for Rcpp::exception and eval_error. Trsting that the…

    …y don't include call and cppstack when RCPP_DEFAULT_INCLUDE_CALL is defined to false
    romainfrancois committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    ab0095c View commit details
    Browse the repository at this point in the history
  4. using namespace Rcpp;

    romainfrancois committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    aaa546e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ff9196 View commit details
    Browse the repository at this point in the history