close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 19 years ago

Closed 19 years ago

Last modified 18 years ago

#342 closed enhancement (fixed)

"Show" function shows "Include" traces

Reported by: imendez Owned by: Víctor de Buen Remiro
Priority: normal Milestone:
Component: Math Version: head
Severity: minor Keywords:
Cc: Alfredo Torre

Description

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.

Change History (4)

comment:1 Changed 19 years ago by Víctor de Buen Remiro

Owner: changed from danirus to Víctor de Buen Remiro

We are working about this bug
Thanks to report it

comment:2 Changed 19 years ago by Víctor de Buen Remiro

Status: newassigned

comment:3 Changed 19 years ago by Víctor de Buen Remiro

Resolution: fixed
Status: assignedclosed

Problem has been fixed.

I don't know reason of a Stdlog function was used instead of standard one Std, but
it's seams to be a forgotten trace or something thus.

comment:4 Changed 18 years ago by Víctor de Buen Remiro

bug_file_loc: http://www.tol-project.org
Note: See TracTickets for help on using tickets.