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

Last modified 18 years ago

#232 closed defect (fixed)

Polyn d = 1; Real bin = (Polyn 1 == Polyn d) ; Does not work ersión 1.1.2 Jan 13 2005 for WINDOWS

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

Description

This code does not work. It seems as if [ == ] is always expecting a Real number

Polyn d = 1;

Real bin = (Polyn 1 == Polyn d) ; fail
Real bin1 = d == (Polyn 1) ; ok
Real bin2 = d == (1); fail
Real bin3 = d == 1 ; fail
Real bin4 = 1 == d ; fail
Real bin5 = (Polyn 1) == (Polyn d) oK

Cheers

Uncle James

Change History (5)

comment:1 Changed 20 years ago by Jorge

Component: TOL-tclENGINE_Evaluator
Keywords: TOL added; Tol-Base removed
product: Tol-BaseTOL
Summary: Polyn d = 1; Real bin = (Polyn 1 == Polyn d) ; Does not work ersión 1.1.2 Jan 13 2005 for WINDOWS Polyn d = 1; Real bin = (Polyn 1 == Polyn d) ; Does not work ersión 1.1.2 Jan 13 2005 for WINDOWS
Version: cvs-snapshotcvs

this a bug in TOL

comment:2 Changed 20 years ago by Jorge

Owner: changed from Jorge to danirus

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

Owner: changed from danirus to Víctor de Buen Remiro

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

Resolution: fixed
Status: newclosed

Bug has been fixed in CVS

A new test tol_tests/tol/Bugzilla/bug_000232 has been added

Thanks to report it

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