What it does
Identify when a pre-release field has both alpha and digit characters
Advantage
Avoid users messing up sort order, e.g. https://www.reddit.com/r/rust/comments/1tqd97o/rust_1960_is_out/oogstw1/
Drawbacks
Maybe someone legitimately has a pre-release field like this?
Versions have already been released using this scheme. Care will be needed to make sure the ordering is correct if they adjust the syntax used
Example
Could be written as:
What it does
Identify when a pre-release field has both alpha and digit characters
Advantage
Avoid users messing up sort order, e.g. https://www.reddit.com/r/rust/comments/1tqd97o/rust_1960_is_out/oogstw1/
Drawbacks
Maybe someone legitimately has a pre-release field like this?
Versions have already been released using this scheme. Care will be needed to make sure the ordering is correct if they adjust the syntax used
Example
Could be written as: