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

Exceptions #7

Open
29 tasks
coatless opened this issue May 24, 2017 · 0 comments
Open
29 tasks

Exceptions #7

coatless opened this issue May 24, 2017 · 0 comments

Comments

@coatless
Copy link
Collaborator

  • Break down the 3 macro levels.
    • simple
    • exception
    • advanced
    • Note the C++98 restriction of 10 parameters and the lack of said restriction on C++11 due to variadic templating.
  • Details on the exception classes
    • simple
      • not_a_matrix
      • parse_error
      • not_s4
      • not_reference
      • not_initialized
      • no_such_field
      • not_a_closure
      • no_such_function
      • unevaluated_promise
    • exception
      • S4_creation_error
      • reference_creation_error
      • no_such_binding
      • binding_not_found
      • binding_is_locked
      • no_such_namespace
      • function_not_exported
      • eval_error
      • no_such_slot
    • advanced
      • not_compatible
      • index_out_of_bounds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant