Timeline



2010-09-23:

15:08 Ticket #1285 (Frontend - Incorrect warning regarding missing 'inner' declaration.) updated by Adrian Pop
What is checkModel(A) supposed to do?? A is a package\\ If I …
13:32 Ticket #1285 (Frontend - Incorrect warning regarding missing 'inner' declaration.) updated by dhedberg
The problem is still there (to some extent). If I call …
13:24 Ticket #1047 (Update testsuite to Modelica 2.2 (from MathCore)) updated by Martin Sjölund
We have testsuite/libraries/msl221 testsuite/mosfiles-msl22 and more …
13:19 Ticket #1217 (Modelica.Mechanics.Translational.Examples.Friction (MSL 2.2.1) does ...) updated by Martin Sjölund
checkModel now works; simulate says -remove_simple_equations failed
13:15 Ticket #1244 (Can't find matching inner) updated by Martin Sjölund
Did Adrian get part of these files sent via email? The attached file …
12:55 Ticket #1257 (Codegen bug) updated by Martin Sjölund
The problem with casting real/int array is now gone since integers …
03:09 Ticket #1266 (Parser - Upgrade parser to ANTLR version 3) updated by Adrian Pop
Closing this issue.
03:08 Ticket #1266 (Parser - Upgrade parser to ANTLR version 3) updated by Adrian Pop
This is mostly resolved now, so I change the task to resolved.
03:05 Ticket #1285 (Frontend - Incorrect warning regarding missing 'inner' declaration.) updated by Adrian Pop
Fixed, see SCM Commits for more info.
00:32 A.zip attached to Ticket #1294 by Adrian Pop
Added the files for future reference.
00:13 Ticket #1294 (Parser - The new parser inserts a CR character before every CRLF in strings) updated by Adrian Pop
Well, it seems that if we open a file in text mode in Windows, writing …

2010-09-22:

16:23 Ticket #1294 (Parser - The new parser inserts a CR character before every CRLF in strings) updated by Martin Sjölund
This is a bug in the MinGW (or Win32) runtime. fprintf(stderr, "\r\n") …
14:21 Ticket #1121 (Modelica.Electrical.Digital (from MathCore)) updated by Per Östlund
checkAllModelsRecursive(Modelica.Electrical.Digital) says that these …
14:05 Ticket #1133 (check of Modelica.Mechanics.Translational.Examples.Friction in MSL 3.1 ...) updated by Per Östlund
Fixed in r6173, see test case libraries/msl31/Modelica.Mechanics.
13:44 Ticket #1157 ([MultiBody] Validating a model with Cylindrical joint returns errors ...) updated by Per Östlund
From the components used I assume that this is MSL 2.X with MultiBody, …
13:27 Ticket #1287 (Code Generation - Codegen for single array element) updated by Per Östlund
Thanks to your fixes in revision 6171, this now works for Boolean and …
13:04 Ticket #1124 (check of Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve in ...) updated by Per Östlund
This model works with the recent checkModel fixes, see test case …
12:37 Ticket #1294 (Parser - The new parser inserts a CR character before every CRLF in strings) updated by Martin Sjölund
Added the mo and mos-file as Wiki markup since attachments seemed to …
12:29 Ticket #1243 (Flattening of Magnetic.FluxTubes fails) updated by Per Östlund
These examples seems to have been fixed due to the recent checkModel …
12:17 Ticket #1294 (Parser - The new parser inserts a CR character before every CRLF in strings) updated by Martin Sjölund
I really need to see that script; possibly also run it in Windows …
11:45 Ticket #1287 (Code Generation - Codegen for single array element) updated by Per Östlund
This is partially fixed in revision 6169, but only works for Real …

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 …
Note: See TracTimeline for information about the timeline view.