﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1399	Scripting environment not fully scriptable	Martin Sjölund	Martin Sjölund	"Many of the scripting functions are elaborated like this:
{{{    case (cache,env,Absyn.CREF_IDENT(name = ""system""),{Absyn.STRING(value = str)},{},impl,SOME(st),_,_)
      then (cache, makeBuiltinCall(""system"",{DAE.SCONST(str)},DAE.ET_INT()),DAE.PROP(DAE.T_INTEGER_DEFAULT,DAE.C_VAR()),SOME(st));}}}

This means they can only take string literals as input. But if the function is really intended to be scriptable, it should be able to take any expression as input."	defect	closed	high				fixed		Martin Sjölund
