﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
1483	bug when decompiling a file not compiled	Pedro Gea	Jorge	"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:

{{{
#!java
Rea A
}}}"	defect	closed	high	Mantainance	Interface	3.1	major	fixed		
