﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2171	Misleading diagnostics in OMNotebook	Francesco Casella	Adeel Asghar	"Please consider the attached test case. The model in the second interactive cell
{{{
model TermosifoneElettricoGradino2
 extends TermosifoneElettrico(deltaQ=1000);
end  TermosifoneElettricoGradino2;
}}}

is mis-spelled, with deltaQ instead of DeltaQ (a very common mistake by students). I would expect that hitting shift+enter on the simulate cell generates an error. Instead, the compiler answers ""[done]"", and still shows me the previously computed simulation result when I plot the T variable. This is extremely dangerous, because the user thinks he's seeing the results with a modified parameter, but he actually isn't."	defect	closed	high	1.9.0	OMNotebook	trunk	invalid		
