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.
- Timestamp:
-
Aug 10, 2009, 8:04:31 AM (16 years ago)
- Author:
-
Víctor de Buen Remiro
- Comment:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
-
-
Property
Status
changed from
new
to
closed
-
Property
Severity
changed from
critical
to
trivial
-
Property
Type
changed from
defect
to
doubt
-
Property
Component
changed from
Database
to
OOP
- Property Keywords #Embed added
-
Property
Resolution
changed from
to
invalid
-
initial
|
v4
|
|
1 | 1 | Create a file 'def_A.tol' with this contents: |
2 | 2 | |
| 3 | {{{ |
3 | 4 | ================= def_A.tol ================= |
4 | 5 | Class A |
… |
… |
|
8 | 9 | |
9 | 10 | A a; |
10 | | ================ def_A.tol =================== |
| 11 | }}} |
11 | 12 | |
12 | 13 | if you compile it works as expected but if we instantiate 'A a' in other file where def_A is included then TOL emit and error. In order to reproduce bug use the attached files and compile test_A.tol. |