#483 closed defect (fixed)
decompiling self references created with :=
| Reported by: | Jorge | Owned by: | Jorge |
|---|---|---|---|
| Priority: | highest | Milestone: | |
| Component: | Interface | Version: | head |
| Severity: | blocker | Keywords: | |
| Cc: |
Description
The following code if not correctly decompiled from the console evaluator in tolbase:
Real k = 0;
Real k := k + 1;
Change History (4)
comment:1 Changed 19 years ago by
| bug_file_loc: | → http://cvs.tol-project.org/viewcvs.cgi/tol_tests/toltcl/Bugzilla/bug_000483 |
|---|
comment:2 Changed 19 years ago by
| Status: | new → assigned |
|---|
comment:3 Changed 19 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
The fix is available at cvs-trunk (future 1.1.6), the toltcl has being passed. After some test in tolbase, this fix will be merged into branch 1.1.5.
comment:4 Changed 19 years ago by
(In reply to comment #2)
The fix is available at cvs-trunk (future 1.1.6), the toltcl has being passed.
After some test in tolbase, this fix will be merged into branch 1.1.5.
Sorry instead saying:
'the toltcl has being passed'
should be
'the toltcl test has being passed'

added URL to test code