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 21 years ago

Closed 21 years ago

#108 closed defect (invalid)

GetDir() makes TOL crack inside a funtion

Reported by: request Owned by: danirus
Priority: normal Milestone:
Component: SetAlgebra Version: head
Severity: blocker Keywords:
Cc:

Description

GetDir() makes TOL crack inside a funtion

Text WriteLn("GetDir() works outside a funtion");
Set View(GetDir("."), "");

Text WriteLn("GetDir() fails inside a funtion");

Set FunGetDir(Text dirNam) Existing directory
{

Text WriteLn(dirNam);
Set getDir = GetDir(dirNam); Read directory entries
Text WriteLn("end");
getDir

};

Set set = FunGetDir("."); This directory (with others also crack)

Change History (3)

comment:1 Changed 21 years ago by César Pérez Álvarez

I proof this piece of code and it runs in version 2004/07/29.

comment:2 Changed 21 years ago by request

The problem is not GetDir().
Is the Text WriteLn().
See Bug 109.

comment:3 Changed 21 years ago by danirus

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.