Timeline
2018-03-30:
- 21:42 Ticket #4851 (Code Generation - Split the 16dae.c source file into multiple files) updated by
-
Description changed
- 20:10 Ticket #3963 (Code Generation - Split C source code in more files for more efficient parallel compilation) updated by
- See also #4851
- 20:10 Ticket #4851 (Code Generation - Split the 16dae.c source file into multiple files) created by
-
When compiling large models with
-daeMode=new
, the lion's share … - 14:47 Ticket #4808 (Backend - Simple equation involving Complex numbers is solved incorrectly) updated by
- Thanks @vitalij, everything runs fine now
- 09:08 Ticket #4441 (Backend - Incorrect calculation of stream variables) closed by
- fixed
- 09:07 Ticket #4850 (Backend - wrapFunctionCalls failed for sum) closed by
- fixed
- 07:56 Ticket #4850 (Backend - wrapFunctionCalls failed for sum) updated by
-
Cc changed
- 07:56 Ticket #4850 (Backend - wrapFunctionCalls failed for sum) updated by
- Replying to lochel: > Why does the cse module fail for …
2018-03-29:
- 21:27 Ticket #4850 (Backend - wrapFunctionCalls failed for sum) updated by
-
Why does the cse module fail for
sum
? - 20:44 Ticket #4808 (Backend - Simple equation involving Complex numbers is solved incorrectly) closed by
- fixed
- 20:38 Ticket #4850 (Backend - wrapFunctionCalls failed for sum) updated by
-
Status, Owner changed
- 20:22 Ticket #4850 (Backend - wrapFunctionCalls failed for sum) created by
- following example failed […] with `Error: post-optimization …
- 19:22 Ticket #4808 (Backend - Simple equation involving Complex numbers is solved incorrectly) updated by
- fixed with [https://github.com/OpenModelica/OMCompiler/pull/2331 …
- 18:30 Ticket #4808 (Backend - Simple equation involving Complex numbers is solved incorrectly) updated by
- The easy fix would be to fix the inlining so it works even if the …
- 13:37 Ticket #4849 (OMEdit - The Description column should be visible by default in OMEdit) updated by
-
Description changed
- 12:49 Ticket #4849 (OMEdit - The Description column should be visible by default in OMEdit) created by
- When you run a simulation in OMEdit, the way the variable browser …
- 12:39 Ticket #4808 (Backend - Simple equation involving Complex numbers is solved incorrectly) reopened by
- Unfortunately this test case still doesn't work properly […] …
- 12:31 Ticket #4847 (Frontend - Possible ExpressionSimplify error) closed by
- fixed
- 12:30 Ticket #4847 (Frontend - Possible ExpressionSimplify error) updated by
- Fixed in d4bea6d, along with several …
- 12:28 Ticket #4848 (OMEdit - Linear equations are not detailed in the debugger) created by
- Please run the following model in OMEdit with the debugger […] The …
- 11:11 Ticket #4847 (Frontend - Possible ExpressionSimplify error) updated by
-
Status, Owner changed
2018-03-28:
- 17:56 Ticket #4847 (Frontend - Possible ExpressionSimplify error) created by
- DAE seem to optimise […] To […] Leading to an implicit cast …
- 16:54 Ticket #4820 (New Instantiation - Issue with functions having array arguments in NF) updated by
- An easy mistake to make. In some of the error messages for the new …
- 16:39 Ticket #4820 (New Instantiation - Issue with functions having array arguments in NF) updated by
-
Ah, I missed that
-
actually meant the unary minus operator :) - 16:28 Ticket #4830 (New Instantiation - Problems with records in C code generated starting from NF) closed by
- duplicate: Duplicate of #4818.
- 16:26 Ticket #4818 (New Instantiation - Incorrect C code generated from NF-flattened model involving a record) updated by
- This particular case seems to have been solved, presumably by …
- 16:20 Ticket #4846 (New Instantiation - Issues with function with multiple outputs) closed by
- fixed: Fixed in a4776a6. This makes the model …
- 15:00 Ticket #4820 (New Instantiation - Issue with functions having array arguments in NF) updated by
- The issue is actually that interpolate has two outputs ({{{(Real …
- 14:22 Ticket #4820 (New Instantiation - Issue with functions having array arguments in NF) updated by
- You are right. In the new ticket I (possibly) identified the root …
- 09:29 Ticket #4820 (New Instantiation - Issue with functions having array arguments in NF) closed by
- duplicate: Duplicate of #4846.
2018-03-27:
- 16:33 Ticket #4845 (Backend - Tearing of linear systems produces singular system out of ...) updated by
- OK, it looked strange that the ticket was assigned to no-one, but now …
- 14:54 Ticket #4845 (Backend - Tearing of linear systems produces singular system out of ...) updated by
- I don't have time to work on it myself and since Patrick left the dev …
- 13:42 Ticket #4845 (Backend - Tearing of linear systems produces singular system out of ...) updated by
-
Cc changed
@lochel why did you remove yourself as owner? - 13:36 Ticket #4846 (New Instantiation - Issues with function with multiple outputs) created by
- Please check the …
- 12:24 Ticket #4845 (Backend - Tearing of linear systems produces singular system out of ...) updated by
-
Status, Owner changed
- 12:17 Ticket #4845 (Backend - Tearing of linear systems produces singular system out of ...) created by
- Please consider the …
- 11:51 Ticket #4844 (Frontend - Weird behaviour of OMEdit with packages) created by
-
Please open the
ScalableTestSuite library
, version 1.10.0, with … - 08:58 Ticket #4824 (New Instantiation - Lookup issues in Modelica.Media with NF) closed by
- fixed: Fixed in 75bf644e.
- 08:52 Ticket #4843 (New Instantiation - NF doesn't evaluate size expression of function input parameters) created by
- The new frontend only types function parameters when typing the …
- 06:17 Ticket #4441 (Backend - Incorrect calculation of stream variables) updated by
- Replying to vitalij: > fixed with …
2018-03-26:
- 22:40 Ticket #4441 (Backend - Incorrect calculation of stream variables) updated by
-
Milestone changed
- 22:37 Ticket #3885 (Backend - inStream and Evaluate Parameter) updated by
-
Milestone changed
- 22:32 Ticket #4441 (Backend - Incorrect calculation of stream variables) updated by
-
Status changed
fixed with PR2319. - 22:32 Ticket #4441 (Backend - Incorrect calculation of stream variables) updated by
-
Status, Owner changed
- 22:31 Ticket #3885 (Backend - inStream and Evaluate Parameter) closed by
- fixed: fixed with PR2319.
- 12:42 Ticket #4808 (Backend - Simple equation involving Complex numbers is solved incorrectly) closed by
- fixed: Sorry, of course I need to add the final qualifier or remove the …
- 12:07 Ticket #4808 (Backend - Simple equation involving Complex numbers is solved incorrectly) updated by
- @casella Anyway, I guess you original model should work, now. Can you …
- 11:54 Ticket #4808 (Backend - Simple equation involving Complex numbers is solved incorrectly) updated by
- I guess the model need some of the following modeficatio: […] …
- 11:43 Ticket #4808 (Backend - Simple equation involving Complex numbers is solved incorrectly) updated by
- Replying to vitalij: > maybe fixed with …
- 11:03 Ticket #4825 (New Instantiation - Issue with unit string modifier in arrays with the NF) closed by
- fixed: Fixed in c282ec9a.
2018-03-25:
- 16:01 Ticket #4841 (*unknown* - inline function with bindings for outputs) closed by
- fixed
- 14:43 Ticket #4842 (OMEdit - Variable browser in OMEdit confuses the display unit when loading ...) created by
- When using the workaround for OMEdits inability of displaying several …
- 14:43 Ticket #4841 (*unknown* - inline function with bindings for outputs) updated by
- fixed with PR2314
- 14:42 Ticket #4841 (*unknown* - inline function with bindings for outputs) updated by
-
Status, Owner, Milestone changed
- 11:39 Ticket #4841 (*unknown* - inline function with bindings for outputs) created by
- following model will transform wrong if inline is active. […] …
2018-03-24:
- 18:16 Ticket #4803 (Initialization - Modelica.Fluid.Examples.PumpingSystem - issues in initialization) closed by
- duplicate: fixed with [https://github.com/OpenModelica/OMCompiler/pull/2312 …
- 18:15 Ticket #4803 (Initialization - Modelica.Fluid.Examples.PumpingSystem - issues in initialization) updated by
-
Status, Owner changed
- 18:14 Ticket #4316 (*unknown* - Simulation of Modelica.Fluid.Examples.Pumpingsystem and HeatingSystem fail) closed by
- fixed: fixed with PR2312
- 18:14 Ticket #4316 (*unknown* - Simulation of Modelica.Fluid.Examples.Pumpingsystem and HeatingSystem fail) updated by
-
Status, Owner changed
2018-03-23:
- 23:48 Ticket #4808 (Backend - Simple equation involving Complex numbers is solved incorrectly) updated by
- maybe fixed with [https://github.com/OpenModelica/OMCompiler/pull/2310 …
- 19:46 Ticket #4839 (OMEdit - Badly wrong visualization in OMEdit in a simple case) updated by
- We discussed this regarding diodes (#4645). Since the diode symbol …
- 18:26 Ticket #4839 (OMEdit - Badly wrong visualization in OMEdit in a simple case) updated by
-
Cc, Owner, Component changed
The problem in this case is that the connection between … - 18:04 Ticket #4541 (New Instantiation - connect last array element using [end]) updated by
-
Component, Milestone changed
- 18:02 Ticket #2361 (Frontend - Bad handling of connectors derived from records) updated by
- See also #4828
- 18:01 Ticket #4828 (New Instantiation - Connection equations involving Complex numbers are redundant and incorrect) updated by
- Could also be related to #2361
- 16:50 Ticket #4839 (OMEdit - Badly wrong visualization in OMEdit in a simple case) updated by
-
Summary changed
- 16:49 Ticket #4839 (OMEdit - Badly wrong visualization in OMEdit in a simple case) updated by
-
Priority, Milestone changed
- 16:48 Ticket #4840 (OMEdit - OMEdit does not use displayUnit unit conversion on parameter arrays of ...) created by
- Consider the enclosed model BugSources. the source voltages are …
- 16:31 Ticket #4839 (OMEdit - Badly wrong visualization in OMEdit in a simple case) created by
- Using only graphical operations on OMEdit I got to the enclosed …
- 15:23 Ticket #4831 (New Instantiation - Issue with non-scalar subs in NF) closed by
- fixed: Fixed in 0ac88106.
- 03:01 Ticket #4782 (OMEdit - Cannot pass a parameter value coming from a class to another class ...) updated by
- Hello, We made the "examples" directory a standalone Modelica library …
Note:
See TracTimeline
for information about the timeline view.