Stream: IG creation
Topic: Publisher crash
Jose Costa Teixeira (Mar 04 2021 at 18:38):
We have an IG that was building but the latest publisher is crashing on it.
I think the problem is: there are some elements (e.g. .title) which are used to generate headings, and now it seems the headings are being used to create some anchors, so when the element is missing, the publisher crashes.
http://build.fhir.org/ig/hl7-be/hl7-be-fhir-referral-prescription/branches/riziv-changes/failure/build.log
@Grahame Grieve I created a PR that avoids the crash - we could have a more elaborate fix, but this would at least unblock us.
Grahame Grieve (Mar 04 2021 at 18:46):
whoops but it's unexpected to have an empty header element in your html
Jose Costa Teixeira (Mar 04 2021 at 18:51):
yes, but sometimes that is generated from the resources (and a crash is a bit too severe:) )
Jose Costa Teixeira (Mar 04 2021 at 18:51):
so we should fix that upstream somehow, and issue an error / warning ?
Grahame Grieve (Mar 04 2021 at 18:57):
not sure
Last updated: Apr 12 2022 at 19:14 UTC