Bug 00003
From DoSPT
Revision as of 11:58, 3 January 2018 by Miguel Caro (talk | contribs) (Created page with "{| class="wikitable" ! style="text-align:left;"| Number ! style="text-align:left;"| Type ! style="text-align:left;"| Status ! style="text-align:left;"| Description ! style="te...")
| Number | Type | Status | Description | Date detected (DD/MM/YYYY) | Date fixed on development version (DD/MM/YYYY) | First release version to incorporate fix | Comments |
|---|---|---|---|---|---|---|---|
| #00003 | Bug | Fixed | supergroups file syntax not working as expected
|
02/01/2018 | 02/01/2018 | Development version only |
Extended description
In the supergroups file, only simple syntax to group together consecutive groups into the same supergroup was working, e.g., those used in Tutorials 1 and 2. For instance:
1-400 401-600
would successfully group together groups 1 to 400 into supergroup 1 and 401 to 600 into supergroup 2. However, the following:
1-200,201-400 401-600
even though intended to perform identically, would fail to properly do the grouping.
Release versions 0.1 and 0.2 are affected. v0.2.1 and later are bug free.