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

Last modified 18 years ago

#64 closed defect (fixed)

ill behaviour in assign operator

Reported by: Jorge Owned by: Jorge
Priority: normal Milestone:
Component: Kernel Version: head
Severity: critical Keywords:
Cc:

Description

If you execute this code

Set x = 1,2,3?;
Text a = x[1];

variable a will gets a Real object when and should be raised, and if you try
later to do this

Text b = "ee" + a;

then TOL crash as a consecuence of the previous error.

Change History (2)

comment:1 Changed 21 years ago by Jorge

Resolution: fixed
Status: newclosed

Now there is a chek of grammar matching.

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