mirror of
https://github.com/semver/semver.git
synced 2026-07-11 06:53:03 -05:00
[GH-ISSUE #46] Reference Implementation / Canonical Parser #1769
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 @coolaj86 on GitHub (Sep 7, 2012).
Original GitHub issue: https://github.com/semver/semver/issues/46
It would be nice to have a canonical semver parser with test cases (in lieu of my earlier comment about regexes).
I have a stub here https://gist.github.com/3012865, but it may not be 100% correct yet.
@haacked commented on GitHub (Oct 2, 2012):
I think writing such implementations is out of the scope of this project at the moment. But if some people post working implementations, maybe we can add another document listing reference implementations.
@zafarkhaja commented on GitHub (Apr 2, 2013):
Working implementations can be posted here mojombo/semver.org#57