You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a ton of other logic floating around in our grammars, so I'm guessing the error's getting thrown and then ignored by one of the many layers we have in place.
Current Version:
v2.16.0
The text was updated successfully, but these errors were encountered:
Summary:
When the program ends in the middle of a Boost Spirit Qi parser expectation, the error doesn't get reported.
Reproducible Steps:
This program triggers the problem.
oneliner.stan
Current Output:
From CmdStan:
Expected Output:
Expectation error indicating a missing
}
.Additional Information:
I tried to ask on StackOverflow and got scolded and downvoted.
https://stackoverflow.com/questions/45307175/expectation-failure-not-triggered-if-file-ends-with-boost-spirit-qi-parser/45307497#45307497
I've gotten this far in trying to replicate with no luck, so I'm going to punt on this for the time being.
There's a ton of other logic floating around in our grammars, so I'm guessing the error's getting thrown and then ignored by one of the many layers we have in place.
Current Version:
v2.16.0
The text was updated successfully, but these errors were encountered: