-
-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Empty Rule used in Breathe fails to compile, bombing out #32
Comments
I'll take a closer look and experiment with that rule to try to figure out what was going on. Definitely it needs better output upon failure regardless. I don't think I could easily detect the line number of the rule causing the error, since there is the indirection through Breathe, but I should be able to at least print out its elements (which would include the words) to give a clue. |
I am having trouble reproducing this. This seems to compile and work:
|
Augh, I somehow misread the FST text originally: the problem isn't that the rule is empty. It is missing an arc. It should be:
But I still can't reproduce why it is missing for you. |
I'll try to tune down my repository to a smaller one that triggers the problem when I get to my computer. My configuration, BTW is at https://github.com/droundy/breathe_configuration so I expect it's a free commits back in that repo. |
From Gitter:
https://gist.github.com/droundy/5e1da5f7a67545d51184dd38a71e0c06
Obviously I'm using Breathe here, and this is not a rule that I'm even enabling, so I'm fine with just commenting it out here. But obviously, if you could pin down and announce which rule was causing trouble this would have been relatively easy for me to debug.
The text was updated successfully, but these errors were encountered: