FHIR Chat · Stuck at Importing FSH text · shorthand

Stream: shorthand

Topic: Stuck at Importing FSH text


view this post on Zulip Jose Costa Teixeira (Nov 26 2020 at 15:09):

I'm running the publisher and it hangs on Importing FSH text... How can I debug?

view this post on Zulip Jose Costa Teixeira (Nov 26 2020 at 18:01):

Found the reason.
It seems that comments are delimited by /* (space included) and not /* . In my case, /*========*/ is not accepted as a valid comment

view this post on Zulip Jose Costa Teixeira (Nov 26 2020 at 18:01):

@Chris Moesel ?

view this post on Zulip Chris Moesel (Nov 26 2020 at 21:48):

Interesting. I would not expect it to hang. We can look at that. But as far as requiring the spaces, I'm not too surprised by that. It's likely an artifact of how the grammar works in our parsing framework. We can look into it and see how easy it would be to be more flexible about that.

view this post on Zulip Chris Moesel (Nov 26 2020 at 21:51):

SUSHI #681


Last updated: Apr 12 2022 at 19:14 UTC