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

Closed 16 years ago

#606 closed defect (fixed)

ObjectExist doesn't works fine with NameBlock members

Reported by: Víctor de Buen Remiro Owned by: Víctor de Buen Remiro
Priority: normal Milestone:
Component: Kernel Version: head
Severity: normal Keywords:
Cc:

Description

Running this TOL code

NameBlock a = Real b=2 ?;
Real ok.1 = ObjectExist("Anything","a::b");
Real ok.2 = ObjectExist("Anything","a::c");
Real ok.3 = ObjectExist("Real","a::b");
Real ok.4 = ObjectExist("Text","a::b");

ok.1 and ok.3 should be True and ok.2 and ok.4 should be False but this last one returns True;

Change History (1)

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

Resolution: fixed
Status: newclosed

Problem was fixed a few weeks ago

Note: See TracTickets for help on using tickets.