ccollins476ad opened a new pull request #360: Allow project.yml to override version commits URL: https://github.com/apache/mynewt-newt/pull/360 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 in step 2. If `project.yml` specifies a commit hash that corresponds exactly to a version number, then the override was ignored. This PR fixes the problem so that a project.yml override is always used.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
