﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1513	CevalFunction has weird behaviour for failing bindings	Martin Sjölund	Martin Sjölund	"If it fails to constant-evaluate the binding, a default value (here: 0.0) will be provided out of the blue.
{{{
class A
  
  function x
    input String s;
    output Real r;
  external ""builtin"";
  end x;

  function f
    input String s;
    output Real r := x(s);
  end f;
  constant Real r = f(""abc"");
end A;
}}}"	defect	closed	high				fixed		Martin Sjölund Per Östlund
