On 2011-09-20 13:37, Chris Dew wrote:
Hi Jacob,
It's great to see that someone's working on this.
Will your design cope with the situation as follows:
ModA 1.0.0 requires ModB>=1.0.0<2.0.0 and ModC>=1.0.0<2.0.0
ModB 1.0.0 requires ModD>=1.0.0<2.0.0
ModC 1.0.0 requires ModD>=2.0.0<3.0.0
ModD 1.0.0 and 2.0.0 are both available with different interfaces and semantics.
Could I recommend SemVer? http://semver.org/
Thanks,
Chris.
I'm already using that (or something very similar):
https://github.com/jacob-carlborg/orbit/wiki/orb%20package#wiki-versions
--
/Jacob Carlborg