Issues.00343 - lordmundi/wikidoctest GitHub Wiki

00343: add bgerror definition only when NOT running with tcldebug

« 00342 | Issues | 00344 »

Summary: add bgerror definition only when NOT running with tcldebug

Created: 2011–04–28 12:43

Status: Released

Category: Bug

From: frankie

Version: 2.1

Released_In: 2.2

Description:

some background events still cause error dialog boxes to appear even though "-tcldebug" was not specified. This is a request for DOUG to define bgerror unless "-tcldebug" is specified. The bgerror implementation should report the error and stack the same way the current error reporting is done when a tcl script is sourced.


Comments

brad April 28, 2011, at 02:40 PM modified so that an error dialog for background tcl/tk errors only shows up if running with "-tcldebug" enabled.


« 00342 | Issues | 00344 »

Associated Commits

| commit | 910f8091f40f4e21c448ccd32ca40ca10a86ddff link6 | || | Author: | Brad Bell | | Date: | Thu Apr 28 14:37:34 2011 -0500 | | Message: | [@Issue 00343: modified so error dialog for background errors only shows up in tcldebug mode @] |

Affected Files:

bin_Darwin/doug    | Bin 1846528 -> 1846932 bytes
 bin_Linux_FC3/doug | Bin 678026 -> 678353 bytes
 bin_Win32/doug.exe | Bin 1818471 -> 1818649 bytes
 3 files changed, 0 insertions(+), 0 deletions(-)

| commit | bbafceac5042116f56cb52bd91c980cbe241086c link7 | || | Author: | Brad Bell | | Date: | Thu Apr 28 14:35:44 2011 -0500 | | Message: | [@EDGE Issue 00343: only shows background error dialog if running with tcldebug enabled @] |

Affected Files:

src/doug/doug.c          |  71 +++++++++++++++++±--
 src/doug/linux           |   5 ±
 src/doug/mac             |   2 ±
 src/doug/reporterror.c   | 161 ±---------------------------------------------
 src/doug/reporterror.tcl | 143 ±---------------------------------------
 src/doug/win32           |   2 ±
 6 files changed, 73 insertions(+), 311 deletions(-)