ModelicaSpecification icon indicating copy to clipboard operation
ModelicaSpecification copied to clipboard

Specification of the Modelica Language

Results 243 ModelicaSpecification issues
Sort by recently updated
recently updated
newest added

**Reported by jmattsson on 18 Dec 2015 17:04 UTC** To enable proprietary Modelica libraries to be compatible with multiple tools, Modelon and Wolfram has worked together on a suggestion for...

discussion
MCP0039

This PR is the main issue for MCP-0039 _Licensing and encryption_. Opening in _Draft_ state to reflect the current state of being _In Development_. Edit: For historical background of this...

MCP0039

The rules for making use of results computed by an external function seem overly restrictive. For the discussion, assume we have a function which increments its argument in-place: ``` void...

discussion

This issue is extracted from a discussion in #3130 (see https://github.com/modelica/ModelicaSpecification/pull/3130#issuecomment-1109557559 and related comments). In that PR it is clarified how nested records should be _stored_ when passed to or...

As noted we now have single quotes around small language fragments; as far as I can see it was added for some in https://github.com/modelica/ModelicaSpecification/pull/2726 in a commit named "Migrate remaining...

discussion
LaTeX

**Reported by ahaumer on 20 Nov 2015 18:29 UTC** I wonder whether it could be possible to propagate parameters via the bus (expandable connector); simple rule: one participant may set...

enhancement

Opening a draft pull request for MCP-0034 in order to create a forum for discussing the MCP at the stage of having a prototype implementation, hoping that there will be...

MCP

This is a follow-up of https://github.com/modelica/ModelicaSpecification/pull/3073#issuecomment-1011397360. We should avoid having a growing number of `\label` identifiers defined for the same place in the document. For example, we shouldn't have sections...

Consider the following MWE: ```modelica package TestFunctionInputType record BaseR constant Integer n = 3; Real x[n]; end BaseR; record DerivedR extends BaseR(n = 5); end DerivedR; function f input BaseR...

clarification