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

#174 closed defect (fixed)

Serie ser_error = (a*b)*ser1 Does Not Work!

Reported by: jlaybar Owned by: danirus
Priority: normal Milestone:
Component: TimeSetAlgebra Version: 1.1.1
Severity: normal Keywords:
Cc:

Description

Real a =1;

Real b =2;

Serie ser1 = Pulse( y2004m01 , Diario);
Serie ser2 = (a)*ser1;
Serie ser3 = (b)*ser1;

Serie ser_error = (a*b)*ser1; No es capaz de crearlas

Change History (3)

comment:1 Changed 21 years ago by danirus

Status: newassigned
Summary: Serie ser_error = (a*b)*ser1 Does Not Work!Serie ser_error = (a*b)*ser1 Does Not Work!

comment:2 Changed 21 years ago by danirus

Resolution: fixed
Status: assignedclosed

This bug has just been patched.
Is the same solution (but not the same bug) as the one applied to bug 177.

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