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 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 giken019

I am Jean from Bayes. From next time I will report bugs using jjcarriere

comment:2 Changed 18 years ago by Víctor de Buen Remiro

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 Víctor de Buen Remiro

Component: TOL-tclUnclassified
Keywords: TOL added; Tol-Base removed
product: Tol-BaseTOL
Status: newassigned

Bug happens also in a .tol file, so Product item is changed to TOL

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

Component: UnclassifiedENGINE_Evaluator

comment:5 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_000471
Resolution: fixed
Status: assignedclosed

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.

Note: See TracTickets for help on using tickets.