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

Last modified 18 years ago

#32 closed defect (fixed)

Failure in Tol. It blocks when timeset is created.

Reported by: jagutierrez Owned by: Víctor de Buen Remiro
Priority: normal Milestone:
Component: TimeSetAlgebra Version: 1.1.1
Severity: normal Keywords:
Cc:

Description

When trying to create tables CtMeses5Dom and Resta, Tol fails to compile.

TimeSet CtUltDiaMes=Succ(D(1),-1,Diario);

TimeSet CtQuintoDom=Succ(CtUltDiaMes,5,WD(7));
TimeSet CtUltDom=Succ(D(1),-1,WD(7));
TimeSet Ct5Dom=CtQuintoDom*CtUltDom;
TimeSet CtMeses5Dom=Succ(Ct5Dom,-1,D(1));

TimeSet CtPrimDom=Succ(CtUltDiaMes,1,WD(7));
TimeSet Resta=CtQuintoDom-CtPrimDom;

Change History (7)

comment:1 Changed 21 years ago by danirus

Status: newassigned

comment:2 Changed 21 years ago by manuelb

blocked: 78

comment:3 Changed 21 years ago by manuelb

status_whiteboard: Not 100% sure, but seems same bug as number 78.

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

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

Pardon to have forgotten this bug.
We are working about it
Thanks to report it

comment:5 Changed 19 years ago by Víctor de Buen Remiro

Status: newassigned

comment:6 Changed 19 years ago by Víctor de Buen Remiro

Resolution: fixed
Status: assignedclosed

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