Opened 18 years ago
Closed 18 years ago
#471 closed defect (fixed)
Suma de TimeSet sin nombre
Reported by: | giken019 | Owned by: | Víctor de Buen Remiro |
---|---|---|---|
Priority: | highest | Milestone: | |
Component: | Kernel | Version: | head |
Severity: | major | Keywords: | TOL |
Cc: |
Description
Si abro un tolbase (version descargada el 19 de febrero de 2007) y pongo :
TimeSet In(y2006m10d29,y2007m02d18)*WD(7)+In(y2007m02d18,y2007m04d29)*WD(6)
me sale este mensaje de error :
ERROR: [1] No ha sido posible convertir de TimeSet hacia Set para el objeto '$tmp$'
ERROR: [2] Argumentos erróneos para Set + cto1 + cto2 {Set cto1, Set cto2}
Pero si abro un tolbase 1.1.4 nuevo y pongo :
TimeSet a = In(y2006m10d29,y2007m02d18)*WD(7)+In(y2007m02d18,y2007m04d29)*WD(6)
funcciona !
Change History (5)
comment:1 Changed 18 years ago by
comment:2 Changed 18 years ago by
Owner: | changed from Jorge to Víctor de Buen Remiro |
---|
We are working about this bug
Thanks to report it
comment:3 Changed 18 years ago by
Component: | TOL-tcl → Unclassified |
---|---|
Keywords: | TOL added; Tol-Base removed |
product: | Tol-Base → TOL |
Status: | new → assigned |
Bug happens also in a .tol file, so Product item is changed to TOL
comment:4 Changed 18 years ago by
Component: | Unclassified → ENGINE_Evaluator |
---|
comment:5 Changed 18 years ago by
bug_file_loc: | → http://cvs.tol-project.org/viewcvs.cgi/tol_tests/tol/Bugzilla/bug_000471 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Problem has been fixed in CVS
MultyEvaluate function must start to evaluate with Anything grammar to ensure that a simple expression will be evaluated. No specific change has been caused this problem but initialization order of grammars that cannot be ensured by C++ code nor compilers.
Thanks to report again.
I am Jean from Bayes. From next time I will report bugs using jjcarriere