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

Closed 21 years ago

Last modified 18 years ago

#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 danirus

Status: newassigned
Summary: Serie ser1 = (-a)*ser2 does not create the serieSerie ser1 = (-a)*ser2 does not create the serie

comment:2 Changed 21 years ago by danirus

Resolution: fixed
Status: assignedclosed

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.

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