﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1784	Imported function not called from script when noevalfunc is not specified	adabe588@…	somebody	"This function is not called (`f` is not printed) unless `noevalfunc` is added to the `+d` flags. I'm not sure what `noevalfunc` does, is this expected behavior? Unless I'm mistaken this problem did not exist before since it was in my testsuite since a few months back (not sure when it broke).

Reproduction:
{{{
package FunNotCalled

function f
algorithm
  print(""f\n"");
end f;

end FunNotCalled;
}}}

script file:
{{{

setCommandLineOptions({""+d=rml"",""+g=MetaModelica"",""+showAnnotations"",""+showErrorMessages""});

loadFile(""FunNotCalled.mo"");
getErrorString();

FunNotCalled.f();
getErrorString();
}}}"	defect	closed	high	1.9.0	Frontend		worksforme		
