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
Copy file name to clipboardExpand all lines: doc/source/design/extended-default.rst
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,15 +25,16 @@ Specification
25
25
- query soft/1 returns nothing
26
26
- query soft/10.1.2 returns highest among soft/10.1.2.4 soft/10.1.2.3
27
27
28
-
- In situation where soft/1.1(default) soft/1.2 soft/2.1 soft/2.2
28
+
- In situation where soft/1.1(default) soft/1.2 soft/2.1 soft/2.2 soft/3.4-ad75bc9a
29
29
30
30
- query soft/1 returns soft/1.1
31
31
- query soft/2 returns soft/2.2
32
+
- query soft/3.4 returns soft/3.4-ad75bc9a
32
33
33
-
- Character considered as version number separator: ``.``
34
+
- Characters considered as version number separator: ``.`` and ``-``
34
35
35
36
- list: ``.`` and ``-``
36
-
- ``-`` was also considered initially, but cannot determine in all case the highest version specified after this character (may find a hash name, strings like *rc*, *alpha*, *beta*, etc)
37
+
- ``-`` is considered a version number separator character since version 5.7
37
38
- not possible with ``+`` as it is used by variant specification
0 commit comments