Opened 19 years ago
Closed 18 years ago
#407 closed defect (fixed)
decompile is not working
Reported by: | Jorge | Owned by: | Jorge |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Interface | Version: | head |
Severity: | normal | Keywords: | |
Cc: |
Description
1- Write this code into the console:
TimeSet tms1 = D(1);
TimeSet tms2 = tms1 + D(2);
2- Compile
3- Compile again: tol will complain as expected
4- Decompile
5- Compile again: tms1 was not decompiled as TOL says that it already exists.
Change History (2)
comment:1 Changed 19 years ago by
Status: | new → assigned |
---|
comment:2 Changed 18 years ago by
bug_file_loc: | → http://cvs.tol-project.org/viewcvs.cgi/tol_tests/toltcl/Bugzilla/bug_000407 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
this bugs is fixed both in official release 1.1.4 and main development baseline.
See bug report's URL for testing code.