Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
2.5.0
-
None
Description
Suppose you have a schema which causes Daffodil to output a compile time warning.
Currently, when you use this schema to make a pre-compiled parser, this warning would be outputs both when you compile the parser, and everytime you load the parser.
We should avoid outputing these warnings when the parser is loaded, so that they become only compile time warnings.