#72 closed defect (fixed)
Anything is not Anything
| Reported by: | César Pérez Álvarez | Owned by: | danirus |
|---|---|---|---|
| Priority: | highest | Milestone: | |
| Component: | Kernel | Version: | head |
| Severity: | normal | Keywords: | |
| Cc: |
Description
If we proof this simple function
-----------------------------------------------------
Real Function(Anything r)
{r};
Real Function(8);
-----------------------------------------------------
TOL shows the following massage:
-----------------------------------------------------
ERROR: Tipos no coincidentes para argumento # 1 en llamada a función Function:
Anything != Real
ERROR: Fallo en la función Function
-----------------------------------------------------
Change History (3)
comment:1 Changed 21 years ago by
| Status: | new → assigned |
|---|
comment:2 Changed 21 years ago by
| Resolution: | → fixed |
|---|---|
| Severity: | blocker → normal |
| Status: | assigned → closed |
comment:3 Changed 19 years ago by
| bug_file_loc: | → http://cvs.tol-project.org/viewcvs.cgi/tol_tests/tol/Bugzilla/bug_000072 |
|---|
Note: See
TracTickets for help on using
tickets.

A solution for this bug has been deployed in CVS Tol module.