Timeline


and

2020-11-30:

21:59 Ticket #6243 (Issues with partial packages in Chemical library) closed by casella
fixed: @marek, after your updates to the library, the three FluidAdapter test …
17:40 Ticket #2712 (Accessing connector array with dynamic index results in C code compile ...) closed by perost
fixed: This seems to have been fixed at some point, the model now …
17:38 Ticket #2703 (Real den2[0,2] inside a function has an unknown type) closed by perost
invalid
17:37 Ticket #2686 (error type: error when building simulator) closed by perost
fixed: This seems to have been fixed at some point, the model now simulates.
17:33 Ticket #2672 (Bug with redeclare/replaceable record) closed by perost
fixed: Both the old and the new frontend give the correct result now.
17:31 Ticket #2624 (missing elseif branch) closed by perost
fixed: The new frontend removes the whole if-statement now, so I guess this …
17:27 Ticket #2620 (detect appling of pre on continuos variable) closed by perost
fixed: The new frontend gives an error for this: […]
17:26 Ticket #2608 (Mechanics.MultiBody.Examples.Elementary.DoublePendulumInitTip fails) closed by perost
fixed: DoublePendulumInitTip simulates correctly now, so this must have …
17:20 Ticket #2488 (noEvent doesnt work correctly) closed by perost
invalid: Closed due to lack of feedback.
17:17 Ticket #2485 (Redeclaration interpreted wrong with array dimensions) closed by perost
fixed: Works fine in both the old and the new frontend.
17:15 Ticket #2446 ([PATCH] Fix compilation with latest ParadisEO) closed by perost
fixed: Seems to have been fixed in OMOptim at some point.
17:12 Ticket #2435 (invalid model gets simulated) closed by perost
fixed: The new frontend gives an error: […]
17:10 Ticket #2426 (Improve error message for when-statement in function) closed by perost
fixed: Both the old and the new frontend forbids using a when-statement in a …
17:04 Ticket #2351 (Mark all appropriate strings in OMC as translatable) closed by perost
wontfix: Considering that I removed the translation files last week due to a …
17:02 Ticket #2342 (Full path for return type in record constructors) closed by perost
wontfix: The DAE contains the full path for the record constructor, but when …
16:42 Ticket #2307 (Using cat in loops gives strange results) closed by perost
fixed: This works fine with the new frontend.
16:35 Ticket #2201 (OMC allows non-vector array expressions as ranges in for-loops) closed by perost
wontfix: Seems no one really cares about this, so we might as well close this …
16:34 Ticket #2193 (omc accepts undefined identifiers in structural varying models) closed by perost
fixed: This gives an error as expected when using the new frontend, since it …
16:30 Ticket #2187 (Evaluation of recursive functions during instantiation) closed by perost
fixed: Works fine with the new frontend.
16:25 Ticket #2084 (Add Modelica 3.3 impure/pure in the front-end Absyn, SCode, DAE) closed by perost
fixed: The new frontend handles impure/pure.
16:24 Ticket #2078 (Inner/outer not working in algorithm section) closed by perost
fixed: This works fine in both the old and the new frontend.
16:22 Ticket #2029 (Incorrect cyclically dependent error, inheritance issue (from MathCore)) closed by perost
fixed
16:20 Ticket #2023 (Array slice operation fails on multi-level components) closed by perost
fixed: Seems to work fine in both the old and the new frontend now.
16:14 Ticket #1937 (New instantiation does not respect uses-annotation) closed by perost
fixed: Fixed some time ago.
16:13 Ticket #1934 (Support calling functions via component reference) closed by perost
fixed: This seems to have been fixed some time ago, it now seems to work fine …
16:08 Ticket #1919 (Type extending basic type derived array does not work in all cases) closed by perost
fixed: Both models work with the new frontend.
16:01 Ticket #1791 (Change DAE.RANGE type) closed by perost
fixed: I fixed this a while ago in 83e5e48.
15:58 Ticket #1748 (missingInnerMessage annotation) closed by perost
fixed: The new frontend prints the missingInnerMessage when automatically …
15:47 Ticket #1729 (Flattening error with modelica media type redeclaration of a record) closed by perost
fixed: Seems to work fine in both the old and the new frontend now.
15:46 Ticket #1725 (parameter passing for replaceable models does not work) closed by perost
fixed: Replying to sjoelund.se: > This is fixed in the new …
15:45 Ticket #1711 (Check for illegal each) closed by perost
fixed: The new frontend gives a warning in this case, and an error if …
15:40 Ticket #1686 (Unclear parse error message when missing equation) closed by perost
wontfix: Closing this since it doesn't seems like something that will ever be …
15:32 Ticket #1656 (Simplify some simple polynomials) closed by perost
wontfix: The pattern does not seem to be used by the MSL. If it was useful we …
15:28 Ticket #1650 (Sort the DAE before output to circumvent testing errors due to ...) closed by perost
wontfix: I don't think this is much of an issue anymore, the order of most of …
15:16 Ticket #1636 (getComponents API is wrong) closed by perost
fixed: With -d=nfAPI you now get N.O as the type of r, so this seems to …
15:10 Ticket #1615 (Add CREF_ITERATOR) closed by perost
fixed: We have DAE.CREF_ITER now, so I guess this is fixed.
15:08 Ticket #1603 (Inner-Outer warnings) closed by perost
worksforme: The specification does not say anything about giving a warning for …
15:04 Ticket #1597 (Remove DAE.MATRIX) closed by perost
fixed: The new frontend converts matrices to arrays during type checking, so …
15:02 Ticket #1577 (Fix returned type of sliced arrays) closed by perost
fixed: The description lacks some information on recreating the issue, but I …
14:58 Ticket #1556 (Recursive external object causes stack overflow) closed by perost
fixed: Fixed by using the new frontend since it does not allow a class name …
14:56 Ticket #1573 (reinit(vector, matrix[index]) is not vectorized properly.) closed by perost
fixed: reinit is allowed to be called on arrays according to the current …
13:58 Ticket #1519 (Add check for self-referencing matrix dimensions) closed by perost
fixed: The new frontend gives an error for this: […] which I guess is good …
13:53 Ticket #1448 (OMI-changevalue-simulation time (Tn) jumping forward/backward when ...) closed by perost
wontfix: OMI hasn't been part of OpenModelica for some time, so this is no …
13:50 Ticket #1447 (Vectorization does not work in front end) closed by perost
fixed: All the example models work with both the old and the new frontend, so …
13:45 Ticket #1433 (CevalFunction needs a real symboltable for lookup) closed by perost
wontfix: Won't be fixed since we don't want to spend time fixing issues in the …
13:40 Ticket #1428 (inner/outer functions not supported) closed by perost
fixed: The new frontend supports inner/outer classes, including functions.
13:35 Ticket #1416 (Extends are not handled properly) closed by perost
fixed: The new frontend gives an error "extends A causes an instantiation loop".
13:29 Ticket #1342 (External functions should not be constant evaluated) closed by perost
fixed: Fixed since the new frontend does not evaluate impure functions unless …
13:28 Ticket #1298 (Records (and functions) with complex default bindings fail) closed by perost
fixed: The ticket isn't quite clear on how to reproduce the issue, but …
13:24 Ticket #1256 (Errors in instantiation of inherited components) closed by perost
wontfix: I'm closing this ticket since the library lacks a uses-annotations and …
13:07 Ticket #1235 (Error messages for expressions does not have a context, resulting in ...) closed by perost
fixed: This isn't really an issue anymore since most error messages from both …
13:00 Ticket #1174 (Check model reports errors for correct models and vice versa.) closed by perost
fixed: The new frontend handles this correctly.
12:58 Ticket #1126 (Dangling modifier in extends clauses not detected if name exists locally.) closed by perost
fixed: This is handled correctly by the new frontend, and the old frontend …
12:56 Ticket #1100 (Scalar variables get NON_CONNECTOR instead of NON_FLOW if they are ...) closed by perost
fixed: This is handled correctly in the new frontend.
10:22 Ticket #6255 (OMEdit requires restart for changed translation flags) closed by adeas31
duplicate: See #6059 #6061 and #6062
09:59 Ticket #6255 (OMEdit requires restart for changed translation flags) created by rfranke
OMEdit takes Tools->Options->Simulation->Additional Translation Flags …

