Timeline



2010-10-05:

13:04 Ticket #1134 (Implement enumerations. (From MathCore)) updated by Per Östlund
I have fixed the String function so that it also is constant evaluated …
11:20 Ticket #1189 (Instantiation - Illegal nested when-statements and when-equations are not detected.) updated by Per Östlund
Fixed in revision 6285, see test case mofiles/WhenNestedEquation.
09:58 Ticket #1020 (Please add svn property 'svn:eol-style native' to _all_ text files) updated by Dietmar Winkler
I wasn't aware that you can force a certain line-ending on the server …
09:36 Ticket #1040 (Check Variability of declaration equation (from MathCore)) updated by Per Östlund
Fixed in revision 6284, see test case …
09:34 Ticket #1020 (Please add svn property 'svn:eol-style native' to _all_ text files) updated by Martin Sjölund
Closing this as it was previously resolved (we now have a make target …
09:29 Ticket #133 (Command Prompt Environment - Problem with getParameterNames()) updated by Martin Sjölund
This should be considered in a compiler redesign to make the compiler …
09:20 Ticket #1301 (Preprocessor - Redesign: Add extra phase on top of SCode) created by Martin Sjölund
Add another phase to the compiler to speed up instantiation. Today, we …
09:00 Ticket #1300 (Backend - HashTable is semi-mutable) updated by Martin Sjölund
Problem: If you make this mutable as it should be, the FunctionTree …
07:39 Ticket #1247 (Improve error message for mixing equation/algorithm syntax (from MathCore)) updated by Peter Aronsson
This is the most common syntactic error that new users do, so I think …

2010-10-04:

19:16 Ticket #1300 (Backend - HashTable is semi-mutable) created by Martin Sjölund
The HashTable contains some fields that are mutable and some that are …
19:09 Ticket #1299 (instantiateDaeFunction() and infinite loops) updated by Martin Sjölund
Or I'm totally wrong... I just assumed the hashtable in the cache was …
18:26 Ticket #1299 (instantiateDaeFunction() and infinite loops) updated by Martin Sjölund
I think I found out where this crap happens... It's not because the …

2010-10-01:

17:10 Ticket #1189 (Instantiation - Illegal nested when-statements and when-equations are not detected.) updated by dhedberg
The checks seem not be exhaustive as the model below results in no …
17:02 Ticket #1165 (Lookup does not stop when a partially successful lookup fails.) updated by Per Östlund
Test case mosfiles-nosim/LookupPackageFail added in r6271.
15:56 Ticket #1165 (Lookup does not stop when a partially successful lookup fails.) updated by dhedberg
Do you have a test case for this issue because it seems like it does …
13:08 Ticket #1040 (Check Variability of declaration equation (from MathCore)) updated by Adrian Pop
I assign this to Per also because the problem with not displaying the …
12:58 Ticket #1040 (Check Variability of declaration equation (from MathCore)) updated by dhedberg
This issue is not completely solved. I found that the following model …

2010-09-30:

16:10 Ticket #1040 (Check Variability of declaration equation (from MathCore)) updated by AlexeyLebedev
I have improved the fix, now this example fails.
14:22 Ticket #1207 (Instantiation - Iterator in for loop over enumeration has type Integer instead of EnumType) updated by Per Östlund
Fixed in r1207, see test case mofiles/ForIteratorType.
12:58 Ticket #1299 (instantiateDaeFunction() and infinite loops) created by Martin Sjölund
There is a problem with the way instantiateDaeFunction breaks loops - …
12:14 Ticket #1298 (Backend - Records (and functions) with complex default bindings fail) created by Martin Sjölund
Default bindings that refer to other input variables are not handled …
07:12 Ticket #1268 (Command switch and API for guiding the breaking algorithm for ...) updated by Adrian Pop
This is now fixed by an interactive loop where the user selects in …
02:00 Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.pdf attached to Ticket #1268 by Adrian Pop
svg and pdf of Fourbar1 model.
02:00 Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.svg attached to Ticket #1268 by Adrian Pop
svg and pdf of Fourbar1 model.
01:43 Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.gv attached to Ticket #1268 by Adrian Pop
The generated file when running {{{omc +d=cgraphGraphVizFile …
01:38 Ticket #1268 (Command switch and API for guiding the breaking algorithm for ...) updated by Adrian Pop
Added support for directly displaying the overconstrained connection …

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