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

Refactor error handling #29

Merged
merged 17 commits into from
Feb 14, 2024
Merged

Refactor error handling #29

merged 17 commits into from
Feb 14, 2024

Conversation

koolkdev
Copy link
Owner

@koolkdev koolkdev commented Feb 13, 2024

Use std::expected instead of throwing an exception , allows much better error handling in the tools.
Still throw an exception when no other option (like during iterator)

Also made the API for retrieving files case-insensitive.

And upgrade the project to C++23 for std::expected

@koolkdev koolkdev merged commit c0e97e6 into master Feb 14, 2024
3 checks passed
@koolkdev koolkdev deleted the refactor-error-handling branch December 3, 2024 22:06
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