#197 closed defect (fixed)
Time causes a syntax error (TC alpha version)
Reported by: | César Pérez Álvarez | Owned by: | danirus |
---|---|---|---|
Priority: | highest | Milestone: | |
Component: | Various | Version: | head |
Severity: | critical | Keywords: | |
Cc: |
Description
After the last update of the code I think that Time is like a Grammar and causes
syntax errors like this:
Text WriteLn(Copy(Time));
The error:
ERROR: Unexpected close symbol ) in character 23 of line 14:
Code line
5 :
6 :
7 : PARAMETERS
8 :
9 :
10 :
11 : INCLUDES
12 :
13 :
14 > Text WriteLn(Copy(Time));
I don't know if this is like I say.
Change History (3)
comment:1 Changed 20 years ago by
comment:2 Changed 20 years ago by
Component: | ENGINE_Parser → Unclassified |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Summary: | Time causes a syntax error → Time causes a syntax error (TC alpha version) |
This bug was resolved a few weeks ago.
It was been related with the implementation of the new time management algorithms.
Daniel
comment:3 Changed 18 years ago by
bug_file_loc: | → http://www.tol-project.org |
---|
The variable Time exists in TOL since its created and we use it extensively in all
trace information. Because of this, the priority of this bug is higher than others.