-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
stack empty when generating USFM #398
Comments
…ng errors more explicit: sillsdev/serval#398
@johnml1135 Would this be when generating a build, or when retrieving the USFM? Perhaps the only (non-technical) blocker I can see is that the user wouldn't know that they should use the source USFM or the target USFM. For instance, for one user, their chapter 2 and 3 of a particular target book had no verse numbers whatsoever. From their perspective they expected those verse to be filled in by Serval/SF. Perhaps if certain errors, or pre-liminary check failures are encountered, Serval rather than throwing an error could retry with the source USFM? Or is that perhaps impractical? |
I would rather have a flag that is set to do that - I don't like hidden features - if it fails it just "magically" uses the source USFM without telling you that it is. If I give you another flag such as |
@johnml1135 OK, we can do that. If possible, could we have a specific documented error code number (4XX or 5XX) from Serval when we encounter these errors? That would make the error catch at our end more understandable for people diagnosing why SF ends up calling the Serval API again with a different parameter. |
- fixes sillsdev/serval#399 - fixes sillsdev/serval#398 - Line and column number with USFM errors.
There are a few issues:
The text was updated successfully, but these errors were encountered: