View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000472 | BiQubic Framework | Backend / Core | public | 2020-02-12 07:53 | 2020-02-12 08:07 |
Reporter | BootBlock | Assigned To | BootBlock | ||
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Summary | 0000472: StartsWithSwitch may be broken | ||||
Description | The Parameters.StartsWithSwitch(value) function may be broken as value doesn't start with a switch, and yet it specifically checks that it does so it can return True. This change happened when the framework was consolidated and rewritten in places; a rogue optimisation may have bust stuff. | ||||
Tags | BiQubic.Framework, CLI | ||||
|
I... think that was by design and I misread things? Anyway, it appears the Parameters.Contains(parameters()) function is case-sensitive and that was causing the failure. |
|
Lots of ToUpper vs ToLower inconsistencies; related to code analysis fixes. |
Date Modified | Username | Field | Change |
---|---|---|---|
2020-02-12 07:53 | BootBlock | New Issue | |
2020-02-12 07:53 | BootBlock | Assigned To | => BootBlock |
2020-02-12 07:53 | BootBlock | Tag Attached: BiQubic.Framework | |
2020-02-12 07:53 | BootBlock | Tag Attached: CLI | |
2020-02-12 07:53 | BootBlock | Status | new => assigned |
2020-02-12 08:03 | BootBlock | Note Added: 0000202 | |
2020-02-12 08:03 | BootBlock | Status | assigned => closed |
2020-02-12 08:03 | BootBlock | Resolution | open => fixed |
2020-02-12 08:07 | BootBlock | Note Added: 0000203 |