Timeline
2020-09-15:
- 17:20 Ticket #6114 (New Instantiation - Unit checking scales with O(2^N) in case of large expressions ...) updated by
- PR 6749 merged in 7befa42f.
- 16:27 Ticket #6114 (New Instantiation - Unit checking scales with O(2^N) in case of large expressions ...) updated by
- 👍
- 16:26 Ticket #6114 (New Instantiation - Unit checking scales with O(2^N) in case of large expressions ...) updated by
- Replying to casella: > My recommendation is to fix in …
- 16:04 Ticket #6114 (New Instantiation - Unit checking scales with O(2^N) in case of large expressions ...) updated by
- I understand from today's discussion that @lochel was originally …
- 13:49 Ticket #6112 (Documentation - Corrective for icon generation is not complete) updated by
- Works perfectly fine for me. See the attached icon generated using the …
- 13:23 Ticket #6112 (Documentation - Corrective for icon generation is not complete) updated by
- Please find attached the Modelica model (a toymodel with no physics). …
- 13:14 Ticket #6114 (New Instantiation - Unit checking scales with O(2^N) in case of large expressions ...) updated by
- The difference between the OF and the NF is that for example `x1 + x2 …
- 12:38 Ticket #6118 (Build Environment - MSVC does not work with Cpp runtime under Windows) updated by
- After discussion during today's devmeeting, @adeas31 will have a look …
- 12:37 Ticket #6118 (Build Environment - MSVC does not work with Cpp runtime under Windows) updated by
-
Status, Owner changed
- 12:30 Ticket #6114 (New Instantiation - Unit checking scales with O(2^N) in case of large expressions ...) updated by
- During today's devmeeting @perost mentioned he converted the code from …
- 12:26 Ticket #6114 (New Instantiation - Unit checking scales with O(2^N) in case of large expressions ...) updated by
- Replying to rfranke: > It appears that this version of the …
- 12:16 Ticket #6088 (Third-Party Libraries - Remaining issues with HelmholtzMedia) updated by
-
Description changed
- 07:35 Ticket #6118 (Build Environment - MSVC does not work with Cpp runtime under Windows) updated by
-
Cc changed
2020-09-14:
- 17:45 Ticket #6118 (Build Environment - MSVC does not work with Cpp runtime under Windows) created by
- Selecting msvc15 in OMEdit under Windows, the compilation fails do to …
- 16:40 Ticket #6117 (OMEdit - Throwing error for missing else-clause even if condition is parametric) updated by
- I'm sorry, but I can't open the attached package in OMEdit, I get …
- 14:17 Ticket #6117 (OMEdit - Throwing error for missing else-clause even if condition is parametric) created by
- I get: Missing else-clause in if-equation with non-parameter …
- 11:00 Ticket #6116 (New Instantiation - NF includes input records in the variables count) updated by
- Thanks Per!
- 11:00 Ticket #6116 (New Instantiation - NF includes input records in the variables count) closed by
- fixed: Successfully tested on both example and real application.
2020-09-12:
- 21:13 Ticket #6115 (Code Generation - Wrong code generation for *and*) updated by
- [https://specification.modelica.org/v3.4/Ch3.html#evaluation-order …
- 09:07 Ticket #6115 (Code Generation - Wrong code generation for *and*) updated by
-
Replying to casella:
>
a and b
withb and a
, …
2020-09-11:
- 19:12 Ticket #6116 (New Instantiation - NF includes input records in the variables count) updated by
- @Andrea, please check also on the real application as soon as the …
- 11:30 Ticket #6116 (New Instantiation - NF includes input records in the variables count) updated by
- The checkModel issue should now be fixed in …
- 09:50 Ticket #5836 (New Instantiation - The NF accepts illegal discrete variables) closed by
- fixed: The error is fixed, but the mentioned model still fails for other …
- 08:47 Ticket #6116 (New Instantiation - NF includes input records in the variables count) reopened by
- Replying to Andrea.Bartolini: > I updated my nightly build …
- 06:46 Ticket #6116 (New Instantiation - NF includes input records in the variables count) updated by
- I updated my nightly build this morning but the fix seems to be not …
2020-09-10:
- 19:10 Ticket #5836 (New Instantiation - The NF accepts illegal discrete variables) updated by
- Should be fixed with …
- 18:20 Ticket #6106 (Run-time - The default nonlinear solver accepts solutions which are not ...) closed by
- fixed
- 18:20 Ticket #6106 (Run-time - The default nonlinear solver accepts solutions which are not ...) updated by
- The PR is pushed and the problem is fixed. We now will make one newton …
- 13:10 Ticket #6115 (Code Generation - Wrong code generation for *and*) updated by
- Modelica is a declarative language, so I guess a compiler is not only …
- 13:05 Ticket #6114 (New Instantiation - Unit checking scales with O(2^N) in case of large expressions ...) updated by
-
Milestone changed
Let's try to get it fixed for 1.17.0 then. We should discuss who can … - 11:41 Ticket #6115 (Code Generation - Wrong code generation for *and*) updated by
- Ok, I read a bit more here: …
- 11:36 Ticket #6115 (Code Generation - Wrong code generation for *and*) updated by
- @sjoelund, there is even an example in the spec about this: …
- 11:32 Ticket #6115 (Code Generation - Wrong code generation for *and*) updated by
- I haven't seen anything in the spec on how logical operators should …
- 10:56 Ticket #6115 (Code Generation - Wrong code generation for *and*) updated by
- Does Modelica guarantee short circuit evaluation for when conditions?. …
- 10:56 Ticket #6115 (Code Generation - Wrong code generation for *and*) updated by
- > The first condition should be checked before the second one! …
- 10:06 Ticket #6116 (New Instantiation - NF includes input records in the variables count) closed by
- fixed: Fixed in ea33c64.
- 08:48 Ticket #6116 (New Instantiation - NF includes input records in the variables count) created by
- Consider the following package (also attached): […] In the model …
- 08:29 Ticket #6115 (Code Generation - Wrong code generation for *and*) created by
- The condition in the when: […] is translated to: […] which will …
- 06:08 Ticket #6114 (New Instantiation - Unit checking scales with O(2^N) in case of large expressions ...) updated by
- It appears that this version of the model works: […] even that one: …
2020-09-09:
- 21:21 Ticket #6114 (New Instantiation - Unit checking scales with O(2^N) in case of large expressions ...) updated by
-
Cc, Priority, Milestone changed
In the meantime I'll set it as a blocker for 2.0.0, so we don't forget … - 21:10 Ticket #6087 (Code Generation - Issue with records in HelmholtzMedia) updated by
- Replying to perost: > The reason why the NF failed to …
- 13:25 Ticket #6087 (Code Generation - Issue with records in HelmholtzMedia) updated by
- Replying to sjoelund.se: > Couldn't you evaluate it to an …
- 13:22 Ticket #6087 (Code Generation - Issue with records in HelmholtzMedia) updated by
- Couldn't you evaluate it to an uninitialized value in that case?
- 12:54 Ticket #6087 (Code Generation - Issue with records in HelmholtzMedia) updated by
-
The reason why the NF failed to evaluate
dynamicViscosity
turned out … - 12:38 Ticket #6114 (New Instantiation - Unit checking scales with O(2^N) in case of large expressions ...) updated by
- Just two observations: the old frontend didn't have this problem. …
- 12:23 Ticket #6087 (Code Generation - Issue with records in HelmholtzMedia) updated by
-
> I also verified that the NF does use
setState_pTX
from … - 11:08 Ticket #6114 (New Instantiation - Unit checking scales with O(2^N) in case of large expressions ...) updated by
-
Cc changed
The issue is that NFUnitCheck.insertUnitInEquation handles e.g. binary … - 08:58 Ticket #6087 (Code Generation - Issue with records in HelmholtzMedia) updated by
- Replying to matthis.thorade@…: > Hope the improvements …
- 05:27 Ticket #6114 (New Instantiation - Unit checking scales with O(2^N) in case of large expressions ...) updated by
- @casella: I stripped down a quite large and sophisticated fluid model …
2020-09-08:
- 23:42 Ticket #6114 (New Instantiation - Unit checking scales with O(2^N) in case of large expressions ...) updated by
-
Status, Owner, Component, Summary changed
Strangely enough it cycles in unit checking :) […] - 21:33 Ticket #6087 (Code Generation - Issue with records in HelmholtzMedia) updated by
- Same same, thanks for the effort put into this. Hope the improvements …
- 21:25 Ticket #6114 (New Instantiation - Unit checking scales with O(2^N) in case of large expressions ...) updated by
- Nice MWE :) @rfranke, how did you get that?
- 21:23 Ticket #6087 (Code Generation - Issue with records in HelmholtzMedia) updated by
- Replying to perost: > I also verified that the NF does use …
- 16:48 Ticket #6114 (New Instantiation - Unit checking scales with O(2^N) in case of large expressions ...) created by
- Open this model with OMEdit and press "Check Model": […]
- 14:51 Ticket #4611 (Backend - Processing arrays of records fails) updated by
- Update, I ran this test case with a recent nightly build. Frontend …
- 13:48 Ticket #6087 (Code Generation - Issue with records in HelmholtzMedia) updated by
- Great!
- 13:43 Ticket #6087 (Code Generation - Issue with records in HelmholtzMedia) closed by
- fixed: Fixed in a2d2f913/OpenModelica. The model now compiles and …
- 13:03 Ticket #6087 (Code Generation - Issue with records in HelmholtzMedia) updated by
- I've fixed the prefixing issue in …
- 12:30 Ticket #6087 (Code Generation - Issue with records in HelmholtzMedia) updated by
-
Status, Owner changed
- 12:05 Ticket #6110 (OMEdit - OMEdit does not render graphical annotations if "closure" annotation ...) updated by
- OK in that case 1.17.0 is fine. :-)
- 11:59 Ticket #6110 (OMEdit - OMEdit does not render graphical annotations if "closure" annotation ...) updated by
- Replying to dietmarw: > That depends on when 1.17.0 is …
- 11:47 Ticket #6110 (OMEdit - OMEdit does not render graphical annotations if "closure" annotation ...) updated by
- Replying to adeas31: > AFAIK the problem is that …
- 11:30 Ticket #6066 (OMEdit - OpenModelica bitmap wrong way around) updated by
- No 1.16.0-dev.03 is old. The fix will be available in tomorrow's …
- 11:22 Ticket #6066 (OMEdit - OpenModelica bitmap wrong way around) updated by
- Do i have to update OMEdit to 1.16.0-dev0.3? Or how can i fix my problem?
- 11:17 Ticket #6087 (Code Generation - Issue with records in HelmholtzMedia) updated by
-
Cc changed
I can not help but feel that this call to record evaluation, even … - 11:15 Ticket #6066 (OMEdit - OpenModelica bitmap wrong way around) closed by
- fixed: Fixed in e1105bf/OpenModelica.
- 11:09 Ticket #6087 (Code Generation - Issue with records in HelmholtzMedia) updated by
- Here is some more context on what is happening here. I have tried to …
- 10:53 Ticket #6109 (New Instantiation - [NF] Function pure/impure checking affects result variability) closed by
- fixed: Calling CheckCoolPropOptions works fine now.
- 10:15 Ticket #6113 (OMEdit - OMEdit doesn't show connectors at icons in diagram view) closed by
- fixed: OK, thank's.
- 10:07 Ticket #6110 (OMEdit - OMEdit does not render graphical annotations if "closure" annotation ...) updated by
-
AFAIK the problem is that
getIconAnnotation
or … - 09:55 Ticket #6110 (OMEdit - OMEdit does not render graphical annotations if "closure" annotation ...) updated by
- Wait, OMEdit should only drop the display the Ellipse in this case, …
- 09:53 Ticket #6110 (OMEdit - OMEdit does not render graphical annotations if "closure" annotation ...) updated by
- Unfortunately it is not possible with the current way of doing things …
- 09:48 Ticket #6110 (OMEdit - OMEdit does not render graphical annotations if "closure" annotation ...) updated by
- OK so closure is actually a feature from a "future" spec. But in case …
- 09:30 Ticket #6110 (OMEdit - OMEdit does not render graphical annotations if "closure" annotation ...) updated by
-
Status changed
The OMC part should be fixed in: … - 09:26 Ticket #6113 (OMEdit - OMEdit doesn't show connectors at icons in diagram view) updated by
- See #6086.
- 09:23 Ticket #6113 (OMEdit - OMEdit doesn't show connectors at icons in diagram view) updated by
- This is already fixed.
- 09:22 Ticket #6113 (OMEdit - OMEdit doesn't show connectors at icons in diagram view) created by
-
Start OMEdit and open e.g.
Modelica.Blocks.Examples.PID_Controller
. … - 09:04 Ticket #6112 (Documentation - Corrective for icon generation is not complete) updated by
- Please share the actual Modelica model for testing. Note that the …
- 08:27 Ticket #6112 (Documentation - Corrective for icon generation is not complete) created by
- The corrective of generate_icons.py does not solve all issues of image …
- 07:49 Ticket #4167 (OMEdit - Getting error as "Compilation process failed. Exited with code 2" ...) updated by
- Replying to casella: > Replying to anonymous: …
- 06:03 Ticket #6110 (OMEdit - OMEdit does not render graphical annotations if "closure" annotation ...) updated by
- Replying to casella: > @dietmarw, it this is critical for …
Note:
See TracTimeline
for information about the timeline view.