﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1914	Reject models where we fail to deduce constant array dimensions	Martin Sjölund	somebody	"{{{
model M
  function f
    input Integer i;
    output Real o[i,3];
    external ""C"";
  end f;
  constant Real r[:,3] = f(64);
end M;
}}}

Currently gives:
{{{
[a.mo:7:3-7:31:writable] Warning: Failed to deduce dimensions of r due to unknown dimensions of modifier M.f(64).
}}}

And succeeds. We need to reject the model instead."	defect	closed	high	1.19.0	New Instantiation		fixed		
