Timeline



2010-09-21:

23:39 Ticket #1294 (Parser - The new parser inserts a CR character before every CRLF in strings) updated by Adrian Pop
Daniel, can you attach the .mos script and .mo file to this bug? You …
23:38 Ticket #1294 (Parser - The new parser inserts a CR character before every CRLF in strings) created by Adrian Pop
From Daniel Hedberg @ MathCore. We have encountered a nasty bug in …
17:09 Ticket #1286 (Instantiation - Wrong error message from the compiler when trying to cast from real to ...) updated by Per Östlund
Fixed in revision 6164, see test case mofiles/ModifierTypeError.
14:15 Ticket #1272 (Flattenning of Modelica.Blocks does not work for all components) updated by Per Östlund
All Modelica.Blocks models now work, except for the BusUsage examples. …
12:13 Ticket #1291 (Instantiation - match is treated as matchcontinue) updated by Martin Sjölund
Fixed in r6158 testsuite/meta/MatchCase12.mos
11:18 Ticket #1289 (inv function is not working) updated by Martin Sjölund
Both of these work in the same model in (trunk) Linux: {{{model …
09:34 Ticket #1293 (MDT cannot parse MetaModelica) updated by Martin Sjölund
Fixed in 6155
09:24 Ticket #1293 (MDT cannot parse MetaModelica) created by Martin Sjölund
MDT starts omc using +c=mdt +d=interactiveCorba, but it is expected to …
09:20 Ticket #1292 (Build Environment - ModelicaExternalC does not compile in GCC-Debian 4.3.2-1.1 (Debian Stable)) updated by Martin Sjölund
Fixed in r6154
08:56 Ticket #1292 (Build Environment - ModelicaExternalC does not compile in GCC-Debian 4.3.2-1.1 (Debian Stable)) created by Martin Sjölund
{{{ModelicaInternal.c:219: error: storage size of fileInfo isn't …
08:22 Ticket #1291 (Instantiation - match is treated as matchcontinue) created by Martin Sjölund
match(1) will return 2 instead of failing. {{{match (i) case (1) …
08:17 Ticket #1290 (Interactive Environment - fail() causes compiler to exit) created by Martin Sjölund
Using dynamic loading of functions that fail() causes the compiler to …

2010-09-20:

22:34 Ticket #1289 (inv function is not working) created by mohsen
{{{model kalmanRiccati parameter Real Rv[:,:] = [0.01, 0; 0, …

2010-09-17:

14:14 Ticket #1272 (Flattenning of Modelica.Blocks does not work for all components) updated by Per Östlund
checkModel on BooleanTable gives an error message about initial …
06:07 Ticket #1285 (Frontend - Incorrect warning regarding missing 'inner' declaration.) updated by Adrian Pop
Oh, the horror. The problem is that it tries to instantiate SBase as a …

2010-09-16:

18:12 Ticket #1288 (Code Generation - Codegen for blocks in models) created by Willi Braun
small model that fails: […] with following error message: […]
17:44 Ticket #1287 (Code Generation - Codegen for single array element) created by Willi Braun
small model that fails: {{{model smallArray parameter Boolean a[:] = …[…]
16:15 Ticket #1286 (Instantiation - Wrong error message from the compiler when trying to cast from real to ...) created by Adrian Pop
Here is the execution trace: […] The compiler should not fail …

2010-09-15:

22:17 Ticket #1284 (Parser - The parser segfaults on incomplete models) updated by Martin Sjölund
Fixed in r6140. No testcase added (too specific bug).
19:39 Ticket #1285 (Frontend - Incorrect warning regarding missing 'inner' declaration.) updated by Adrian Pop
Somewhere in the instantiation instVar is called with no …
14:12 Ticket #1275 (Flattenning of Modelica.Mechanics.MultiBody does not work for all ...) updated by Per Östlund
RotationSequence fixed in r6134. checkModel now works on all MultiBody …
13:44 Ticket #1285 (Frontend - Incorrect warning regarding missing 'inner' declaration.) updated by Adrian Pop
Issue verified.
13:23 Ticket #1285 (Frontend - Incorrect warning regarding missing 'inner' declaration.) created by dhedberg
Consider the following definitions: […] Checking the package the …
12:59 Ticket #1284 (Parser - The parser segfaults on incomplete models) created by Per Östlund
A model such as […] or […] causes the parser to segfault. It …
12:49 Ticket #1275 (Flattenning of Modelica.Mechanics.MultiBody does not work for all ...) updated by Adrian Pop
Thanks to the fixes already made for bug #1273 [BUG:1273] and #1274
11:50 Ticket #1273 (Flattenning of Modelica.Electrical.Analog does not work for all components) updated by Per Östlund
The Modelica.Electrical.Analog.Lines.M_OLine.segment model has been …
08:59 Ticket #1281 (Instantiation - Function Inlining: "MultiBody: SlidingJointTest.frame_b.r unbound?") updated by Per Östlund
The warnings are as you suspected not correlated with the problem. …

2010-09-14:

20:18 Ticket #1274 (Flattenning of Modelica.Math does not work for all components) updated by Per Östlund
checkModel on all these functions now works, see test case …
18:34 Ticket #1273 (Flattenning of Modelica.Electrical.Analog does not work for all components) updated by Adrian Pop
The problem with model: Modelica.Electrical.Analog.Lines.M_OLine
16:54 Ticket #1282 (Instantiation - Implement checkModel functionality that allows checking of partial models) updated by Adrian Pop
Solved by the latest commit (See SCM Commits).
16:53 Ticket #1273 (Flattenning of Modelica.Electrical.Analog does not work for all components) updated by Adrian Pop
Now only model Modelica.Electrical.Analog.Lines.M_OLine remains …
16:34 Ticket #1266 (Parser - Upgrade parser to ANTLR version 3) updated by Adrian Pop
Now the parser/antlr3 can be compiled into a Visual Studio .lib file …
13:17 Ticket #1283 (New Instantiation - Assigning matrices is terribly inefficient (unneeded expand)) created by asodja
The following model calles function EulerAngles with same arguments …
12:29 Ticket #1273 (Flattenning of Modelica.Electrical.Analog does not work for all components) updated by Adrian Pop
Closed by mistake. Model …
11:09 Ticket #1282 (Instantiation - Implement checkModel functionality that allows checking of partial models) created by Adrian Pop
Right now the checking of partial models …
10:46 Ticket #1156 (Instantiation - The examples in Machines and Multiphase fails to check (by MathCore)) updated by Adrian Pop
Fixed in revision 6119, see also the tests in SCM Commits.
10:44 Ticket #1273 (Flattenning of Modelica.Electrical.Analog does not work for all components) updated by Adrian Pop
Fixed in revision 6119
10:20 Ticket #1273 (Flattenning of Modelica.Electrical.Analog does not work for all components) updated by Adrian Pop
Added test …
10:15 Ticket #1273 (Flattenning of Modelica.Electrical.Analog does not work for all components) updated by Adrian Pop
Models: […] contain if equations in the form: […] which cannot …
10:10 Ticket #1273 (Flattenning of Modelica.Electrical.Analog does not work for all components) updated by Adrian Pop
These are partial models, so you cannot run instantiateModel or …
Note: See TracTimeline for information about the timeline view.