2020-11-28:

18:35 Ticket #6254 (Backend fails with discrete-time first order model) created by rfranke
OpenModelica works with lots of discrete-time models, including also …
18:13 Ticket #6253 (Error processing assert) closed by phannebohm
invalid: Yes that was it! I'm stupid.
14:42 Ticket #6253 (Error processing assert) created by phannebohm
When I run the following X.mos script […] I get the error message …
01:24 Ticket #6252 (Do not count extra equations for public non-connector top level inputs ...) created by casella
Please check the Modelica.Mechanics.MultiBody.World model in …

2020-11-27:

20:59 Ticket #6251 (Better support for search-index optimization in generated HTML help) created by modelica@…
In order to better support the search indexing of the generated …
18:16 Ticket #6250 (Icon view - parameter "visible=<variable>" on one element causes ...) closed by casella
duplicate: Duplicate of #6111. Please refer to that.
16:15 Ticket #6250 (Icon view - parameter "visible=<variable>" on one element causes ...) created by anonymous
The SweptVolume component in Modelica.Fluid.Machines only displays its …
00:58 Ticket #6239 (Invalid error message from OM) reopened by casella
I'll keep this open until we release 1.16.2 or 1.17.0.

2020-11-26:

18:21 Ticket #6249 (Inconsistent behaviour when opening a new class from a tab with ...) created by casella
Steps to reproduce - open attached P.mo file - double click on …
18:06 Ticket #6248 (Syntactically wrong modifications are lost when saving other models on ...) created by casella
Steps to reproduce: - load package P - open model M1 - …
15:37 Ticket #6247 (Uninitialized code in _functions.c) closed by AnHeuermann
invalid: This needs to be solved by the developers of the library, so I'm …
13:18 Ticket #6241 (Generated Cpp code for Modelica functions using uninitialized varaibles) closed by AnHeuermann
fixed: > This kind of error could easily be solved by adding …

