#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
Status: | new → assigned |
---|
comment:2 Changed 20 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 18 years ago by
bug_file_loc: | → http://cvs.tol-project.org/viewcvs.cgi/tol_tests/tol/Bugzilla/bug_000226 |
---|
Note: See
TracTickets for help on using
tickets.
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.