Timeline
2010-10-05:
- 13:04 Ticket #1134 (Implement enumerations. (From MathCore)) updated by
- 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
- 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
- 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
- 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
- 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
- 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
- Add another phase to the compiler to speed up instantiation. Today, we …
- 09:00 Ticket #1300 (Backend - HashTable is semi-mutable) updated by
- 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
- 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
- The HashTable contains some fields that are mutable and some that are …
- 19:09 Ticket #1299 (instantiateDaeFunction() and infinite loops) updated by
- Or I'm totally wrong... I just assumed the hashtable in the cache was …
- 18:26 Ticket #1299 (instantiateDaeFunction() and infinite loops) updated by
- 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
- 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
- Test case mosfiles-nosim/LookupPackageFail added in r6271.
- 15:56 Ticket #1165 (Lookup does not stop when a partially successful lookup fails.) updated by
- 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
- 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
- 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
- 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
- Fixed in r1207, see test case mofiles/ForIteratorType.
- 12:58 Ticket #1299 (instantiateDaeFunction() and infinite loops) created by
- 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
- 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
- This is now fixed by an interactive loop where the user selects in …
- 01:38 Ticket #1268 (Command switch and API for guiding the breaking algorithm for ...) updated by
- Added support for directly displaying the overconstrained connection …
2010-09-28:
- 22:52 Ticket #1244 (Can't find matching inner) updated by
- 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
- {{{$ 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
- 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
- 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
- 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
- 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
- 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
- Fixed, with testcase testcase meta/AlgPatternm.mos
- 18:12 Ticket #1244 (Can't find matching inner) updated by
- 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
- 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
- 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
- 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
- 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
- If a function without output is used within an if clause in an …[…]
- 13:33 Ticket #1244 (Can't find matching inner) updated by
- OpenModelica warns if an inner cannot be found and continues by just …
- 13:26 Ticket #1244 (Can't find matching inner) updated by
- 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
- 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
- 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
- These models should generate an error or at least a warning. […] …
Note:
See TracTimeline
for information about the timeline view.