﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1219	Recursive parameter definitions results in Stack Overflow	Adrian Pop	Adrian Pop	"This model:
{{{
model RecursiveParameters ""x depends on y which depends on x""
  parameter Real x = y + z;
  parameter Real y = x + a;
  parameter Real z = 1;
  parameter Real a = 2;
end RecursiveParameters;
}}}

will result in a stack overflow.\\
This happens both in the front-end and in the back-end. (The model only targets it in the front-end) \\
We should implement checks for recursive parameter definitions.\\"	defect	closed	high				fixed		Adrian Pop
