ccollins476ad opened a new pull request #197: syscfg: error detection after API resolution URL: https://github.com/apache/mynewt-newt/pull/197 Prior to this PR, newt detected errors in the syscfg before API requirements were satisfied. Consequently, error detection was happening before the full dependency graph had been generated, resulting in an incomplete set of syscfg settings. Parsing of restriction strings would fail in this case, as unrecognized setting names are parsed as string literals rather than expanded to the value that the setting would ultimately have. This PR delays error detection until after API resolution.
---------------------------------------------------------------- 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
