#110 closed defect (fixed)
TimeSet Crack in succesor and intersection (Non progressive TimeSet?)
Reported by: | request | Owned by: | Víctor de Buen Remiro |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | TimeSetAlgebra | Version: | head |
Severity: | blocker | Keywords: | |
Cc: |
Description
TimeSet Crack in succesor and intersection (Non progressive TimeSet?)
TimeSet tmsSuc = Succ(Easter, 2, WD(1)); Tol Objects -> View timeset Works
TimeSet tmsA22 = D(22) * M(4); Tol Objects -> View timeset Works
TimeSet tmsInt = tmsSuc * tmsA22; Tol Objects -> View timeset CRACK
TimeSet previous ocurrence: 1974/04/22
TimeSet next ocurrence: 1047/04/22
Other test
Serie serSuc = CalVar(tmsSuc, Monthly);
Real sumSuc = SumS(serSuc, y2000, y2005);
Set View(sumSuc?, "");
Error message, I do not know if is correct.
The cualifier <Non progressive TimeSet> is dificult to understand
ERROR: Non progressive TimeSet. Successor of 2.00005e+007 cannot be
2.00005e+007
Calculations will be interrumped.
/* Crack
Serie serInt = CalVar(tmsInt, Monthly);
Real sumInt = SumS(serInt, y2000, y2005);
Set View(sumInt?, ""); CRACK
*/
Change History (6)
comment:1 Changed 21 years ago by
comment:2 Changed 20 years ago by
Other example:
TimeSet CtLJun = Succ(D(1)*M(6),1,WD(1));
Serie SerLJun = CalInd(W, CtLJun);
comment:3 Changed 19 years ago by
Owner: | changed from danirus to Víctor de Buen Remiro |
---|
Pardon to have forgotten this bug.
We are working about it
Thanks to report it
comment:4 Changed 19 years ago by
Status: | new → assigned |
---|
comment:5 Changed 19 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Bug has been fixed.
More information in
http://cvs.tol-project.org/viewcvs.cgi/toldoc/Time/TD-diseño.pdf
comment:6 Changed 18 years ago by
bug_file_loc: | → http://cvs.tol-project.org/viewcvs.cgi/tol_tests/tol/Bugzilla/bug_000110 |
---|
The TimeSet next ocurrence is 2047/04/22 not 1047/04/22