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/01/30 03:15:20 UTC

[GitHub] ccollins476ad opened a new pull request #129: Fix infinite loop

ccollins476ad opened a new pull request #129: Fix infinite loop
URL: https://github.com/apache/mynewt-newt/pull/129
 
 
   A loop-local variable (`rpkg`) was shadowing a variable with greater scope.  This caused the code to delete entries from the wrong map.  The result was an infinite loop when a package used the .OVERWRITE flag on its `pkg.deps` field.

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