﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1125	Name lookup fails when using functions from kernel command view (from MathCore)	Jan Brugård	Jan Brugård	"Name lookup fails sometimes when using functions from kernel command view, for example the following function
{{{
function foo
  annotation(Diagram(coordinateSystem(extent={{-148.5,-105.0},{148.5,105.0}}, preserveAspectRatio=true, initialScale=0.1, grid={10,10})));
  input String a;
algorithm
  Modelica.Utilities.Streams.error(a);
end foo;
}}}

fails with:
{{{
foo(""aaa"") 
Error: Class Modelica.Utilities.Streams.error not found in scope global scope.
}}}

Whereas it works if you use the function in a model and simulate it."	defect	closed	normal				worksforme		Jan Brugård
