﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1458	Cyclic default-bindings in functions are still accepted	Martin Sjölund	Martin Sjölund	"The check should probably be moved to the instantiation of functions (because we fall back to generation of code). We can check for usage of unbound variables in the same place later on...

{{{function f
  output Real y = y;
end f;

class A
  Real y = 5.79776549334303e-316;
end A;
Error: Cyclically dependent constants or parameters found in scope : {y}
}}}"	defect	new	high						Martin Sjölund Per Östlund
