Timeline
2016-10-05:
- 22:38 Ticket #4005 (Backend - EncapsulateWhenConditions scales as O(N^3) in models where a when ...) updated by
 - The problem is addressed by …
 - 16:30 Ticket #4062 (Frontend - External Object Alias) updated by
 - 
          Status, Owner changed
@vwaurich: the front-end part of this is done, you can play with the … - 16:20 Ticket #4062 (Frontend - External Object Alias) updated by
 - Added test in bea3e6/OpenModelica-testsuite.
 - 15:52 Ticket #4062 (Frontend - External Object Alias) updated by
 - Fixed in: bb8669/OMCompiler. We now generate also the …
 - 12:30 Ticket #4043 (OMEdit - The uses annotation should not be set by default in each individual model) closed by
 - fixed: Fixed in 489670a/OMEdit. The uses annotation is only added …
 
2016-10-04:
- 10:49 Ticket #2661 (OMEdit - annotation(Dialog(enable = ...)) is not working correctly) updated by
 - As a workaround all parameters are enabled. 04e3776/OMEdit.
 
2016-10-02:
- 11:18 Ticket #4055 (Code Generation - Wrong code generation template for complex numbers in algorithms) updated by
 - @ceraolo: this is a problem in the code generation template handling …
 - 10:54 Ticket #4055 (Code Generation - Wrong code generation template for complex numbers in algorithms) updated by
 - 
          Replying to lochel:
> The model 
ComplexFillEqsworks, … 
2016-09-30:
- 18:27 Ticket #4043 (OMEdit - The uses annotation should not be set by default in each individual model) updated by
 - 
          Milestone changed
 - 13:59 Ticket #4065 (Interactive Environment - Linebreaks, comments in component argument list are mangled after moving it) updated by
 - I just realized that also spaces in the argument list are …
 - 13:52 Ticket #4065 (Interactive Environment - Linebreaks, comments in component argument list are mangled after moving it) created by
 - I often align the arguments in a component instantiation with …
 - 13:26 Ticket #4064 (Code Generation - string inputs to external object constructor) updated by
 - I think I found it, …
 - 12:24 Ticket #4064 (Code Generation - string inputs to external object constructor) updated by
 - In …
 - 12:23 Ticket #4064 (Code Generation - string inputs to external object constructor) updated by
 - So the problem is with start-values in FMUs, I guess?
 - 11:54 Ticket #4064 (Code Generation - string inputs to external object constructor) updated by
 - The attached file was wrong, Iv found the mmc_mk_scon. The runtime …
 - 11:50 Ticket #4064 (Code Generation - string inputs to external object constructor) updated by
 - Use the model from #4062 with: {{{translateModelFMU(MDD_test, …
 - 10:20 Ticket #4064 (Code Generation - string inputs to external object constructor) updated by
 - What code in FMUs get this code? All Modelica function calls take …
 - 10:10 Ticket #4064 (Code Generation - string inputs to external object constructor) created by
 - Hi, String arguments to external object constructors are usually …
 - 09:34 Ticket #4055 (Code Generation - Wrong code generation template for complex numbers in algorithms) updated by
 - 
          The model 
ComplexFillEqsworks, because the equation is evaluated … - 09:25 Ticket #4055 (Code Generation - Wrong code generation template for complex numbers in algorithms) updated by
 - I am afraid that I will not have time for this in the next two weeks.
 - 09:22 Ticket #2751 (Backend - CombiTables do not work for MSL trunk) closed by
 - fixed: I think we can close this one.
 - 08:14 Ticket #4062 (Frontend - External Object Alias) updated by
 - @vwaurich: you go to Preferences and select language to English. Then …
 - 07:58 Ticket #4055 (Code Generation - Wrong code generation template for complex numbers in algorithms) updated by
 - ehm... may I ask if someone plans to have a look at this ticket in the …
 - 07:28 Ticket #4063 (Frontend - checkModel returns wrong number of equations) updated by
 - Just a few more models for debugging: …
 - 07:19 Ticket #4063 (Frontend - checkModel returns wrong number of equations) created by
 - I just saw a couple of MSL models (e.g. …
 - 06:25 Ticket #4062 (Frontend - External Object Alias) updated by
 - The mos file: […]
 - 06:18 Ticket #4062 (Frontend - External Object Alias) updated by
 - […]
 - 06:16 Ticket #4062 (Frontend - External Object Alias) updated by
 - Sorry, cannot attache files due to "IndexError: pop from empty list"
 - 06:13 Ticket #4062 (Frontend - External Object Alias) created by
 - Hi, In the attached Model, 2 objects are connected with the following …
 - 05:05 Ticket #4061 (Backend - Not well-posed models not always rejected) closed by
 - fixed: Fixed with …
 
2016-09-29:
- 19:39 Ticket #4061 (Backend - Not well-posed models not always rejected) updated by
 - 
          Status, Owner, Milestone changed
checkModelreturns unexpected numbers in some cases. However, it … - 19:05 Ticket #4061 (Backend - Not well-posed models not always rejected) updated by
 - I just tried to check if the number of equations match the number of …
 - 18:20 Ticket #3967 (*unknown* - Variable of matrix element accessed by enumeration value not replaced ...) updated by
 - We do if the frontend accepts it :)
 - 18:19 Ticket #3967 (*unknown* - Variable of matrix element accessed by enumeration value not replaced ...) closed by
 - invalid: Okay, make sense. Then the model in the ticket is also invalid and we …
 - 18:13 Ticket #4061 (Backend - Not well-posed models not always rejected) created by
 - The following model should rejected as not well-posed: […] This …
 - 17:56 Ticket #3967 (*unknown* - Variable of matrix element accessed by enumeration value not replaced ...) updated by
 - 
          Yes, it is invalid. You have to use 
