Trac2GitHub Transition of Modelica Assocication Projects

Results 78 issues of Trac2GitHub Transition of Modelica Assocication Projects

**Reported by dietmarw on 24 May 2012 12:36 UTC** Ticket #745 made it apparent that the behaviour of text objects on the Icon layer when flipping is not defined. I've...

enhancement

**Reported by stefanv on 25 Apr 2011 14:37 UTC** I believe the following are unwritten rules regarding assignment to parameters. * If _p_ is a **parameter** or **constant** in a...

bug

**Reported by eth on 8 Jun 2010 13:05 UTC** When a model inherites of a partial one which includes connectors, it is not possible to move the connectors. As there...

enhancement

**Modified by beutlich on 3 May 2018 09:01 UTC** As reported by https://stackoverflow.com/q/50134445/8520615 (and known from Simulink), it should be possible to not resize a connector icon when resizing the...

enhancement

**Reported by leo.gall on 11 Apr 2018 06:41 UTC** Probably this has been discussed before, so please point me to the old discussion, if I wasn't able to find it:...

discussion

**Reported by perost on 20 Mar 2018 13:20 UTC** The specification makes an exception from the normal variability rules for size(A, j), such that it's a parameter expression as long...

bug

**Reported by stefanv on 27 Nov 2017 16:31 UTC** Section 12.2 of the specification states, "A function may only contain components of the restricted classes **type**, **record**, **operator record**, and...

discussion

**Reported by jfrenkel on 4 Aug 2017 11:00 UTC** Regarding the following example ``` model FirstTickEventClock Real x=sample(time,Clock(b)); Boolean b=cos(time)>0; end FirstTickEventClock; ``` The first activation of the clock of...

P: high
discussion

**Reported by beutlich on 3 May 2017 12:54 UTC** Section 10.3.4 declares min and max array functions. However, the indices satisfying the min or max are not returned. In MATLAB...

enhancement

**Reported by henrikt on 24 Apr 2017 08:51 UTC** The current hack (mentioned in #960) for calling the external FORTRAN `dgees` from `Modelica.Math.Matrices.LAPACK.dgees` results in code that is not legal...

enhancement