2020-11-25:

19:03 Ticket #6247 (Uninitialized code in _functions.c) created by AnHeuermann
While debugging ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1
18:40 Ticket #6244 (OM does not support modification of complex types) closed by dietmarw
worksforme: Confirmed it works on 1.16.1 with the new frontend activated.
18:29 Ticket #6245 (One more issue with partial package checking in the NF) closed by perost
invalid: Ok, I opened a ticket …
18:27 Ticket #6246 (Problem with state selection in Chemical library) created by casella
Please check …
18:20 Ticket #6245 (One more issue with partial package checking in the NF) created by casella
Please consider …
14:40 Ticket #5783 (OME fails to translate a model due to assigning min, max and nominal ...) closed by AnHeuermann
duplicate: Closing this issue, because it's a duplicate of …
12:25 Ticket #6244 (OM does not support modification of complex types) created by dietmarw
When working on introducing nominal values for types in …
11:30 Ticket #6239 (Invalid error message from OM) closed by adeas31
fixed: Fixed in ebd255f/OpenModelica and ported to 1.16

2020-11-24:

20:02 Ticket #6243 (Issues with partial packages in Chemical library) created by casella
Please run …
17:15 Ticket #6242 (Modelica External C dependencies are not found on Windows) created by niklwors
For a Modelica External C model that is connected to a Windows C- dll, …
16:05 Ticket #6241 (Generated Cpp code for Modelica functions using uninitialized varaibles) created by AnHeuermann
Running […] will generate …
15:44 Ticket #6240 (Extend overconstrained connector semantics to handle dynamic branches) created by casella
This is a second, improved attempt to address this issue, following …
10:11 Ticket #6239 (Invalid error message from OM) created by ceraolo
Steps to reproduce: - load omEdit - load Test.mo - Change Amplitude of …

2020-11-23:

15:17 Ticket #6234 (OMEdit crashes when try to save a model after modifications) closed by adeas31
fixed: Fixed in 0b558b5/OpenModelica.
13:15 Ticket #6238 (Extend overconstrained connector semantics to handle dynamic branches) closed by casella
invalid
00:44 Ticket #6238 (Extend overconstrained connector semantics to handle dynamic branches) created by casella
The overconstrained connector semantics defined in Section …
Note: See TracTimeline for information about the timeline view.