-
**Reported by choeger on 12 Sep 2012 11:14 UTC**
The grammar contains the rule
base_prefix :
type_prefix
I suggest removing this unnecessary duplicate rule and use type_prefix everywhere. Th…
-
**Reported by stefanv on 3 Aug 2012 19:41 UTC**
When one function extends from another, and either or both has an 'external' declaration, what is inherited?
Can the language_specification in the deri…
-
**Reported by otter on 31 Jul 2013 09:59 UTC**
In #1223 issues have been pointed out regarding conditional components in MSL 3.2.1 Beta. There have been several attempts to fix these issues. A detaile…
-
**Reported by Teemu Lempinen on 28 Feb 2013 08:41 UTC**
We noticed that expressions like the following are valid in Modelica syntax:
```
"(,,,,)^(,,,,)"
```
The definition of primary has the option…
-
**Reported by massimo.ceraolo on 19 Oct 2018 06:50 UTC**
Consider
Modelica.Fluid.Examples.DrumBoiler.DrumBoiler diagram.
The user is shown a diagram seeming faulty: q_F and q_F_Tab output are si…
-
**Reported by stefanv on 1 Feb 2011 15:11 UTC**
Section 7.3 of the Modelica 3.2 specification states that if a redeclaration does not specify the dimensions, then the dimensions are inherited from the…
-
**Reported by choeger on 6 Jan 2016 14:55 UTC**
Sections 7.2.1 and 7.2.2 is not specific about this. Is the following legal?
```mo
class A
class B
constant Real foo = 23. ;
end B;
Real bar;…
-
**Reported by stefanv on 29 Nov 2010 15:29 UTC**
Consider:
```
class extends C ... end C;
class C ... end C;
```
I believe this is legal, since there's no requirement of declaration before use in M…
-
**Reported by hansolsson on 1 Mar 2016 15:13 UTC**
It is not clear if the pure function specification in Modelica 3.3 is the desired one; one issue is reading parameters from files.
This is based on:…
-
**Reported by fcasella on 17 Mar 2009 11:34 UTC**
Medium models are currently implemented as packages (in particular, Modelica.Media), and this will still be the case for the next release of the MSL. …