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

Export yaml specific exceptions that are part of API #144

Merged
merged 1 commit into from
Jul 17, 2024

Conversation

kdeme
Copy link
Contributor

@kdeme kdeme commented Jul 17, 2024

YamlConstructionError and YamlParserError are part of the function signatures in those modules and thus they should be re-exported imo. Else you need to import specific modules to be able to access them.

@flyx
Copy link
Owner

flyx commented Jul 17, 2024

You're absolutely correct. I'll merge this disregarding the failed tests, that's just upstream Nim devel breaking stuff. I've seen it before :)

Thanks!

@flyx flyx merged commit 7721c95 into flyx:devel Jul 17, 2024
6 of 9 checks passed
@kdeme kdeme deleted the export-exceptions branch July 17, 2024 17:01
@kdeme
Copy link
Contributor Author

kdeme commented Jul 17, 2024

Great, thanks for the quick merge.

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.

2 participants