Modify ↓
#3883 closed Bug (Fixed)
_DebugArrayDisplay produces uncalled console message
| Reported by: | jchd18 | Owned by: | Jon |
|---|---|---|---|
| Milestone: | 3.3.16.1 | Component: | Standard UDFs |
| Version: | 3.3.16.0 | Severity: | None |
| Keywords: | Cc: |
Description
This function invokes ArrayDisplay_Share (from ArrayDisplayInternals.au3) which defaults with its parameter $bDebug = True.
This causes a spurious console message like this:
Sorting all indexes = 0.4333
Attachments (0)
Change History (4)
comment:1 by , 4 years ago
comment:2 by , 4 years ago
Not a bug but a misfeature: it messes with the console output, without that spurious message being neither required, informative to the user nor called for.
I understand it may have been necessary while debugging the UDF but it's now parasitic in a release version.
comment:3 by , 4 years ago
| Milestone: | → 3.3.15.6 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Fixed by revision [12716] in version: 3.3.15.6
comment:4 by , 4 years ago
| Milestone: | 3.3.15.6 → 3.3.16.1 |
|---|---|
| Owner: | changed from to |
Fixed by revision [12717] in version: 3.3.16.1
Note:
See TracTickets
for help on using tickets.

It is not a bug but a way to understand if the new way of sorting is working well
the _ArrayDisplay() is not affected only the _DebugArrayDisplay()