Stream: IG creation
Topic: SD renderer null pointer exception
Jamie Jones (Nov 20 2020 at 04:29):
Hi folks!
It looks like trim() is causing some errors if ElementDefinitionBindingComponent.getValueSet()
fails (for instance if specified LOINC codes like 93044-6 are missing from tx.fhir.org/r4).
Recent publisher change here = https://github.com/HL7/fhir-ig-publisher/commit/964df4f5af73db3091004b01b8b1084c097db8b1
Jamie Jones (Nov 23 2020 at 14:42):
is it possible to take a look at this one @Grahame Grieve ? These null pointers are blocking development for us, and have been confirmed by @Kevin Power . Thanks!
Patrick Werner (Nov 23 2020 at 16:59):
https://github.com/HL7/fhir-ig-publisher/issues/204
Patrick Werner (Nov 23 2020 at 16:59):
Created a PR fixing the issue by adding a null check before trimming:
https://github.com/HL7/fhir-ig-publisher/pull/205
Patrick Werner (Nov 23 2020 at 17:00):
@Mark Iantorno or @Grahame Grieve pls review. This blocks the whole IG development on the CG WG side.
(and please add me to the publisher team, couldn't push the branch directly)
Patrick Werner (Nov 23 2020 at 17:01):
fyi
@Jamie Jones @May Terry @Kevin Power
Patrick Werner (Nov 24 2020 at 16:00):
PR was merged, thx @Grahame Grieve
Last updated: Apr 12 2022 at 19:14 UTC