You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uses `SemanticVersion` type rather than `VersionTriplet`. We have 4 types in DocC to represent a semantic version, and want to converge towards using only SemanticVersion:
swiftlang#970
Per discussion in #959, @d-ronnqvist and me think we should try to move towards converging on SemanticVersion because it's the type that is used the most in the repo.
Description
In the codebase, we have four types which we use to represent a semantic version number:
These all seem to be fulfilling a similar purpose. We should converge on using only one type throughout the DocC codebase.
Checklist
main
branch of this package.Expected Behavior
Only one Swift type is used to represent a semantic version number in DocC. All other types are deprecated/removed.
Actual behavior
There are 4 types used to represent a semantic version number in DocC.
Steps To Reproduce
No response
Swift-DocC Version Information
f019ab8
Swift Compiler Version Information
No response
The text was updated successfully, but these errors were encountered: