-
Notifications
You must be signed in to change notification settings - Fork 3
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
Unnecessary warnings when generating HRG-entries for abbreviations #40
Comments
Apart from this, in the log of the HRGT (and my guess would be that also holds for the TRRT), it is not clear which converter is generating a warning/info message. That would be really helpful. So:
|
Giving some ideas here. |
Thanks for theses ideas. Pondering a bit about them, and the contexts in which they would be used, I would think that in cases where people are not that experienced with the tool, they would want to see warning messages (as we (I?) did at the start). Those that are sufficiently experienced that they know how to deal with converters etc. could use the first suggestion, (
|
@RieksJ could you check if the documentation of the log helper function matches your idea of the implementation? |
@Ca5e I've rewritten it a bit:
|
@Ca5e : can you check the boxes in this comment insofar appropriate (pls. check the texts I've redone, particularly for the log helper for correctness (and understandability)). |
The TEv2-specifications uses 2 converters for generating its glossary: one for all terms in the MRG, and another one to sift out the abbreviations. The latter converter doesn't produce output for MRG entries that have an empty, or non-existent
glossaryAbbr
field, which is intended behavior. However, the HRGT does see that, and issues a warning (which would be helpful in other situations, but not in this one.What are realistic, easy to implement possibilities for having a specific converter not generate such warnings?
The text was updated successfully, but these errors were encountered: