#177 closed defect (fixed)
Serie ser1 = (-a)*ser2 does not create the serie
Reported by: | jlaybar | Owned by: | danirus |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | TimeSetAlgebra | Version: | 1.1.1 |
Severity: | normal | Keywords: | |
Cc: |
Description
TOL (Lenguaje Orientado al Tiempo) Versión 1.1.1 Oct 6 2004 para
WINDOWS
Real a = 1;
Serie ser1 = (-a)*Pulse( y2004m01 , Diario); No es capaz de crearlo
Serie ser2 = -a *Pulse( y2004m01 , Diario); Ok!???!!!
Serie ser3 = (Real -a)*Pulse( y2004m01 , Diario); Ok
/
cheers
Change History (3)
comment:1 Changed 21 years ago by
Status: | new → assigned |
---|---|
Summary: | Serie ser1 = (-a)*ser2 does not create the serie → Serie ser1 = (-a)*ser2 does not create the serie |
comment:2 Changed 21 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_000177 |
---|---|
dependson: | → 173 |
Note: See
TracTickets for help on using
tickets.
This bug has just been patched.
Although I'm providing a solution for this bug, Tol Parser and Tol Evaluator have
design problems that are making necessary a reimplementation: Semantic analysis
should be done by the Evaluator, but in fact, this work is not properly done.