#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)
Change History (6)
Changed 21 years ago by
Attachment: | syntaxerror.tol added |
---|
comment:1 Changed 21 years ago by
attachments.description: | Try to run ir or check the syntax → Try to run it or check the syntax |
---|
comment:2 Changed 21 years ago by
Status: | new → assigned |
---|
comment:3 Changed 21 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
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
bug_file_loc: | → http://cvs.tol-project.org/viewcvs.cgi/tol_tests/tol/Bugzilla/bug_000060 |
---|
comment:5 Changed 13 years ago by
Note: See
TracTickets for help on using
tickets.
Try to run it or check the syntax