Timeline


and

2009-03-23:

19:07 Ticket #1091 (Flattening of equation with transpose() fails with some literal inputs.) created by rruusu
Something very strange happens when the model below is flattened. The …
18:19 Ticket #1090 (Code generation of identity() fails in a function .) created by rruusu
The model below produces an internal error: […] Result of omc +s: …
17:23 Ticket #1089 (Problem with constructing a record with array elements.) created by rruusu
The model below results in flattened equations with missing subscript …

2009-03-17:

17:29 Ticket #1088 (Constructor for an external object without (input) argument) created by krsta
Dear Developers, I wanted to report my finding that OpenModelica does …
17:20 Ticket #1087 (Problem with record constructors) created by krsta
[…]
12:24 Ticket #1086 (Multiple Function Return Arguments) created by krsta
"When i run this it just says that OMC has stopped working and then …

2009-03-16:

17:13 Ticket #1085 (Speedup check of Digital examples (from MathCore)) created by krsta
Running checkmodel on digital examples gives the follwing times (in …
17:11 Ticket #1084 ([MSL] [Machines] Building of SMEE_Gen fails (from MathCore)) created by krsta
(Old MathCore Track ID 1145) Checking the model …
17:10 Ticket #1083 ([MSL] [Machines] Differentiation of Abs not supported: AIMC_Inverter ...) created by krsta
(Old MathCore Track ID 1144) Initiation of …
17:09 Ticket #1082 (Derivatives on functions (from MathCore)) created by krsta
Allowing to specify derivatives on functions.
17:07 Ticket #1081 (Restrictions on redeclarations (from MathCore)) created by krsta
Implement the restrictions on redeclarations. (subtype, etc.)
17:06 Ticket #1080 (Constraining type on redeclarations (from MathCore)) created by krsta
Check that the constraining type on redeclarations is not violated.
17:04 Ticket #1079 (Prevent users from adding components to short class definitions, ...) created by krsta
Today it is possible for the user to drop components on classes which …
17:03 Ticket #1078 (Improve error message when trying to override a final ...) created by krsta
Here is a simple model where an illegal modification of a (final) unit …
17:00 Ticket #1077 (Make correct state selection for Machine examples (from MathCore)) created by krsta
Ticket #1145 and #1144 do not work because of problems both state …
16:58 Ticket #1076 (Modification of an unknown variable does not give an error (from MathCore)) created by krsta
When modifying a varible there is no check if that variable exists. …
16:56 Ticket #1075 (Modelica 3 (from MathCore)) created by krsta
(Old MathCore Track ID 1513) Update to MSL v3.0 and Modelica language …
16:55 Ticket #1074 (Lookup in inherited classes fail (from MathCore)) created by krsta
(May relate to #1483). The following main model does not work (cannot …
16:53 Ticket #1073 (Improve instantiation speed (from MathCore)) created by krsta
The major bottleneck in instantiation is that the flat DAE is …
16:52 Ticket #1072 (Detect modifiers on components declared as outer. (from MathCore)) created by krsta
OpenModelica allows modifiers on components declared as outer. …
16:51 Ticket #1071 (Detect and prevent multiple declarations with the same identifier. ...) created by krsta
In OpenModelica it possible to have multiple declarations with the …
16:50 Ticket #1070 (Comments in text view (from MathCore)) created by krsta
It should be possible to add Modelica comments in text view and keep …
16:48 Ticket #1069 (Allow to specify absolute or relative path for fileName in tables ...) created by krsta
Only the file name itself can be specified, e.g. "table.txt". It is …
16:43 Ticket #1068 (Subscript of ranges in arrays (from MathCore)) created by krsta
All possible subscripting of arrays: […] Implement in Static, …
16:42 Ticket #1067 (Reduction expressions (from MathCore)) created by krsta
3.4.3.1 Reduction Expressions in specification. (Array comprehensions)
16:40 Ticket #1066 (Restrictions on connections (from MathCore)) created by krsta
Check restrictions on connections.
16:39 Ticket #1065 (Modifiers are not completely implemented (from MathCore)) created by krsta
Not all modifiers included in the soecificication are implemented yet. …
16:38 Ticket #1064 (Don't allow outer without corresponding inner. (from MathCore)) created by krsta
What you see below should not be allowed according to the …
16:37 Ticket #1063 (Vectorised type does not work (from MathCore)) created by krsta
The following model is legal Modelica but it does not work in …
16:36 Ticket #1062 (Not so useful error message for an invalid model (from MathCore)) created by krsta
The below model is not valid and returns an error message: "Internal …
16:34 Ticket #1061 (Check of redeclaration of different type is not made (from MathCore)) created by krsta
In C2 a change to the type Integer is made, which is illegal (must be …
16:33 Ticket #1060 (Check of protected variables is not made when using ...) created by krsta
model C2 below returns no error but the parameter r is protected and …
16:32 Ticket #1059 (Illegal Modelica code is allowed (vectorized expression output from ...) created by krsta
The following class is illegal according to Modelica since it contains …
16:31 Ticket #1058 (terminate not supported (from MathCore)) created by krsta
The following model does not work probably due to terminate not …
16:30 Ticket #1057 (Implementing else_when (from MathCore)) created by krsta
Elsewhen should be implemented. Eg.g. the model below does not …
16:28 Ticket #1056 ([MSL] [Digital] Error in Multiplexer model (from MathCore)) created by krsta
The model Modelica.Electrical.Digital.Examples.Multiplexer does not …
16:26 Ticket #1055 (No warning produced for blocks with non-directional variables (from ...) created by krsta
A warning should be produced for blocks that has variables that are …
16:05 Ticket #1054 ([Tiller] Code generation of string compare (from MathCore)) created by krsta
(Old MathCore Track ID 723) As seen in the example …
16:01 Ticket #1053 ([Tiller] No constant binding for variable num (problem with record?) ...) created by krsta
Build fails when simulating the model …
15:58 Ticket #1052 (Error reporting for invalid when equations (from MathCore)) created by krsta
As topic says, add error reports for illegal when equations(body …
15:56 Ticket #1051 (Investigate the Media package (from MathCore)) created by krsta
Investiagation of what is needed to make the media package 1. Work …
15:43 Ticket #1050 (Introduce an annotation for toggling flipping of rectangular ...) created by krsta
Introduce a graphical (vendor) annotation for toggling flipping of …
15:40 Ticket #1049 (Tuple function calls with non tuple left side (from MathCore)) created by krsta
Modelica standard library uses first example below(from 3.0 spec) …
15:39 Ticket #1048 (delay gives wrong result for discrete signals (from MathCore)) created by krsta
When using delay on discrete signals, the delay-signal is no longer …
15:37 Ticket #1047 (Update testsuite to Modelica 2.2 (from MathCore)) created by krsta
Update and write new tests to cover all features of Modelica 2.2
15:36 Ticket #1046 (Slice operation (from MathCore)) created by krsta
Not correctly implemented. Change of crefs in slice expression needed.
15:35 Ticket #1045 (Array access (from MathCore)) created by krsta
Array acces, end operator. A[{1,2,4}]
15:34 Ticket #1044 (Second identical equation should be removed (from MathCore)) created by krsta
Color2 class below should be legal but both the check reports three …
15:32 Ticket #1043 (Checking for type mismatch (from MathCore)) created by krsta
We need to check for type mismatch. e.g. the following model is …
15:30 Ticket #1042 (Inheriting multiple definitions with different type should not work ...) created by krsta
The ErrorColor contains a multiple declaration of the red instance. …
15:28 Ticket #1041 (Unnecessary and unclear messages (from MathCore)) created by krsta
The below model returns strange and very long error messages when …
15:26 Ticket #1040 (Check Variability of declaration equation (from MathCore)) created by krsta
From the spec: "For an assignment v:=expr or declaration equation …
15:22 Ticket #1039 (Improved name lookup (from MathCore)) created by krsta
Consider the following model: […] This model should not work as …
15:16 Ticket #1038 ([ThermoPower] Problem with short class definition (from MathCore)) created by krsta
The package Modelica.Media.Water.StandardWater is used by models in …
Note: See TracTimeline for information about the timeline view.