bbhtt opened a new issue, #2055:
URL: https://github.com/apache/buildstream/issues/2055

   Currently, if project.conf has a `min-version: 2.3` (say) and some internal 
junctions of plugins:
   
   ```
   name: foobar
   
   min-version: 2.3
   
   element-path: elements
   
   junctions:
     - plugins/buildstream-plugins.bst
   ```
   
   If `plugins/buildstream-plugins.bst` is updated to a version that requires 
higher `min-version` than that the project itself specifies in `project.conf`, 
`bst` does not suggest or warn that `min-version: 2.3` needs to be updated, but 
it should.
   
   If the junction plugins start asking for a higher `min-version` then that 
_effectively_ becomes the `min-version` of the project.conf, otherwise the 
project can be loaded.


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to