#394 closed defect (fixed)
Decompile a TimeSet expression is not working
Reported by: | César Pérez Álvarez | Owned by: | Víctor de Buen Remiro |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | TimeSetAlgebra | Version: | head |
Severity: | major | Keywords: | |
Cc: |
Description
If we try to compile and decompile this expression is not working well and give
us an ERROR:
The expression
TimeSet SegTemPV = M(7)*D(2);
TimeSet SegSemPV =
Range(Succ(SegTemPV-WD(7), 1, WD(1))+Succ(SegTemPV*WD(7), 1, Diario),0,6);
The ERROR
ERROR: [1] Variable 'SegTemPV' ya definida
No se ha podido crear la variable "TimeSet SegTemPV".
ERROR: [2] Conflicto entre variables.
Se ha intentado modificar "SegTemPV" a través de la variable "SegTemPV"
I am not trying to do anything with SegTemPV variable, and I do not know what
happens with this. This is very uncomfortable because we have to close TOLBase
or TOL Console to do something new with this variable.
Change History (4)
comment:1 Changed 19 years ago by
Owner: | changed from danirus to Víctor de Buen Remiro |
---|
comment:2 Changed 19 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 18 years ago by
bug_file_loc: | → http://cvs.tol-project.org/viewcvs.cgi/tol_tests/toltcl/Bugzilla/bug_000394/?only_with_tag=TOL-REL-1-1-4_BRANCH_20061130 |
---|
comment:4 Changed 18 years ago by
bug_file_loc: | http://cvs.tol-project.org/viewcvs.cgi/tol_tests/toltcl/Bugzilla/bug_000394/?only_with_tag=TOL-REL-1-1-4_BRANCH_20061130 → http://cvs.tol-project.org/viewcvs.cgi/tol_tests/toltcl/Bugzilla/bug_000394 |
---|
Problem has been fixed with last TimeSet improvement.
Thanks to report