solidity icon indicating copy to clipboard operation
solidity copied to clipboard

use special prerelease version precedence check only if major, minor and patch identifiers match

Open YashasSamaga opened this issue 2 years ago • 1 comments

Item 11.3 in semvar specs says prerelease check is performed if and only if the major, minor and patch versions match. This commit adds a check to perform prerelease check only when the major, minor and patch version match.

fixes #12812

Pending:

  • add tests

YashasSamaga avatar Mar 21 '22 10:03 YashasSamaga

Needs update

leonardoalt avatar Apr 04 '22 10:04 leonardoalt

Doesn't look like anyone is working on this. Closing for now.

leonardoalt avatar Aug 13 '22 13:08 leonardoalt