Integer(enum.index2)explicitly. - 17:38 Ticket #3967 (*unknown* - Variable of matrix element accessed by enumeration value not replaced ...) updated by
 - 
          okay, but is then 
m2[enum.index2]also invalid, since it is outside … - 17:25 Ticket #3967 (*unknown* - Variable of matrix element accessed by enumeration value not replaced ...) updated by
 - 
          
m1[2]is not valid Modelica and can never appear (it is outside the … - 17:18 Ticket #3967 (*unknown* - Variable of matrix element accessed by enumeration value not replaced ...) updated by
 - Replying to sjoelund.se: > And reading the C-code, isn't …
 - 17:12 Ticket #3967 (*unknown* - Variable of matrix element accessed by enumeration value not replaced ...) updated by
 - Replying to sjoelund.se: > And reading the C-code, isn't …
 - 17:09 Ticket #3967 (*unknown* - Variable of matrix element accessed by enumeration value not replaced ...) updated by
 - Replying to sjoelund.se: > No, we need to never replace …
 - 17:06 Ticket #3967 (*unknown* - Variable of matrix element accessed by enumeration value not replaced ...) updated by
 - And reading the C-code, isn't the problem that we replaced it with …
 - 17:04 Ticket #3967 (*unknown* - Variable of matrix element accessed by enumeration value not replaced ...) updated by
 - No, we need to never replace the index until code generation for …
 - 17:03 Ticket #3967 (*unknown* - Variable of matrix element accessed by enumeration value not replaced ...) updated by
 - 
          Cc, Component changed
The code generation issue is raised by a the fact that we try to … - 15:31 Ticket #3967 (*unknown* - Variable of matrix element accessed by enumeration value not replaced ...) updated by
 - Strange, slightly changed and it works: […]
 - 13:35 Ticket #3999 (Backend - Variable name creation problem in C sources when model using complex ...) updated by
 - 
          Milestone changed
 - 13:35 Ticket #3999 (Backend - Variable name creation problem in C sources when model using complex ...) closed by
 - fixed: Ihe issue was related to the usage of enumerations as array subscript. …
 - 12:11 Ticket #4060 (Code Generation - Final attribute for parameters has no effect at all) created by
 - If you run the following model with […] which means without …
 - 07:11 Ticket #3939 (Backend - unitChecking does not always find mismatched units) updated by
 - Thank you, I can confirm this being fixed!
 
2016-09-28:
- 15:02 Ticket #3939 (Backend - unitChecking does not always find mismatched units) updated by
 - 
          Component, Milestone changed
 - 14:50 Ticket #4059 (Frontend - Wrong detection of structual parameters for instances) created by
 - While flattening of the following model b is detected as structural …
 - 14:40 Ticket #4058 (Frontend - Inconsistent handling of structural parameters) created by
 - In the following model b1 is detected as a structural parameter and b2 …
 - 14:33 Ticket #4057 (Frontend - Cyclic parameter bindings with more than two elements lead to stack ...) created by
 - The following model leads to a stack overflow in …
 - 12:12 Ticket #3939 (Backend - unitChecking does not always find mismatched units) closed by
 - fixed: This is fixed with …
 - 11:54 Ticket #3939 (Backend - unitChecking does not always find mismatched units) updated by
 - @Christoph: Yes, it is a bug. I just pushed a fix for it: …
 - 11:11 Ticket #3939 (Backend - unitChecking does not always find mismatched units) updated by
 - @lochel: Did you manage to have a look at this?
 - 08:00 Ticket #4042 (OMEdit - OMEdit crash when saving model with conflicting variable names) closed by
 - fixed: Fixed in 1dd8804/OMEdit.
 
  Note:
 See   TracTimeline
 for information about the timeline view.
    