Skip to content
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

Add Ellipsis and Lacuna support in CMME import #3795

Merged
merged 8 commits into from
Sep 23, 2024

Conversation

DILewis
Copy link
Contributor

@DILewis DILewis commented Sep 20, 2024

Ellipsis --> gap
Lacuna --> supplied/spsace

@DILewis
Copy link
Contributor Author

DILewis commented Sep 20, 2024

Added Signum Congruentiae

src/iocmme.cpp Outdated Show resolved Hide resolved
src/iocmme.cpp Outdated
Comment on lines 313 to 314
pugi::xml_node lacunaNode = eventNode.select_node("./Lacuna").node();
CreateLacuna(lacunaNode);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
pugi::xml_node lacunaNode = eventNode.select_node("./Lacuna").node();
CreateLacuna(lacunaNode);
pugi::xml_node lacunaNode = eventNode.select_node("./Lacuna").node();
CreateLacuna(eventNode.child("Lacuna"));

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(The previous line can be removed)

src/iocmme.cpp Outdated Show resolved Hide resolved
src/iocmme.cpp Outdated Show resolved Hide resolved
@lpugin lpugin merged commit 64c6598 into rism-digital:develop-cmme Sep 23, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants