-
Notifications
You must be signed in to change notification settings - Fork 14
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
Integrate with Gramps' APIs instead of parsing Gramps XML #2444
base: 0.4.x
Are you sure you want to change the base?
Conversation
f7cbc5e
to
b2fb1bd
Compare
pass | ||
|
||
@abstractmethod | ||
async def load_xml(self, xml: str) -> None: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this before merging
143d927
to
b1a77db
Compare
88a2ede
to
591b8f0
Compare
} | ||
|
||
|
||
PluginMapping: TypeAlias = Mapping[ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extract these factory changes into a separate PR
8decc7c
to
6444586
Compare
for link_name, link_attributes in links_attributes.items(): | ||
if "url" not in link_attributes: | ||
logger.warning( | ||
self._localizer._( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ensure test coverage for all of these warnings
6444586
to
505aed4
Compare
1fbb414
to
f320563
Compare
bda0a87
to
fc80e16
Compare
This fixes #1147 and this fixes #696 and this fixes #417
Blocked by
To do before merge