Timeline



2010-09-28:

22:52 Ticket #1244 (Can't find matching inner) updated by Adrian Pop
Ok, I changed the warning message to give more info. Now for this …
19:04 Ticket #1040 (Check Variability of declaration equation (from MathCore)) updated by Martin Sjölund
{{{$ OPENMODELICAHOME=/opt omc a.mo class A Real x; parameter Real …
19:00 Ticket #1049 (Tuple function calls with non tuple left side (from MathCore)) updated by Martin Sjölund
This was fixed in r5900, with testcase mofiles/TupleSingleAssign.mo
18:53 Ticket #1165 (Lookup does not stop when a partially successful lookup fails.) updated by Martin Sjölund
As far as I can tell, this is working correctly: {{{Error: Class P.B …
18:50 Ticket #1244 (Can't find matching inner) updated by Adrian Pop
What I can probably do is improve the error message. I can say that …
18:49 Ticket #1247 (Improve error message for mixing equation/algorithm syntax (from MathCore)) updated by Martin Sjölund
The new parser outputs: {{{[a.mo:5:6-5:7:writable] Error: No viable …
18:44 Ticket #1244 (Can't find matching inner) updated by Adrian Pop
Your model is wrong\\ The name of the outer component …
18:44 Ticket #1296 (Instantiation - MetaModelica implementation doesn't pattern-match in statements) updated by Martin Sjölund
Fixed, with testcase testcase meta/AlgPatternm.mos
18:12 Ticket #1244 (Can't find matching inner) updated by Jan Brugård
Adrian, should this be fixed as part of Red October? I guess it should?
14:35 Ticket #1297 (Frontend - Flattening of functions without output does not work) updated by Adrian Pop
Then it means that somewhere in your code (before or in the back-end) …
14:13 Ticket #1297 (Frontend - Flattening of functions without output does not work) updated by Jan Brugård
I get the following error in MathModelica […] If I change the …
14:05 Ticket #1297 (Frontend - Flattening of functions without output does not work) updated by Adrian Pop
Jan, could you tell me what is the actual error that you get, i.e. …
14:02 Ticket #1297 (Frontend - Flattening of functions without output does not work) updated by Adrian Pop
This is colaboration of front-end and back-end issue. I'll look into …
13:41 Ticket #1297 (Frontend - Flattening of functions without output does not work) created by Jan Brugård
If a function without output is used within an if clause in an …[…]
13:33 Ticket #1244 (Can't find matching inner) updated by Adrian Pop
OpenModelica warns if an inner cannot be found and continues by just …
13:26 Ticket #1244 (Can't find matching inner) updated by Jan Brugård
I have now tested it again and the problem was that the corresponding …
10:11 Ticket #1044 (Second identical equation should be removed (from MathCore)) updated by Per Östlund
Fixed in revision 6245, see test case mofiles/IdenticalEquations. The …
09:36 Ticket #1296 (Instantiation - MetaModelica implementation doesn't pattern-match in statements) created by Martin Sjölund
Sample code below. The compiler also pattern-matches with constants …
08:45 Ticket #1295 (Instantiation - Distinct modifications that modify the same attribute are not ...) created by Adrian Pop
These models should generate an error or at least a warning. […] …

2010-09-27:

15:56 Ticket #1121 (Modelica.Electrical.Digital (from MathCore)) updated by Per Östlund
Fixed in r6233, see test case libraries/msl31/Modelica.Electrical.Digital.
14:51 Ticket #1044 (Second identical equation should be removed (from MathCore)) updated by Adrian Pop
Added it to Red October milestone with low priority and tentatively …

2010-09-24:

12:49 Ticket #1294 (Parser - The new parser inserts a CR character before every CRLF in strings) updated by Adrian Pop
Well, I now open the files in "rt" and "wt" in Windows and this should …

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