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.

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 Jorge

Status: newassigned

comment:2 Changed 18 years ago by Jorge

bug_file_loc: http://cvs.tol-project.org/viewcvs.cgi/tol_tests/toltcl/Bugzilla/bug_000407
Resolution: fixed
Status: assignedclosed

this bugs is fixed both in official release 1.1.4 and main development baseline.

See bug report's URL for testing code.

Note: See TracTickets for help on using tickets.