-
Notifications
You must be signed in to change notification settings - Fork 23
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
Improve error when composeAndValidate
is provided empty SDL
#18
Comments
Agree we can guard against this. I suspect the fix for this lives upstream from |
composeAndValidate
is provided empty SDL
@trevor-scheer I believe you may be working around improving error messages already, so perhaps this is a low-hanging fruit. I surface this only if it's convenient; if it's not easily within reach don't worry about it! |
Thanks @abernix. @EverlastingBugstopper I've got another issue (#605) immediately related to this error, but it's not at the top of my priority list for now. Is this something that can wait, or is it blocking / problematic in a way that can't be worked around for the time being? |
oh it can totally be worked around, not blocking at all. this is mostly just to bring it to y'alls attention for sanding down some of these rough edges 😄 |
do we want to transfer this back to |
…rror-1.x Update Rust crate thiserror to 1.0.26
If you pass an empty string to
harmonizer::harmonize
, you get this error:The text was updated successfully, but these errors were encountered: