Normalize asterisk HTML entities in BMM and class tables#33
Open
sebastian-iancu wants to merge 1 commit into
Open
Normalize asterisk HTML entities in BMM and class tables#33sebastian-iancu wants to merge 1 commit into
sebastian-iancu wants to merge 1 commit into
Conversation
Replace the pre-escaped * HTML entity with the literal '*' character in openehr_rm_1.2.0.bmm.json (the five multiply operator aliases on DV_AMOUNT, DV_COUNT, DV_DURATION, DV_PROPORTION and DV_QUANTITY). The model should carry the plain character; output-format escaping is the publisher's job. Regenerate the affected docs/UML/classes tables: the five multiply tables (alias now '*') plus activity.adoc, whose regex-any default '/.*/' was previously escaped to '/.*/' by the publisher even though the BMM documentation already held a literal '*'. Mirrors the BASE normalization. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Replace the pre-escaped
*HTML entity with the literal*character incomputable/BMM/openehr_rm_1.2.0.bmm.json— the fivemultiplyoperator aliases onDV_AMOUNT,DV_COUNT,DV_DURATION,DV_PROPORTION,DV_QUANTITY. The model should carry the plain character; output-format escaping is the publisher's job.The affected
docs/UML/classestables are regenerated from the BMM:multiplytables — alias now renders as"*";activity.adoc— its regex-any default/.*/was previously escaped to/.*/by the publisher even though the BMM documentation already held a literal*.Mirrors the equivalent normalization in specifications-BASE.
Notes
resource_description.adocwas deliberately not regenerated — doing so surfaced unrelated publisher-version drift (generic-type comma spacing, default-value formatting) that is out of scope here.multiplytables are BMM-driven and stable.activity.adoc's single-asterisk normalization depends on the bmm-publisher asterisk-escaping fix; regenerating with the currently-released publisher would re-escape that one line..htmlbuild artifacts will reflect this on the nextspec_publish.sh RMrun.🤖 Generated with Claude Code