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

#226 closed defect (fixed)

Error in SetOfAnything with a declare Code objects

Reported by: César Pérez Álvarez Owned by: danirus
Priority: high Milestone:
Component: Various Version: head
Severity: major Keywords:
Cc:

Description

If we declare a code object:


Real Fun(Real void)
{ void };

And we include it in a SetOfAnything


Set s = SetOfAnything(Fun);

We have the following error:

ERROR: Fun no es un objeto de tipo Anything.

ERROR: Argumentos erróneos para Set SetOfAnything (Anything var1 [, Anything
var2, ...])

ERROR: s no se pudo crear.

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

This bug has fixed.
It was a problem related with Tol last feature released, "User Funtions
Overloading".
You only need to update two files btol/bgrammar/txthash.cpp and
btol/bgrammar/graacc.cpp

Thanks.

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_000226
Note: See TracTickets for help on using tickets.