stevedlawrence opened a new pull request, #1188: URL: https://github.com/apache/daffodil/pull/1188
When a parser is created with the CLI "save-parser" command, the values of the tunables are serialized along with the parser. When using the "parse", "unparse", or "performance" commands with the -P option to reload a saved parser, we use the serialized tunable values and ignore the -T option if provided. This can be confusing since there is no indication that the -T option is ignored. To avoid this, we now error if the -P and -T options are used together. Saved parsers must be rebuilt if you want to change tunable values. DAFFODIL-2880 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
