Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork939
Commit629fd87
committed
Fix how version_info omits non-numeric fields
For#1833.This makes version_info parsing stop including fields after thefirst non-numeric field, rather than skipping non-numeric fieldsand including subsequent numeric fields that then wrongly appear tohave the original position and significance of the dropped field.This actually stops at (rather than merely after) a non-numericfield, i.e., potentially parseable fields that are not fullynumeric, such as "2a", are stopped at, rather than parsed as "2".1 parentac20325 commit629fd87
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| 11 | + | |
11 | 12 |
| |
12 | 13 |
| |
13 | 14 |
| |
| |||
850 | 851 |
| |
851 | 852 |
| |
852 | 853 |
| |
853 |
| - | |
| 854 | + | |
| 855 | + | |
854 | 856 |
| |
855 | 857 |
| |
856 | 858 |
| |
|
0 commit comments
Comments
(0)