FHIR Chat · Issues with latest beta · shorthand

Stream: shorthand

Topic: Issues with latest beta


view this post on Zulip David Hay (May 28 2020 at 22:10):

The latest beta seems to have a couple of issues:
When I added an xml file into pagecontent,it wouldhang after this output: Assembling Implementation Guide sources...

node process maxes out. The debug flag doesn't seem to add any extra output...

If I remove the xml, then sushi runs OK, but the IG resource doesn't have index.html in the page node, with deleterious effects on the IG build!

Reverting to the current mainline version resolves the issue

view this post on Zulip Nick Freiter (May 29 2020 at 12:29):

I tried reproducing this with a simple example of a pagecontent folder containing an index.xml file, and I didn't see any hanging, so it looks like it is something more specific. Is the xml file you mention an index.xml file? Or some other file? Are you configuring pages explicitly using the pages field in config.yaml? Or are you letting SUSHI handle that for you?

view this post on Zulip Chris Moesel (Jun 03 2020 at 21:47):

@David Hay -- is this still an issue? If so, can you help us reproduce it?

view this post on Zulip David Hay (Jun 03 2020 at 22:13):

Yes - if there are 2 files with the same name (but different extensions) in ig-data/input/pagecontent then sushi will hang after:

Assembling Implementation Guide sources...
info  Copied ig-data/input/pagecontent/index.md

view this post on Zulip Chris Moesel (Jun 03 2020 at 22:27):

Thank you!

view this post on Zulip Nick Freiter (Jun 04 2020 at 12:18):

Thanks for the extra details, I was able to recreate this, and I've made an issue to track it: https://github.com/FHIR/sushi/issues/477.


Last updated: Apr 12 2022 at 19:14 UTC