-
Notifications
You must be signed in to change notification settings - Fork 6
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
Handle LatinError
exception in views that use volpiano display utilities
#1423
Comments
out of curiosity, what does this do for e.g. chants with Greek letters in them? Or that end in a hyphen, "this chant is a fragme-" ? |
This would return a
This would be syllabified as "this chant is a frag-me-". In other words, this PR doesn't change anything about how hyphens are handled, as long as they are valid CantusDB strings. |
I'm getting repeated emails about bracketing mistakes resulting in 500 errors (admittedly, from the same user)--is this fix due to be on production soon? |
Let me check on this... I can't remember. |
DDMAL/volpiano-display-utilities#52 introduces the raising of
LatinError
when non-latin characters are passed in a word to be syllabified.Views in CantusDB that use volpiano display utilities should handle this error. In particular, if entered text results in this error, users should be prompted to fix their text.
The text was updated successfully, but these errors were encountered: