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 2020/01/14 01:22:24 UTC

[GitHub] [mynewt-newt] ccollins476ad opened a new pull request #361: Allow repo hash to correspond to version number

ccollins476ad opened a new pull request #361: Allow repo hash to correspond to version number
URL: https://github.com/apache/mynewt-newt/pull/361
 
 
   When resolving repo versions, newt uses this procedure:
   
   1. Resolve inter-repo dependencies.
   2. Resolve project.yml dependencies. Allow project.yml to override dependencies from step 1.
   
   There was a bug affecting both steps in the procedure.  If a dependency specifies a commit hash that corresponds exactly to a version number, then the dependency was ignored.
   
   This PR fixes the problem so that commit hashes are always honored, whether or not they correspond to version numbers.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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

[GitHub] [mynewt-newt] nkaje commented on issue #361: Allow repo hash to correspond to version number

Posted by GitBox <gi...@apache.org>.
nkaje commented on issue #361: Allow repo hash to correspond to version number
URL: https://github.com/apache/mynewt-newt/pull/361#issuecomment-574413946
 
 
   Tested and verified with platform repo system.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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

[GitHub] [mynewt-newt] ccollins476ad merged pull request #361: Allow repo hash to correspond to version number

Posted by GitBox <gi...@apache.org>.
ccollins476ad merged pull request #361: Allow repo hash to correspond to version number
URL: https://github.com/apache/mynewt-newt/pull/361
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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