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
Parse tree post-processing by walker classes like the brace expander collect error messages in a vector but rely on the calling class to check for those messages and act. Otherwise the failure will be silent, and (in the case if the brace expander) no substitution will be made.
Design
Make sure all collected errors are checked and emitted as mooseErrors.
Impact
More useful errors for invalid input files.
The text was updated successfully, but these errors were encountered:
Reason
Parse tree post-processing by walker classes like the brace expander collect error messages in a vector but rely on the calling class to check for those messages and act. Otherwise the failure will be silent, and (in the case if the brace expander) no substitution will be made.
Design
Make sure all collected errors are checked and emitted as
mooseError
s.Impact
More useful errors for invalid input files.
The text was updated successfully, but these errors were encountered: