﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
482	Decompilation weirdness	jimarin	Jorge	"Hi,

I did not know how to classify this.

In 1.1.5. (from the first day it was released, this is to say old vintage by now I guess) I paste the following code in tolbase evaluation window:

Serie Th_xSA = SubSer(CalInd(C, Monthly), y2003, y2005);
Serie Th_xSB = SubSer(Pulse(y2004m01d01, Monthly), y2003, y2005);
Serie Th_xSC = Th_xSA - Th_xSB;
Serie Th_xSD = Exp(Log(Th_xSC));
Serie Th_xSE = Not(Not(Th_xSC));
Serie Th_xSF = Not(Not(Th_xSD));

And it compiles right but when I press decompile button, it does not decompile all the time series involved but just the last one.

I can decompile them by selecting them and decompiling them one by one, but I would like the decompile button to complete this task for me.

I hope this is not a problem for the decompilation algorithm.

jima"	defect	closed	highest		Various	1.1.5	blocker	duplicate		
