stevedlawrence commented on issue #76: Allow Daffodil to build against Scala 2.12 URL: https://github.com/apache/incubator-daffodil/pull/76#issuecomment-397602781 Turns out the new Scallop version broke some CLI tests, primarily due to ambiguities with the --validate option. Updated scallop hoping it would fix it, but it didn't. So added a commit which changes how the --validate option works, the 'mode' parameter is now required. This prevents ambiguities where the thing following --validate could be either a validate option or the input file. Now a mode *must* follow the --validate option. This breaks backwards compatibility, but is pretty minor.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
