Skip to content

Support error handling without exceptions #619

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

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

michaelbautin
Copy link

(Work in progress)

Now there is no dependency on Abseil (using custom Status/StatusOr
classes) and functions that are part of the interface and return
Status/StatusOr are named with a NoExceptions suffix.
getnamo added a commit to getnamo/Llama-Unreal that referenced this pull request Apr 12, 2025
@yurymalkov yurymalkov changed the base branch from master to develop April 20, 2025 23:47
@yurymalkov yurymalkov closed this Apr 21, 2025
@yurymalkov yurymalkov reopened this Apr 21, 2025
@dyashuni
Copy link
Contributor

@michaelbautin Looks good!

I have some concerns regarding the use of auto in the C++ examples. For less experienced users, this might make the code harder to understand. Could you please keep the original types, even if they are a bit long?

@michaelbautin
Copy link
Author

@dyashuni @yurymalkov : thanks for the review and for validating the approach! I will clean up the code / tests, restore the explicit types, and update the PR.

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.

3 participants