You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/07/25 18:00:32 UTC

[GitHub] ccollins476ad opened a new pull request #197: syscfg: error detection after API resolution

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:
users@infra.apache.org


With regards,
Apache Git Services