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

Closed 20 years ago

Last modified 18 years ago

#237 closed defect (fixed)

Search for existing functions

Reported by: rcsoto Owned by: danirus
Priority: highest Milestone:
Component: Math Version: head
Severity: blocker Keywords:
Cc:

Description

Hi.

The function "ObjectExist" has let work for functions written in TOL.
Example:

Real ObjectExist("Code", "RealText");
result = 0

The function "RealText" is defined in "initlibrary" of TOL.

Nevertheless:

Real ObjectExist("Code", "DatCh");
result = 1

The function "DatCh" is own of the language.

Regards.

Change History (3)

comment:1 Changed 20 years ago by danirus

Status: newassigned

comment:2 Changed 20 years ago by danirus

Resolution: fixed
Status: assignedclosed

Bug fixed.
I forgot to verify ObjectExist function after commit the new feature that allow
"User Functions Overloading".

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

bug_file_loc: http://cvs.tol-project.org/viewcvs.cgi/tol_tests/tol/Bugzilla/bug_000237
Note: See TracTickets for help on using tickets.