﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5970	Compile error on array of models with expandable connector	ijknabla@…	Per Östlund	"Hi, all

I want to run array of model, each model has Bus as expandable connector.

{{{
model ArrayWithBus

  expandable connector Bus
  end Bus;

  model Something
    connector RealOutput = output Real;
    RealOutput y = 0;
    Bus bus;
  equation
    connect(bus.y, y);
  end Something;

  Something[4] things;

end ArrayWithBus;
}}}

This code is OK with old frontend (Before OpenModelica 1.13.2)
But, have not worked with new frontend (After OpenModelica 1.14.0)

I tested code by 1.14.0, 1.14.1, and nightly build 1.16.0-dev.
All test shows dialog that indicate new frontend raises compile error.

I think, this code did not violate Modelica language standard.
Is it possible to compile this code with New frontend?

Best regerds."	defect	closed	normal	1.16.0	New Instantiation	v1.14.0	fixed	expandable connector array	
