﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
342	"""Show"" function shows ""Include"" traces"	imendez	Víctor de Buen Remiro	"Hi,
I think that ""Show"" function shouldn´t show ""Include"" traces. In the following code:

// 1
Real Show(0, ""ALL"");
WriteLn(""Esto no lo deberia mostrar"");
Real r1 = [[4]];
Real Show(1, ""ALL"");
// 2
Real Show(0, ""STANDARD"");
WriteLn(""Esto no lo deberia mostrar"");
Real r2 = [[4]];
Real Show(1, ""STANDARD"");
// 3
Real Show(0, ""ALL"");
Set Include(""F:/source/process/kk.tol"");
Real r3 = [[4]];
Real Show(1, ""ALL"");

we have three parts:
1.- TOL doesn't show any message, as I could expect because ALL messages were
desactivated with ""Show"" function.
2.- TOL shows the error message, as I could expect because I only want to
desactivate ERROR messages with ""Show"" function.
3.- Once more, like in the first case, I pretended desactivating ALL messages,
but TOL shows the ""Include"" message.

I propose an enhancement in order to change the behaviour of ""Show"" function
with the ""Include"" messages. What I want with this enhancement is to reduce the
TOL charge time by hiding the ""Include"" messages.

Regards."	enhancement	closed	normal		Math	head	minor	fixed		Alfredo Torre
