Update versioning introduction documentation
- Dominant language
- C++
- Stars
- 125
- Forks
- 382
- Avg merge
- 22h 39m
- Merged PRs (30d)
- 21
Description
https://github.com/conan-io/docs/blob/master/versioning/introduction.rst
From my point of view, this page is missing other important version conflicts:
1. 'Build requires' version conflict
There is one more version conflict type. What if PkgB or PkgC is not a regular dependency, but it comes from 'build_requires' method? There is no solution for this so far for this type of conflict.
2. Conflict about the recipe with the same functionality
some recipes may implement the same api. For example, ‘libjpeg' and ‘libjpeg-turbo'. It’s not allowed to have different implementations of the same api across the whole project. Unfortunately, it’s not possible to override it in the root recipe.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.