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

#60 closed defect (fixed)

TOL get blocked when compling a file or just doing the syntax check

Reported by: Alfredo Torre Owned by: danirus
Priority: highest Milestone:
Component: Kernel Version: head
Severity: blocker Keywords:
Cc:

Description

In file attached there is a syntax error in line 223. There is one bracket (')') more
than needed.

Attachments (1)

syntaxerror.tol (13.5 KB) - added by Alfredo Torre 21 years ago.
Try to run it or check the syntax

Download all attachments as: .zip

Change History (6)

Changed 21 years ago by Alfredo Torre

Attachment: syntaxerror.tol added

Try to run it or check the syntax

comment:1 Changed 21 years ago by Alfredo Torre

attachments.description: Try to run ir or check the syntaxTry to run it or check the syntax

comment:2 Changed 21 years ago by danirus

Status: newassigned

comment:3 Changed 21 years ago by danirus

Resolution: fixed
Status: assignedclosed

InAComment BParser method need an increment operation for "curIndex" argument.
When it was into "then" branch of the first "if" statement of InAComment method, curIndex
must be incremented. Without this increment operation, the parser never skip curIndex
position in the Text given as first argument.

Consistence could be verified checking the syntax of the attachment in this Bug.

comment:4 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_000060

comment:5 Changed 13 years ago by Víctor de Buen Remiro

(In [4344]) Refs #60
Refs #1448
When there are errors Include returns nothing instead of Empty

Note: See TracTickets for help on using tickets.