#1483 closed defect (fixed)
bug when decompiling a file not compiled
| Reported by: | Pedro Gea | Owned by: | Jorge |
|---|---|---|---|
| Priority: | high | Milestone: | Mantainance |
| Component: | Interface | Version: | 3.1 |
| Severity: | major | Keywords: | |
| Cc: |
Description
If you compile a file which contains a syntax error and immediately try to decompile it then the following error appears:
file '/tmp/kk.tol' is not compiled
while executing
"::tol::decompile $path"
(procedure "::TolInspector::DecompileFile" line 40)
invoked from within
"::TolInspector::DecompileFile $data(nameFile)"
(procedure "::Editor::CmdDecompile" line 5)
invoked from within
"::Editor::CmdDecompile ::Editor::.editor1 "
(command bound to event)
kk.tol is just a test file, you can try any file with syntax error on it, for instance:
Rea A
Change History (3)
comment:1 Changed 14 years ago by
| Status: | new → accepted |
|---|
comment:2 Changed 14 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.

(In [4379]) fixes #1483