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


With regards,
Apache Git Services

Reply via email to