FHIR Chat · SD renderer null pointer exception · IG creation

Stream: IG creation

Topic: SD renderer null pointer exception


view this post on Zulip 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

view this post on Zulip 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!

view this post on Zulip Patrick Werner (Nov 23 2020 at 16:59):

https://github.com/HL7/fhir-ig-publisher/issues/204

view this post on Zulip 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

view this post on Zulip 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)

view this post on Zulip Patrick Werner (Nov 23 2020 at 17:01):

fyi
@Jamie Jones @May Terry @Kevin Power

view this post on Zulip Patrick Werner (Nov 24 2020 at 16:00):

PR was merged, thx @Grahame Grieve


Last updated: Apr 12 2022 at 19:14 UTC