mirror of
https://github.com/semver/semver.git
synced 2026-07-10 19:50:47 -05:00
[GH-ISSUE #489] Human-readable spec should specify decimal integers #7336
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sparr on GitHub (Jan 25, 2019).
Original GitHub issue: https://github.com/semver/semver/issues/489
#342 was closed without change because the BNF definition resolved the concern. I do not think that is sufficient, for that issue or for this one. The human readable definition should specify decimal ASCII integers.
This issue prompted by an argument about whether a project with versions 0.7.0 0.8.0 0.9.0 0.A.0 0.B.0 0.C.0 is using semantic versioning.
@sparr commented on GitHub (Jan 25, 2019):
Sorry, this is a rehash of #254 that for some reason the search function couldn't find for me.