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

Revisit error processing. #11

Merged
merged 3 commits into from
Sep 17, 2023
Merged

Revisit error processing. #11

merged 3 commits into from
Sep 17, 2023

Conversation

davits
Copy link
Contributor

@davits davits commented Sep 12, 2023

  • Centralize exception handling from bound C++ code, leave only one try/catch wrapper and use it everywhere.
  • Wrap custom lua_CFunction(s) with exception safety net.
  • Revisit error messages.

This change is Reviewable

- Centralize exception handling from bound C++ code, leave only one
  try/catch wrapper and use it everywhere.
- Wrap custom lua_CFunction(s) with exception safety net.
- Revisit error messages.
@davits davits merged commit 52ab37c into main Sep 17, 2023
1 check passed
@davits davits deleted the longjmp branch September 17, 2023 09:23
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

Successfully merging this pull request may close these issues.

1 participant