Modify

Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#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 J-Paul Mesnage, 4 years ago

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()

comment:2 by jchd18, 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 J-Paul Mesnage, 4 years ago

Milestone: 3.3.15.6
Owner: set to J-Paul Mesnage
Resolution: Fixed
Status: newclosed

Fixed by revision [12716] in version: 3.3.15.6

comment:4 by Jon, 4 years ago

Milestone: 3.3.15.63.3.16.1
Owner: changed from J-Paul Mesnage to Jon

Fixed by revision [12717] in version: 3.3.16.1

Modify Ticket

Action
as closed The owner will remain Jon.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.