Stream: shorthand
Topic: Stuck at Importing FSH text
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?
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
Jose Costa Teixeira (Nov 26 2020 at 18:01):
@Chris Moesel ?
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.
Chris Moesel (Nov 26 2020 at 21:51):
Last updated: Apr 12 2022 at 19:14 UTC