﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1246	Creating a dependency in the instantiation hangs the compiler (partial-s-1 fails)	Peter Aronsson	Peter Aronsson	"The testcase partial-s-1 in mofiles hangs, but this is registered as a success, since the testcase status is incorrect, and the rtest doesn't distinguish between crashes and exit with error message.

The example is
{{{ class A

  class B
    A x;
  equation
    x.y = 1;
  end B;

  // Commented out for now
   B b;
  Real y;
end A;

}}}"	defect	closed	high				duplicate		Peter Aronsson
