utzig commented on a change in pull request #197: syscfg: error detection after 
API resolution
URL: https://github.com/apache/mynewt-newt/pull/197#discussion_r205790332
 
 

 ##########
 File path: newt/syscfg/syscfg.go
 ##########
 @@ -1009,6 +1009,15 @@ func (cfg *Cfg) detectAmbiguities() {
        }
 }
 
+// Detects and records errors in the build's syscfg.  This should only be
+// called after APIs are resolved to avoid false positives.
+func (cfg *Cfg) DetectErrors(flashMap flash.FlashMap) {
 
 Review comment:
   Wouldn't it be better to receive `flashMap` as pointer?

----------------------------------------------------------------
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

Reply via email to