Timeline
2020-12-04:
- 18:20 Ticket #6273 (Cpp Run-time - linearization enhancement) created by
- with reference to forum …
- 18:09 Ticket #6266 (Backend - Index out of bounds for array returned by built-in function) closed by
- fixed: Fixed in 620b4e42.
- 18:08 Ticket #6268 (Frontend - Array[1,dim] gets changed to Array[dim,1]) closed by
- fixed: Fixed in 620b4e42.
- 16:56 Ticket #6272 (Installation program - installPackage does not work on Windows) updated by
-
Description changed
- 16:54 Ticket #6272 (Installation program - installPackage does not work on Windows) updated by
-
Keywords, Version changed
- 16:54 Ticket #6272 (Installation program - installPackage does not work on Windows) created by
- When trying to install packages with OMEdit - OpenModelica Compiler …
- 16:44 Ticket #6261 (*unknown* - How can I load the last Modelica & Complex versions?) updated by
- Ouch, I don't think we have a way yet to set any proxy setting.
- 16:07 Ticket #6099 (Code Generation - Low level issues with arrays in Windows) updated by
- I have added the tests in …
- 16:00 Ticket #6271 (OMEdit - Loading, compiling and running a model instantiating PowerSysPro ...) created by
- I now try to instantiate PowerSysPro classes in a Modelica model. This …
- 14:56 Ticket #6270 (OMEdit - Hitting ESC in OMEdit creates an invalid state) updated by
-
Description changed
- 14:54 Ticket #6270 (OMEdit - Hitting ESC in OMEdit creates an invalid state) updated by
-
Description changed
- 14:54 Ticket #6270 (OMEdit - Hitting ESC in OMEdit creates an invalid state) created by
- Hitting ESC in OMEdit creates an invalid state Steps to reproduce: …
- 14:42 Ticket #6269 (OMEdit - Creating new Composite model freezes OMEdit (WSL)) updated by
- I'm not entirely sure how composite models are supposed to work, but I …
- 14:32 Ticket #6269 (OMEdit - Creating new Composite model freezes OMEdit (WSL)) updated by
-
Cc changed
I have no idea how to fix this. I know that 3d visualizations don't … - 14:11 Ticket #6269 (OMEdit - Creating new Composite model freezes OMEdit (WSL)) updated by
-
Summary changed
- 14:00 Ticket #6269 (OMEdit - Creating new Composite model freezes OMEdit (WSL)) updated by
- Anything I could do on my side? Otherwise we probably won't fix this …
- 13:06 Ticket #6269 (OMEdit - Creating new Composite model freezes OMEdit (WSL)) updated by
- Yes wsl is the problem. The display interface doesn't work well with …
- 13:00 Ticket #6269 (OMEdit - Creating new Composite model freezes OMEdit (WSL)) updated by
- Yes, that could be a problem of course. EDIT: On Windows with …
- 12:53 Ticket #6269 (OMEdit - Creating new Composite model freezes OMEdit (WSL)) updated by
- Are you using it via WSL?
- 12:49 Ticket #6268 (Frontend - Array[1,dim] gets changed to Array[dim,1]) updated by
- That's not the correct solution, it will cause issues with the new …
- 12:46 Ticket #6268 (Frontend - Array[1,dim] gets changed to Array[dim,1]) updated by
- I created a PR: https://github.com/OpenModelica/OpenModelica/pull/7019
- 12:44 Ticket #6268 (Frontend - Array[1,dim] gets changed to Array[dim,1]) updated by
- Replying to mahge930: > It is in the Frontend. > > I …
- 12:14 Ticket #6268 (Frontend - Array[1,dim] gets changed to Array[dim,1]) updated by
- Or maybe it's not the changes that's causing it, I notice the array …
- 12:13 Ticket #6268 (Frontend - Array[1,dim] gets changed to Array[dim,1]) updated by
- Aha, it's the changes AnHeuermann made in #6266 that's causing the …
- 12:09 Ticket #6268 (Frontend - Array[1,dim] gets changed to Array[dim,1]) updated by
- Actually, I can't replicate the issue at all now that I actually try. …
- 11:55 Ticket #6268 (Frontend - Array[1,dim] gets changed to Array[dim,1]) updated by
- @perost Ya probably. It might also be that the two FrontEnd …
- 11:44 Ticket #6268 (Frontend - Array[1,dim] gets changed to Array[dim,1]) updated by
- The new frontend flattens the model to: […] The array call would …
- 11:26 Ticket #6268 (Frontend - Array[1,dim] gets changed to Array[dim,1]) updated by
- It is in the Frontend. I think it is this line …
- 11:17 Ticket #6269 (OMEdit - Creating new Composite model freezes OMEdit (WSL)) updated by
-
Milestone changed
- 11:17 Ticket #6269 (OMEdit - Creating new Composite model freezes OMEdit (WSL)) updated by
-
Milestone changed
- 11:16 Ticket #6269 (OMEdit - Creating new Composite model freezes OMEdit (WSL)) updated by
-
Description changed
- 11:14 Ticket #6269 (OMEdit - Creating new Composite model freezes OMEdit (WSL)) created by
- When trying to create a new composit from the drop-down menu with …
- 11:14 Ticket #6099 (Code Generation - Low level issues with arrays in Windows) updated by
- @casella I checked the CPP runtimes and they do not use this. It was …
- 10:57 Ticket #6268 (Frontend - Array[1,dim] gets changed to Array[dim,1]) updated by
- Is this done in the frontend or in the lawless wasteland between …
- 10:55 Ticket #6099 (Code Generation - Low level issues with arrays in Windows) updated by
- I checked today (v1.17.0-dev-254-gf6d7f171aa). I confirm that …
- 10:14 Ticket #6268 (Frontend - Array[1,dim] gets changed to Array[dim,1]) updated by
-
Description changed
- 10:13 Ticket #6268 (Frontend - Array[1,dim] gets changed to Array[dim,1]) updated by
- Ahh nvm. You are getting a 4x1 matrix. I see now. Maybe a listReverse …
- 10:13 Ticket #6268 (Frontend - Array[1,dim] gets changed to Array[dim,1]) updated by
- The input to the function is a matrix (1x4). So vectorization of the …
- 10:12 Ticket #6268 (Frontend - Array[1,dim] gets changed to Array[dim,1]) updated by
- I guess it is just transposed. When looking at a second test case …
- 10:06 Ticket #6268 (Frontend - Array[1,dim] gets changed to Array[dim,1]) updated by
- Using […] works (when using the newFrontend) as expected.
- 10:03 Ticket #6266 (Backend - Index out of bounds for array returned by built-in function) updated by
- Related ticket: #6268
- 10:03 Ticket #6268 (Frontend - Array[1,dim] gets changed to Array[dim,1]) created by
- I have a model that calls a built-in function point-wise on a vector …
- 04:54 Ticket #6261 (*unknown* - How can I load the last Modelica & Complex versions?) updated by
- My error is: "Error: Curl error for URL …
- 04:45 Ticket #6261 (*unknown* - How can I load the last Modelica & Complex versions?) updated by
- Replying to adrpo: > Works fine în Windows as well, I …
- 02:06 Ticket #6267 (Backend - Avoid bad scalarization of parameter bindings) updated by
- Replying to casella: > @perost, in the future we'll use …
- 01:22 Ticket #6261 (*unknown* - How can I load the last Modelica & Complex versions?) updated by
- Works fine în Windows as well, I tested it but you need to remove the …
- 01:14 Ticket #6261 (*unknown* - How can I load the last Modelica & Complex versions?) updated by
- Replying to adrpo: > I tried myself in Windows and it …
- 01:12 Ticket #6267 (Backend - Avoid bad scalarization of parameter bindings) updated by
-
@perost, in the future we'll use
-nonfScalarize
and the new … - 01:04 Ticket #6254 (Backend - Backend fails with discrete-time first order model) updated by
- So: runtime fails with OMEdit giving singular system, and gives wrong …
- 00:58 Ticket #5266 (FMI - FMU export improvment) updated by
- @lochel, can you please reply to comment:6?
- 00:56 Ticket #6099 (Code Generation - Low level issues with arrays in Windows) updated by
- I confirm that also the large FEM multibody I mentioned in the …
- 00:21 Ticket #6179 (Code Generation - Improve clang compilation on Windows) closed by
- fixed
2020-12-03:
- 23:05 Ticket #6179 (Code Generation - Improve clang compilation on Windows) updated by
- Should be fixed by: …
- 22:38 Ticket #6261 (*unknown* - How can I load the last Modelica & Complex versions?) updated by
- I tried myself in Windows and it doesn't work because the Windows …
- 22:31 Ticket #6261 (*unknown* - How can I load the last Modelica & Complex versions?) updated by
- Ok, let's try to change the script.mos a bit to get more info: […]
- 21:24 Ticket #6263 (Testing Framework - Fix spurious remaining issues in the master testsuite) updated by
-
Cc changed
- 21:24 Ticket #6263 (Testing Framework - Fix spurious remaining issues in the master testsuite) updated by
- @sjoelund.se reports The UDP issues are because they all use the …
- 19:36 Ticket #6257 (Backend - Issue with ThermoSysPro) closed by
- fixed: https://github.com/OpenModelica/OpenModelica/pull/6999 is now merged. …
- 18:09 Ticket #6099 (Code Generation - Low level issues with arrays in Windows) updated by
- Replying to adrpo: > That's why we have our own types in …
- 18:04 Ticket #6099 (Code Generation - Low level issues with arrays in Windows) updated by
- For the "duplicate section ... has different size" see #6179. Is just …
- 17:57 Ticket #6099 (Code Generation - Low level issues with arrays in Windows) updated by
- That's why we have our own types in MetaModelica and C runtime but it …
- 17:52 Ticket #6266 (Backend - Index out of bounds for array returned by built-in function) updated by
-
Description changed
- 17:52 Ticket #6266 (Backend - Index out of bounds for array returned by built-in function) updated by
-
Description changed
- 17:50 Ticket #6266 (Backend - Index out of bounds for array returned by built-in function) updated by
- Okay, the first half of this is fixed, see …
- 17:21 Ticket #6267 (Backend - Avoid bad scalarization of parameter bindings) created by
- We currently flatten a model such as this: […] to […] This means …
- 16:42 Ticket #6266 (Backend - Index out of bounds for array returned by built-in function) updated by
- So I traced the error down. The replacement of A is not working: …
- 16:41 Ticket #6099 (Code Generation - Low level issues with arrays in Windows) updated by
- @mahge390 and @casella thank you a lot for working on this. I tested …
- 15:51 Ticket #6254 (Backend - Backend fails with discrete-time first order model) updated by
- Strange: the C runtime generates no error when running your omc …
- 13:51 Ticket #4142 (New Instantiation - OMC does not detect as error the use of noEvent clause in a When structure) closed by
- fixed: Fixed in f877fea and …
- 13:35 Ticket #6266 (Backend - Index out of bounds for array returned by built-in function) updated by
-
Cc changed
And the winner is:removeSimpleEquations
[…] @kabdelhak Do you … - 13:32 Ticket #6266 (Backend - Index out of bounds for array returned by built-in function) updated by
-
Status, Owner, Component changed
At the beginning of the backend we have […] which is looking fine. … - 13:31 Ticket #6254 (Backend - Backend fails with discrete-time first order model) updated by
- I tested it with the v1.16 maintenance branch (`OMCompiler …
- 13:26 Ticket #6266 (Backend - Index out of bounds for array returned by built-in function) created by
- I have a model that simulates with the old frontend but fails to …
- 13:05 Ticket #5266 (FMI - FMU export improvment) updated by
- Replying to casella: > Retargeted to 1.17.0 after 1.16.0 …
- 12:40 Ticket #6265 (*unknown* - assert() not correctly handled by OM: second case) created by
- This ticket completes previous ticket #6264. Refer to model …
- 12:17 Ticket #6263 (Testing Framework - Fix spurious remaining issues in the master testsuite) updated by
- Here is …
- 11:56 Ticket #6099 (Code Generation - Low level issues with arrays in Windows) updated by
- Replying to casella: > Thank @mahge390, I really …
- 11:39 Ticket #6264 (Backend - An assert() is not correctly handled by OM: wrong violated equation) updated by
- New version PowerSysPro 2.0.0 is loaded in bitbucket. This version is …
- 11:37 Ticket #6264 (Backend - An assert() is not correctly handled by OM: wrong violated equation) updated by
-
Status changed
- 11:32 Ticket #6261 (*unknown* - How can I load the last Modelica & Complex versions?) updated by
- Replying to adrpo: > Make a script.mos file containing …
- 11:29 Ticket #6254 (Backend - Backend fails with discrete-time first order model) updated by
-
Status, Owner changed
- 11:29 Ticket #6254 (Backend - Backend fails with discrete-time first order model) reopened by
- @Karim, @rfranke needs this fix in a stable release, see comment:4, so …
- 11:15 Ticket #6254 (Backend - Backend fails with discrete-time first order model) updated by
-
Note that it also works with
--tearingMethod=minimalTearing
, which … - 11:11 Ticket #6099 (Code Generation - Low level issues with arrays in Windows) updated by
- Thank @mahge390, I really appreciate this :) I just started a Windows …
- 11:11 Ticket #6254 (Backend - Backend fails with discrete-time first order model) closed by
-
fixed: The following
.mos
file works for me on the latest master … - 11:07 Ticket #6261 (*unknown* - How can I load the last Modelica & Complex versions?) updated by
- Replying to casella: > @jean-philippe, one more thing. I …
- 11:07 Ticket #6262 (FMI - Incorrect start value for an input variable in an FMU exported from OM) updated by
-
Cc, Priority, Status, Owner, Milestone changed
The FMI 2.0.1 standard, page 56, states If causality = "input" , the … - 10:59 Ticket #6264 (Backend - An assert() is not correctly handled by OM: wrong violated equation) created by
- I more carrefully check results from simulation of models of the new …
- 10:57 Ticket #6261 (*unknown* - How can I load the last Modelica & Complex versions?) updated by
- @jean-philippe, one more thing. I understand version 1.5 of your …
- 10:52 Ticket #6261 (*unknown* - How can I load the last Modelica & Complex versions?) updated by
- @jean-philippe, as developer of PowerSysPro you have to make a …
- 10:48 Ticket #6261 (*unknown* - How can I load the last Modelica & Complex versions?) updated by
- Ah, in OMEdit->Tools->OpenModelica Compiler CLI at the bottom you can …
- 10:44 Ticket #6261 (*unknown* - How can I load the last Modelica & Complex versions?) updated by
- Make a script.mos file containing these commands. Then run in a …
- 10:41 Ticket #6263 (Testing Framework - Fix spurious remaining issues in the master testsuite) created by
- After @AnHeuermann merged in …
- 10:39 Ticket #6261 (*unknown* - How can I load the last Modelica & Complex versions?) updated by
- Replying to sjoelund.se: > {{{#!mo > updatePackageIndex(); …
- 10:37 Ticket #6099 (Code Generation - Low level issues with arrays in Windows) updated by
- I think [https://github.com/OpenModelica/OpenModelica/pull/7009 PR …
- 10:30 Ticket #6261 (*unknown* - How can I load the last Modelica & Complex versions?) updated by
- […] And change your OMEdit to load it instead of 3.2.3. Be prepared …
- 10:28 Ticket #6262 (FMI - Incorrect start value for an input variable in an FMU exported from OM) created by
- I try to export FMUs from models built with the recent library …
- 10:08 Ticket #6261 (*unknown* - How can I load the last Modelica & Complex versions?) created by
- From Dymola 2021x, the last versions of Modelica & Complex are: …
2020-12-02:
- 18:05 Ticket #3637 (New Instantiation - Modelica.Utilities.Files.exist doesn't work) updated by
- I confirm that the MWE works as expected. This was originated by an …
- 17:19 Ticket #4044 (New Instantiation - Invalid equations in ...) closed by
- fixed: The new frontend now gives an error as expected: […]
- 17:15 Ticket #4012 (New Instantiation - replace structure parameter) closed by
- fixed: The new frontend gives: […]
- 17:03 Ticket #3833 (New Instantiation - Redeclaring package Medium = Medium in extends does not work) closed by
- fixed: Closing this as fixed since the model is wrong and the new frontend as …
- 16:57 Ticket #3754 (Frontend - Buildings model not instantiated correctly) closed by
- fixed: Seems to be working in both the old and the new frontend now.
- 16:54 Ticket #3739 (*unknown* - Compilation errors for MSL trunk) closed by
- fixed: All the mentioned models now simulate correctly except for …
- 16:48 Ticket #3734 (New Instantiation - Improve handling of impure functions) closed by
- fixed: Implemented in the new frontend some time ago.
- 16:42 Ticket #3645 (New Instantiation - Modelica.Utilities.Files.removeFile doesn't work) closed by
- fixed: This works with the new frontend now which doesn't remove any of the …
- 16:36 Ticket #3589 (New Instantiation - BuildingSystems library) closed by
- fixed: This no longer seems to be an issue with the new frontend according to …
- 16:34 Ticket #3637 (New Instantiation - Modelica.Utilities.Files.exist doesn't work) closed by
-
fixed: The new frontend propagates
impure
between functions, i.e. a … - 16:21 Ticket #3622 (New Instantiation - Bad management of public and protected variables) closed by
- fixed: The new frontend gives the expected error: […]
- 16:19 Ticket #3612 (Code Generation - Wrong C-code for Modelica.Math.FastFourierTransform.Examples.RealFFT1) closed by
- fixed: The code generation issue seems to have been fixed since the model now …
- 16:15 Ticket #3603 (OMEdit - Changes made to a class in diagram view are not saved and revert back ...) closed by
- invalid: Closed due to lack of feedback.
- 16:14 Ticket #3595 (FMI - Dereference of uninitialized value in fmiInstantiateModel) closed by
- wontfix: It seems that file no longer exists in our repo, so I guess this is no …
- 16:07 Ticket #3575 (Code Generation - real array binding/default value issue) closed by
- fixed: Seems to work fine now.
- 16:04 Ticket #3562 (Backend - Runtime failure on Windows 64 bit System) closed by
- wontfix: Closing since there's no way to replicate the issue anymore.
- 16:03 Ticket #3557 (Backend - PreOptModules messes up model) closed by
- fixed: Using the old frontend the model now passes the backend, so I assume …
- 15:59 Ticket #6257 (Backend - Issue with ThermoSysPro) updated by
- Very good! @AnHeuermann, please notify here when …
- 15:58 Ticket #3550 (*unknown* - macports build fails) closed by
- wontfix: Closing since I assume this is no longer relevant.
- 15:55 Ticket #3546 (Optimization - optimization progress (Ipopt output) in XML format) closed by
- invalid
- 15:50 Ticket #6257 (Backend - Issue with ThermoSysPro) updated by
- I used the model from comment 12 to validate my results. …
- 15:47 Ticket #3541 (*unknown* - Modelica.Electrical.QuasiStationary.SinglePhase.Examples.Rectifier ...) closed by
- fixed: The issue seems to have been fixed since the model simulates correctly now.
- 15:42 Ticket #3517 (New Instantiation - wrong cyclic for record structure) closed by
- fixed: Works fine in the new frontend.
- 15:41 Ticket #3516 (New Instantiation - flattening fail with parameter fixed=false and redeclare) closed by
- fixed: Works fine in the new frontend.
- 15:39 Ticket #3514 (*unknown* - (Wrong) order of writing text into a file) closed by
- invalid
- 15:34 Ticket #6257 (Backend - Issue with ThermoSysPro) updated by
-
Okay, I got something and for my newest model
simplified
I'm getting … - 15:25 Ticket #3493 (Frontend - Incorrect flatenning of conditional connectors in outer class) closed by
- fixed: This is handled correctly by both the old and the new frontend now.
- 15:23 Ticket #3476 (New Instantiation - Replaceable package in connector causes translation error) closed by
- fixed: This works fine in the new frontend.
- 15:22 Ticket #6257 (Backend - Issue with ThermoSysPro) updated by
- I confirm I can reproduce the issue with the .mos script.
- 15:17 Ticket #6260 (Frontend - Error "Following variable is discrete, but does not appear on the LHS ...) updated by
- You just use non-discrete connectors. They will automatically get …
- 15:17 Ticket #3469 (New Instantiation - Conditional declarations doesn't work with inner/outer components) closed by
- fixed: All the examples work or give correct error messages with the new frontend.
- 15:14 Ticket #3459 (Interactive Environment - getInheritedClasses errors do not return the filename) closed by
-
wontfix:
getInheritedClasses
no longer give an error, I guess the semantics … - 15:10 Ticket #3449 (*unknown* - OMEdit Crash when starting) closed by
- wontfix: I'm assuming this has been fixed or no longer matters since there's …
- 15:00 Ticket #2897 (MetaModelica - continue statement for for- and while-statements) updated by
- Ideally the DAE would contain labels that you would jump to :)
- 13:27 Ticket #6257 (Backend - Issue with ThermoSysPro) updated by
- And another one: […] This should simplify debugging immensely.
- 13:17 Ticket #6257 (Backend - Issue with ThermoSysPro) updated by
- I managed to simplify the test and create a smaller example to …
- 12:54 Ticket #6260 (Frontend - Error "Following variable is discrete, but does not appear on the LHS ...) updated by
- Thanks for the remarks. The thing is, the tap variable is an …
- 11:40 Ticket #6256 (OMEdit - OMEdit crashing on double-click in SSP model) closed by
- fixed
- 11:39 Ticket #6256 (OMEdit - OMEdit crashing on double-click in SSP model) updated by
- Yes this is definitely up for 1.16.2 I will port it. Fixed in …
- 11:22 Ticket #3010 (Frontend - Dependency analysis removes import without warning) updated by
- I think the issue for the OF is that there are duplicates of N, and …
- 11:21 Ticket #6260 (Frontend - Error "Following variable is discrete, but does not appear on the LHS ...) updated by
- Replying to perost: > I'm closing this since it's a model …
- 11:00 Ticket #6260 (Frontend - Error "Following variable is discrete, but does not appear on the LHS ...) closed by
- invalid: I'm closing this since it's a model issue and not a compiler isssue, …
- 10:57 Ticket #6260 (Frontend - Error "Following variable is discrete, but does not appear on the LHS ...) updated by
- Replying to casella: > I'm not aware of any restriction …
- 10:50 Ticket #6256 (OMEdit - OMEdit crashing on double-click in SSP model) updated by
-
Milestone changed
If this works fine, I'd suggest to back-port it to 1.16.2 - 10:45 Ticket #6260 (Frontend - Error "Following variable is discrete, but does not appear on the LHS ...) updated by
- Replying to marianne.saugier@…: > Thanks for your answers. …
- 09:59 Ticket #6256 (OMEdit - OMEdit crashing on double-click in SSP model) updated by
- PR#7000 …
- 07:54 Ticket #6260 (Frontend - Error "Following variable is discrete, but does not appear on the LHS ...) updated by
- Thanks for your answers. I am using Dynawo Modelica library. I am …
2020-12-01:
- 20:34 Ticket #6260 (Frontend - Error "Following variable is discrete, but does not appear on the LHS ...) updated by
- Replying to casella: > I assume you are using models from …
- 19:21 Ticket #6260 (Frontend - Error "Following variable is discrete, but does not appear on the LHS ...) updated by
- @marianne, if you could attach the test case it would be great, …
- 18:08 Ticket #6257 (Backend - Issue with ThermoSysPro) updated by
- > I think the record …
- 17:31 Ticket #6260 (Frontend - Error "Following variable is discrete, but does not appear on the LHS ...) created by
- I get the error "Following variable is discrete, but does not appear …
- 17:29 Ticket #6259 (Backend - Free parameters mess up FMI model structure) created by
- See the following example: […] for which FMI 2.0 export generates …
- 16:53 Ticket #3445 (*unknown* - Compiler segfaults in some cases with +d=failtrace) closed by
- wontfix: The model works fine now, and I assume we don't care much about …
- 16:48 Ticket #3438 (Build Environment - Wrong reference results for verification of MSL 3.2.1) closed by
-
fixed:
RoomCO2
in 3.2.1 now simulates correctly according to our library … - 16:47 Ticket #3431 (Frontend - Failure to look up base class in partial model) closed by
- fixed: Seems to have been fixed at some points, it now works fine in both the …
- 16:40 Ticket #3407 (*unknown* - Annex60 conversion script seems to need updates) closed by
- worksforme: I assume this is no longer relevant.
- 16:39 Ticket #3394 (*unknown* - Package fails to load for "unknown reason") closed by
- wontfix: Closed due to lack of feedback.
- 16:37 Ticket #3388 (New Instantiation - Instantation uses parameter value instead of parameter reference) closed by
- fixed: The new frontend only generates parameters if they are structural, so …
- 16:32 Ticket #3365 (New Instantiation - Slow instantiation due to function evaluation) closed by
- fixed: The test model is a bit weird since it declares a component with the …
- 16:27 Ticket #6162 (OMEdit - Trouble saving multiple changes when working with single-file packages) updated by
- Thank you Adeel! We'll check that and report
- 16:26 Ticket #3039 (Installation program - Installation issues with 1.9.1 and 1.9.2 nightly build) closed by
- wontfix: Most definitely not.
- 16:24 Ticket #3302 (New Instantiation - "replaceable parameter record" and inner/outer - flattening fails when ...) closed by
- fixed: Replying to casella: > Probably related to #5243 Seems …
- 16:22 Ticket #3301 (Frontend - Problem with Incompressible Media in MSL trunk) closed by
- fixed: The mentioned models seem to work fine with both the old and the new …
- 16:20 Ticket #3300 (Frontend - "replaceable parameter record" and inner/outer causes error messages) closed by
- fixed: Seems to have been fixed in the old frontend at some point, and also …
- 16:14 Ticket #3280 (New Instantiation - Strange things happening when size of array in a record depends on a ...) closed by
- fixed: Still an issue in the old frontend, but seems to work fine in the new.
- 16:11 Ticket #3244 (New Instantiation - Removing unnecessary vectorization of assignments in Front-end.) closed by
- fixed: The new frontend does not scalarize such assignments.
- 16:10 Ticket #6257 (Backend - Issue with ThermoSysPro) updated by
- Replying to AnHeuermann: > @mahge Currently I'm on Linux, …
- 16:10 Ticket #3237 (Backend - Returning the cache in Mod.elabModValue breaks some models) closed by
- wontfix: Might still be an issue, but we no longer care about fixing issues in …
- 16:06 Ticket #3189 (New Instantiation - Partial function evaluation and arrays not working) closed by
-
fixed: The model is invalid since
size(x)
should besize(x, 1)
… - 16:01 Ticket #3174 (Frontend - Duplicate elements not detected) closed by
- fixed: Both the old and the new frontend now detects the duplicate elements.
- 16:00 Ticket #3146 (New Instantiation - Impossible to use "redeclare" in an "extends") closed by
- fixed: Still an issue in the old frontend, but works fine with the new.
- 15:58 Ticket #3142 (New Instantiation - Better error message for missing function used as pointer) closed by
-
fixed: The new frontend says
Variable invalidf not found in scope f2
, which … - 15:52 Ticket #3108 (New Instantiation - evaluation of structural parametrers) closed by
-
fixed: The new frontend evaluates both
p
andN
and sets them both to be … - 15:50 Ticket #3088 (New Instantiation - Error in inner/outer lookup) closed by
- fixed: This works fine in the new frontend now.
- 15:47 Ticket #3083 (Third-Party Libraries - Replace LAPACK/BLAS) closed by
- wontfix
- 15:40 Ticket #6162 (OMEdit - Trouble saving multiple changes when working with single-file packages) updated by
- Fixed in 11e397d/OpenModelica.
- 15:40 Ticket #6248 (OMEdit - Syntactically wrong modifications are lost when saving other models on ...) updated by
- Fixed in 11e397d/OpenModelica.
- 15:39 Ticket #3078 (Backend - Variable outside interval wrongly reported for certain variables) closed by
- fixed: This no longer seems to be the case.
- 15:38 Ticket #3070 (Frontend - Noise package does not work (replaceable package + function objects)) updated by
- Current status is that version 1 and 2 are invalid due to the reason …
- 15:37 Ticket #3030 (Build Environment - Openmodelica fails to configure) updated by
- I agree. I haven't seen this problem in a long time.
- 15:25 Ticket #3039 (Installation program - Installation issues with 1.9.1 and 1.9.2 nightly build) updated by
- Is this still an issue?
- 15:24 Ticket #6256 (OMEdit - OMEdit crashing on double-click in SSP model) updated by
- After these changes: […] I now get the dialog after double click …
- 15:24 Ticket #3030 (Build Environment - Openmodelica fails to configure) closed by
- worksforme: I assume this ticket is no longer revelant.
- 15:23 Ticket #6257 (Backend - Issue with ThermoSysPro) updated by
- We have a cse-equation: […] coming from […] wrapFunctionCalls …
- 15:22 Ticket #3010 (Frontend - Dependency analysis removes import without warning) closed by
- wontfix: That's by design, the dependency analysis fully qualified imported …
- 15:16 Ticket #6257 (Backend - Issue with ThermoSysPro) updated by
- @mahge Currently I'm on Linux, that's a Windows issue, right? Also my …
- 15:15 Ticket #2998 (Documentation - typo on User Documentation web page) closed by
- fixed: Seems to have been fixed at some point.
- 15:09 Ticket #6252 (New Instantiation - Do not count extra equations for public non-connector top level inputs ...) closed by
- fixed: Fixed in a6556d32. …
- 15:08 Ticket #3059 (New Instantiation - parameters in if equation) closed by
- fixed: The new frontend still evaluates the if-equation since that seems to …
- 15:03 Ticket #3058 (New Instantiation - Type mismatch in functions with an if clause) closed by
- fixed: Works fine in the new frontend.
- 15:02 Ticket #3000 (Frontend - Stack Overflow detected and not caught with OMC) closed by
- invalid
- 15:01 Ticket #2986 (MetaModelica - Trying to use a partial function gives linker error instead of ...) updated by
-
Component changed
Works with the new frontend which will correctly give an error that … - 14:58 Ticket #2955 (Frontend - Add scope name to SourceInfo) closed by
-
wontfix: We have
getInstanceName()
instead now. - 14:56 Ticket #2949 (Frontend - MultiBody.Examples.Elementary.UserDefinedGravityField doesn't work) closed by
- worksforme
- 14:54 Ticket #2936 (Run-time - Zero-length arrays size(arr, 2) crashes run-time) closed by
- fixed: The model now works correctly in all the versions of ModelicaTest that …
- 14:52 Ticket #2914 (Frontend - Redeclaration is not applied) closed by
- fixed: Both the old and the new frontend handles this correctly now.
- 14:52 Ticket #2912 (Code Generation - 2 models that work separately, but not when put together) closed by
- fixed: This seems to have been fixed at some point, the model now simulates …
- 14:49 Ticket #2902 (Frontend - Complex parameter binding lost) closed by
- fixed
- 14:49 Ticket #2902 (Frontend - Complex parameter binding lost) updated by
- This seems to work fine now, both the old and the new frontend …
- 14:42 Ticket #6257 (Backend - Issue with ThermoSysPro) updated by
- @AnHeuermann Can you try adding […] to …
- 14:41 Ticket #2897 (MetaModelica - continue statement for for- and while-statements) updated by
-
continue
is currently used in the following pattern in a few places … - 14:24 Ticket #6257 (Backend - Issue with ThermoSysPro) updated by
- Windows had 133 test failures 10 days ago: …
- 14:23 Ticket #6257 (Backend - Issue with ThermoSysPro) updated by
- Of course the error is a missing else case in a match expression. I'll …
- 13:54 Ticket #6257 (Backend - Issue with ThermoSysPro) updated by
- So I tried with ThermoSysPro from https://github.com/ThermoSysPro/v3.2 …
- 13:50 Ticket #2869 (Frontend - Wrong prefix on binding) updated by
-
Milestone changed
- 13:48 Ticket #2869 (Frontend - Wrong prefix on binding) closed by
- wontfix: Might still be an issue, but the model no longer exists in Annex60 …
- 13:42 Ticket #2859 (New Instantiation - Wrong generation of record bindings when defining record components ...) closed by
- fixed: Still wrong in the old frontend, but works with the new.
- 13:34 Ticket #2800 (Frontend - Improve Expression traversal) closed by
- fixed: The traversal functions in the old frontend are still a bit of a mess, …
- 13:27 Ticket #2783 (New Instantiation - encapsulated model cannot find function) closed by
- fixed: Fixed in the new frontend.
- 13:26 Ticket #2745 (New Instantiation - Stack overflow detected and was not caught) closed by
- fixed: Still an issue in the old frontend, but the new frontend works fine.
- 13:23 Ticket #2735 (Backend - simulation fails without any error message in OMEdit) closed by
- fixed: The test case was enabled in r24361.
- 13:18 Ticket #2742 (New Instantiation - Missing inner message despite existing) closed by
- fixed: Still wrong in the old frontend, but with the new frontend it …
- 13:15 Ticket #2740 (New Instantiation - Inherited elements at incorrect places) closed by
- fixed: Still wrong in the old frontend which doesn't handle extends …
- 13:14 Ticket #3073 (Frontend - Wild card import in a sub package function fails to build the model) closed by
-
fixed: If the import is changed to
mylib.A.B.C.*
(imports must be fully … - 12:37 Ticket #2712 (Code Generation - Accessing connector array with dynamic index results in C code compile ...) updated by
-
Milestone changed
- 12:37 Ticket #2686 (Code Generation - error type: error when building simulator) updated by
-
Milestone changed
- 12:37 Ticket #2672 (Frontend - Bug with redeclare/replaceable record) updated by
-
Milestone changed
- 12:37 Ticket #2624 (New Instantiation - missing elseif branch) updated by
-
Milestone changed
- 12:36 Ticket #2620 (New Instantiation - detect appling of pre on continuos variable) updated by
-
Milestone changed
- 12:36 Ticket #2608 (Frontend - Mechanics.MultiBody.Examples.Elementary.DoublePendulumInitTip fails) updated by
-
Milestone changed
- 12:35 Ticket #2485 (Frontend - Redeclaration interpreted wrong with array dimensions) updated by
-
Milestone changed
- 12:35 Ticket #2435 (New Instantiation - invalid model gets simulated) updated by
-
Milestone changed
- 12:35 Ticket #2426 (Frontend - Improve error message for when-statement in function) updated by
-
Milestone changed
- 12:34 Ticket #2307 (New Instantiation - Using cat in loops gives strange results) updated by
-
Milestone changed
- 12:34 Ticket #2193 (New Instantiation - omc accepts undefined identifiers in structural varying models) updated by
-
Milestone changed
- 12:34 Ticket #2187 (New Instantiation - Evaluation of recursive functions during instantiation) updated by
-
Milestone changed
- 12:33 Ticket #2084 (New Instantiation - Add Modelica 3.3 impure/pure in the front-end Absyn, SCode, DAE) updated by
-
Milestone changed
- 12:33 Ticket #2078 (Frontend - Inner/outer not working in algorithm section) updated by
-
Milestone changed
- 12:32 Ticket #2029 (New Instantiation - Incorrect cyclically dependent error, inheritance issue (from MathCore)) updated by
-
Milestone changed
- 12:32 Ticket #2023 (Frontend - Array slice operation fails on multi-level components) updated by
-
Milestone changed
- 12:32 Ticket #1937 (New Instantiation - New instantiation does not respect uses-annotation) updated by
-
Milestone changed
- 12:32 Ticket #1934 (Frontend - Support calling functions via component reference) updated by
-
Milestone changed
- 12:31 Ticket #6258 (FMI - Workflow for FMU import in SSP not working) updated by
-
Priority, Milestone changed
Using SSP shouldn't be frustrating… - 12:30 Ticket #1919 (New Instantiation - Type extending basic type derived array does not work in all cases) updated by
-
Milestone changed
- 12:30 Ticket #1791 (Frontend - Change DAE.RANGE type) updated by
-
Milestone changed
- 12:29 Ticket #1729 (Frontend - Flattening error with modelica media type redeclaration of a record) updated by
-
Milestone changed
- 12:29 Ticket #1725 (New Instantiation - parameter passing for replaceable models does not work) updated by
-
Milestone changed
Replying to perost: > Replying to sjoelund.se: … - 12:28 Ticket #3076 (Backend - Inconsistent behavior of array vs. non-array connect) closed by
- fixed: This seems to have been fixed at some point, both models now simulate …
- 12:28 Ticket #1711 (New Instantiation - Check for illegal each) updated by
-
Milestone changed
- 12:27 Ticket #1636 (NF API - getComponents API is wrong) updated by
-
Milestone changed
- 12:26 Ticket #1615 (Frontend - Add CREF_ITERATOR) updated by
-
Milestone changed
- 12:25 Ticket #1577 (Frontend - Fix returned type of sliced arrays) updated by
-
Milestone changed
- 12:22 Ticket #6257 (Backend - Issue with ThermoSysPro) updated by
- This looks quite similar to the issue reported in …
- 12:17 Ticket #6257 (Backend - Issue with ThermoSysPro) updated by
- I tried with the latest nightly build, but I actually get a different …
- 12:13 Ticket #6257 (Backend - Issue with ThermoSysPro) updated by
-
Description changed
- 12:12 Ticket #5345 (OMEdit - omc-based FMI import in OMEdit) updated by
- Why SSP is so frustrating at the moment: #6258 I'm not able to get …
- 12:10 Ticket #6258 (FMI - Workflow for FMU import in SSP not working) updated by
- The ssp file (copied to the clipboard because I can't save). […]
- 12:10 Ticket #6258 (FMI - Workflow for FMU import in SSP not working) created by
- I'm trying to export a model to FMU and import it back again in OMEdit …
- 12:08 Ticket #6257 (Backend - Issue with ThermoSysPro) created by
- The attached model doesn't work in ThermoSysPro 3.2. …
- 11:48 Ticket #5345 (OMEdit - omc-based FMI import in OMEdit) updated by
- > Try to run it with gdb and send me a backtrace. There is no such …
- 11:47 Ticket #6256 (OMEdit - OMEdit crashing on double-click in SSP model) created by
- I wanted to create a decent bug report when creating a new SSP model …
- 10:59 Ticket #6243 (New Instantiation - Issues with partial packages in Chemical library) updated by
- Ah, ok, I thought my suggestion as per comment:6 had been implemented …
- 08:21 Ticket #5345 (OMEdit - omc-based FMI import in OMEdit) updated by
- Replying to AnHeuermann: > > What is the real problem when …
2020-11-30:
- 23:04 Ticket #6243 (New Instantiation - Issues with partial packages in Chemical library) updated by
- It will only work until we fix our detection of incompatible duplicate …
- 21:01 Ticket #6252 (New Instantiation - Do not count extra equations for public non-connector top level inputs ...) updated by
- The easiest solution is probably to remove the top-level input …
- 20:59 Ticket #6243 (New Instantiation - Issues with partial packages in Chemical library) closed by
- fixed: @marek, after your updates to the library, the three FluidAdapter test …
- 17:26 Ticket #5345 (OMEdit - omc-based FMI import in OMEdit) updated by
- > What is the real problem when importing FMUs? - It's not possible …
- 16:41 Ticket #5345 (OMEdit - omc-based FMI import in OMEdit) updated by
- > But the SSP support for OMEdit is very limited at the moment and …
- 16:40 Ticket #2712 (Code Generation - Accessing connector array with dynamic index results in C code compile ...) closed by
- fixed: This seems to have been fixed at some point, the model now …
- 16:38 Ticket #2703 (Frontend - Real den2[0,2] inside a function has an unknown type) closed by
- invalid
- 16:37 Ticket #2686 (Code Generation - error type: error when building simulator) closed by
- fixed: This seems to have been fixed at some point, the model now simulates.
- 16:33 Ticket #2672 (Frontend - Bug with redeclare/replaceable record) closed by
- fixed: Both the old and the new frontend give the correct result now.
- 16:31 Ticket #2624 (New Instantiation - missing elseif branch) closed by
- fixed: The new frontend removes the whole if-statement now, so I guess this …
- 16:28 Ticket #1100 (*unknown* - Scalar variables get NON_CONNECTOR instead of NON_FLOW if they are ...) updated by
-
Milestone changed
- 16:27 Ticket #2620 (New Instantiation - detect appling of pre on continuos variable) closed by
- fixed: The new frontend gives an error for this: […]
- 16:26 Ticket #2608 (Frontend - Mechanics.MultiBody.Examples.Elementary.DoublePendulumInitTip fails) closed by
-
fixed:
DoublePendulumInitTip
simulates correctly now, so this must have … - 16:20 Ticket #2488 (Frontend - noEvent doesnt work correctly) closed by
- invalid: Closed due to lack of feedback.
- 16:17 Ticket #2485 (Frontend - Redeclaration interpreted wrong with array dimensions) closed by
- fixed: Works fine in both the old and the new frontend.
- 16:15 Ticket #2446 (OMOptim - [PATCH] Fix compilation with latest ParadisEO) closed by
- fixed: Seems to have been fixed in OMOptim at some point.
- 16:12 Ticket #2435 (New Instantiation - invalid model gets simulated) closed by
- fixed: The new frontend gives an error: […]
- 16:10 Ticket #2426 (Frontend - Improve error message for when-statement in function) closed by
- fixed: Both the old and the new frontend forbids using a when-statement in a …
- 16:04 Ticket #2351 (Frontend - Mark all appropriate strings in OMC as translatable) closed by
- wontfix: Considering that I removed the translation files last week due to a …
- 16:02 Ticket #2342 (Frontend - Full path for return type in record constructors) closed by
- wontfix: The DAE contains the full path for the record constructor, but when …
- 15:42 Ticket #2307 (New Instantiation - Using cat in loops gives strange results) closed by
- fixed: This works fine with the new frontend.
- 15:35 Ticket #2201 (Frontend - OMC allows non-vector array expressions as ranges in for-loops) closed by
- wontfix: Seems no one really cares about this, so we might as well close this …
- 15:34 Ticket #2193 (New Instantiation - omc accepts undefined identifiers in structural varying models) closed by
- fixed: This gives an error as expected when using the new frontend, since it …
- 15:30 Ticket #2187 (New Instantiation - Evaluation of recursive functions during instantiation) closed by
- fixed: Works fine with the new frontend.
- 15:25 Ticket #2084 (New Instantiation - Add Modelica 3.3 impure/pure in the front-end Absyn, SCode, DAE) closed by
- fixed: The new frontend handles impure/pure.
- 15:24 Ticket #2078 (Frontend - Inner/outer not working in algorithm section) closed by
- fixed: This works fine in both the old and the new frontend.
- 15:22 Ticket #2029 (New Instantiation - Incorrect cyclically dependent error, inheritance issue (from MathCore)) closed by
- fixed
- 15:20 Ticket #2023 (Frontend - Array slice operation fails on multi-level components) closed by
- fixed: Seems to work fine in both the old and the new frontend now.
- 15:14 Ticket #1937 (New Instantiation - New instantiation does not respect uses-annotation) closed by
- fixed: Fixed some time ago.
- 15:13 Ticket #1934 (Frontend - Support calling functions via component reference) closed by
- fixed: This seems to have been fixed some time ago, it now seems to work fine …
- 15:10 Ticket #5345 (OMEdit - omc-based FMI import in OMEdit) updated by
-
Priority changed
OMEdit is now using the new frontend by default and it is more or less … - 15:08 Ticket #1919 (New Instantiation - Type extending basic type derived array does not work in all cases) closed by
- fixed: Both models work with the new frontend.
- 15:01 Ticket #1791 (Frontend - Change DAE.RANGE type) closed by
- fixed: I fixed this a while ago in 83e5e48.
- 14:58 Ticket #1748 (New Instantiation - missingInnerMessage annotation) closed by
-
fixed: The new frontend prints the
missingInnerMessage
when automatically … - 14:52 Ticket #1573 (Instantiation - reinit(vector, matrix[index]) is not vectorized properly.) updated by
-
Milestone changed
- 14:52 Ticket #6236 (Backend - Solve simple linear systems in closed form if that leads to simple solution) updated by
- Replying to casella: > @vitalij points out in …
- 14:47 Ticket #1729 (Frontend - Flattening error with modelica media type redeclaration of a record) updated by
-
Component changed
- 14:47 Ticket #6062 (OMEdit - Proper handling of changed global settings) updated by
- Replying to rfranke: > Is this really an enhancement. As …
- 14:47 Ticket #1729 (Frontend - Flattening error with modelica media type redeclaration of a record) closed by
- fixed: Seems to work fine in both the old and the new frontend now.
- 14:46 Ticket #1725 (New Instantiation - parameter passing for replaceable models does not work) closed by
- fixed: Replying to sjoelund.se: > This is fixed in the new …
- 14:45 Ticket #1519 (New Instantiation - Add check for self-referencing matrix dimensions) updated by
-
Milestone changed
- 14:45 Ticket #1711 (New Instantiation - Check for illegal each) closed by
- fixed: The new frontend gives a warning in this case, and an error if …
- 14:44 Ticket #1447 (Frontend - Vectorization does not work in front end) updated by
-
Milestone changed
- 14:44 Ticket #1667 (OMEdit - OMEdit does not have an interface to add custom directories for libraries) updated by
-
Milestone changed
- 14:44 Ticket #1428 (New Instantiation - inner/outer functions not supported) updated by
-
Milestone changed
- 14:40 Ticket #1686 (Parser - Unclear parse error message when missing equation) closed by
- wontfix: Closing this since it doesn't seems like something that will ever be …
- 14:35 Ticket #1416 (New Instantiation - Extends are not handled properly) updated by
-
Milestone changed
- 14:34 Ticket #1342 (*unknown* - External functions should not be constant evaluated) updated by
-
Milestone changed
- 14:34 Ticket #1298 (Backend - Records (and functions) with complex default bindings fail) updated by
-
Milestone changed
- 14:34 Ticket #1667 (OMEdit - OMEdit does not have an interface to add custom directories for libraries) updated by
-
Component changed
- 14:33 Ticket #1235 (*unknown* - Error messages for expressions does not have a context, resulting in ...) updated by
-
Milestone changed
- 14:33 Ticket #1174 (Frontend - Check model reports errors for correct models and vice versa.) updated by
-
Milestone changed
- 14:32 Ticket #1656 (*unknown* - Simplify some simple polynomials) closed by
- wontfix: The pattern does not seem to be used by the MSL. If it was useful we …
- 14:28 Ticket #1650 (*unknown* - Sort the DAE before output to circumvent testing errors due to ...) closed by
- wontfix: I don't think this is much of an issue anymore, the order of most of …
- 14:16 Ticket #1636 (NF API - getComponents API is wrong) closed by
-
fixed: With
-d=nfAPI
you now getN.O
as the type ofr
, so this seems to … - 14:15 Ticket #6099 (Code Generation - Low level issues with arrays in Windows) updated by
-
Status changed
- 14:15 Ticket #1126 (Frontend - Dangling modifier in extends clauses not detected if name exists locally.) updated by
-
Milestone changed
- 14:13 Ticket #6236 (Backend - Solve simple linear systems in closed form if that leads to simple solution) updated by
-
Cc changed
@vitalij points out in ticket:6254#comment:8 that we have a … - 14:10 Ticket #1615 (Frontend - Add CREF_ITERATOR) closed by
- fixed: We have DAE.CREF_ITER now, so I guess this is fixed.
- 14:08 Ticket #1603 (Frontend - Inner-Outer warnings) closed by
- worksforme: The specification does not say anything about giving a warning for …
- 14:04 Ticket #1597 (New Instantiation - Remove DAE.MATRIX) closed by
- fixed: The new frontend converts matrices to arrays during type checking, so …
- 14:02 Ticket #1577 (Frontend - Fix returned type of sliced arrays) closed by
- fixed: The description lacks some information on recreating the issue, but I …
- 13:58 Ticket #1556 (Instantiation - Recursive external object causes stack overflow) closed by
- fixed: Fixed by using the new frontend since it does not allow a class name …
- 13:56 Ticket #1573 (Instantiation - reinit(vector, matrix[index]) is not vectorized properly.) closed by
-
fixed:
reinit
is allowed to be called on arrays according to the current … - 13:06 Ticket #6171 (Backend - Invalid evaluation of auxiliary wrapFunctionCalls variable in ...) updated by
- Should be fixed with …
- 13:02 Ticket #6062 (OMEdit - Proper handling of changed global settings) updated by
- Is this really an enhancement. As far as I remember, it worked in …
- 12:58 Ticket #1519 (New Instantiation - Add check for self-referencing matrix dimensions) closed by
- fixed: The new frontend gives an error for this: […] which I guess is good …
- 12:53 Ticket #1448 (*unknown* - OMI-changevalue-simulation time (Tn) jumping forward/backward when ...) closed by
- wontfix: OMI hasn't been part of OpenModelica for some time, so this is no …
- 12:50 Ticket #1447 (Frontend - Vectorization does not work in front end) closed by
- fixed: All the example models work with both the old and the new frontend, so …
- 12:45 Ticket #1433 (Frontend - CevalFunction needs a real symboltable for lookup) closed by
- wontfix: Won't be fixed since we don't want to spend time fixing issues in the …
- 12:40 Ticket #1428 (New Instantiation - inner/outer functions not supported) closed by
- fixed: The new frontend supports inner/outer classes, including functions.
- 12:35 Ticket #1416 (New Instantiation - Extends are not handled properly) closed by
- fixed: The new frontend gives an error "extends A causes an instantiation loop".
- 12:29 Ticket #1342 (*unknown* - External functions should not be constant evaluated) closed by
- fixed: Fixed since the new frontend does not evaluate impure functions unless …
- 12:28 Ticket #1298 (Backend - Records (and functions) with complex default bindings fail) closed by
- fixed: The ticket isn't quite clear on how to reproduce the issue, but …
- 12:24 Ticket #1256 (Instantiation - Errors in instantiation of inherited components) closed by
- wontfix: I'm closing this ticket since the library lacks a uses-annotations and …
- 12:07 Ticket #1235 (*unknown* - Error messages for expressions does not have a context, resulting in ...) closed by
- fixed: This isn't really an issue anymore since most error messages from both …
- 12:00 Ticket #1174 (Frontend - Check model reports errors for correct models and vice versa.) closed by
- fixed: The new frontend handles this correctly.
- 11:58 Ticket #1126 (Frontend - Dangling modifier in extends clauses not detected if name exists locally.) closed by
- fixed: This is handled correctly by the new frontend, and the old frontend …
- 11:56 Ticket #1100 (*unknown* - Scalar variables get NON_CONNECTOR instead of NON_FLOW if they are ...) closed by
- fixed: This is handled correctly in the new frontend.
- 11:50 Ticket #6254 (Backend - Backend fails with discrete-time first order model) updated by
- Replying to rfranke: > Did you also check the result? …
- 09:22 Ticket #6255 (OMEdit - OMEdit requires restart for changed translation flags) closed by
- duplicate: See #6059 #6061 and #6062
- 09:00 Ticket #6255 (OMEdit - OMEdit requires restart for changed translation flags) updated by
-
Description changed
- 08:59 Ticket #6255 (OMEdit - OMEdit requires restart for changed translation flags) created by
- OMEdit takes Tools->Options->Simulation->Additional Translation Flags …
- 08:57 Ticket #6150 (Backend - The debugger output with dummy derivatives is inconsistent and confusing) updated by
-
Priority changed
This issue bugs me every time I look at the debugger output, see … - 08:55 Ticket #6254 (Backend - Backend fails with discrete-time first order model) updated by
-
Status, Owner changed
Testing withv1.17.0-dev-220-g67bec2f83f
, I get the same problem … - 08:50 Ticket #6254 (Backend - Backend fails with discrete-time first order model) updated by
-
Did you also check the result? Constant zero for
firstOrder.y
or a … - 07:46 Ticket #6254 (Backend - Backend fails with discrete-time first order model) updated by
- A linear equation with one unknown variable is simply called an …
- 07:24 Ticket #6254 (Backend - Backend fails with discrete-time first order model) updated by
- It requires workarounds in lot of our models, not really helping to …
- 07:21 Ticket #6254 (Backend - Backend fails with discrete-time first order model) updated by
-
Milestone changed
2020-11-29:
- 23:15 Ticket #6224 (Initialization - OM cannot run some electrical load flow calculations from open-source ...) updated by
- Being a member of the OSMC brings some benefits :) Thank you for …
- 23:14 Ticket #6254 (Backend - Backend fails with discrete-time first order model) updated by
-
Milestone changed
@rfranke, 1.16.1 has been released already. If this is a critical fix …
2020-11-28:
- 19:26 Ticket #6254 (Backend - Backend fails with discrete-time first order model) updated by
-
Description changed
- 17:48 Ticket #6224 (Initialization - OM cannot run some electrical load flow calculations from open-source ...) updated by
- Replying to casella: > @jean-philippe, the situation with …
- 17:37 Ticket #6232 (Backend - Questionable tearing in PowerSysPro leads to initialization failure) updated by
- @Francesco: thank you for the information. According to our internal …
- 17:35 Ticket #6254 (Backend - Backend fails with discrete-time first order model) created by
- OpenModelica works with lots of discrete-time models, including also …
- 17:13 Ticket #6253 (*unknown* - Error processing assert) closed by
- invalid: Yes that was it! I'm stupid.
- 16:47 Ticket #6253 (*unknown* - Error processing assert) updated by
- It is probably the quote on the string "text". You have to escape it …
- 16:38 Ticket #6099 (Code Generation - Low level issues with arrays in Windows) updated by
-
Cc changed
- 13:42 Ticket #6253 (*unknown* - Error processing assert) created by
- When I run the following X.mos script […] I get the error message …
- 12:40 Ticket #6099 (Code Generation - Low level issues with arrays in Windows) updated by
-
Cc, Status, Owner changed
@mahge939, maybe you could also have a look at this? You should be … - 11:27 Ticket #6252 (New Instantiation - Do not count extra equations for public non-connector top level inputs ...) updated by
-
Cc changed
This isn't really an NF issue as such, both the OF and the NF will … - 11:18 Ticket #6232 (Backend - Questionable tearing in PowerSysPro leads to initialization failure) updated by
-
Cc changed
This issue is currently being worked on in … - 11:14 Ticket #6224 (Initialization - OM cannot run some electrical load flow calculations from open-source ...) updated by
- @jean-philippe, the situation with v. 1.13 is very much improved, see …
- 00:24 Ticket #6252 (New Instantiation - Do not count extra equations for public non-connector top level inputs ...) created by
-
Please check the
Modelica.Mechanics.MultiBody.World
model in …
2020-11-27:
- 19:59 Ticket #6251 (Documentation - Better support for search-index optimization in generated HTML help) created by
- In order to better support the search indexing of the generated …
- 17:19 Ticket #6248 (OMEdit - Syntactically wrong modifications are lost when saving other models on ...) updated by
- Replying to phannebohm: > Possible duplicate of #6162, …
- 17:16 Ticket #6250 (*unknown* - Icon view - parameter "visible=<variable>" on one element causes ...) closed by
- duplicate: Duplicate of #6111. Please refer to that.
- 17:16 Ticket #6111 (OMEdit - Support for "visible" attribute missing in graphical annotation ...) updated by
- See also #6250
- 17:13 Ticket #6242 (Code Generation - Modelica External C dependencies are not found on Windows) updated by
- Replying to mahge930: > Arcane cable :) Nop. All I knew …
- 17:10 Ticket #6201 (Run-time - Acos in implicit function, failing to solve non-linear system) updated by
- Replying to phannebohm: > I was aware of the graph, but I …
- 16:33 Ticket #5783 (Backend - OME fails to translate a model due to assigning min, max and nominal ...) updated by
-
Cc changed
Replying to filip.jezek@…: > @casella well this is a … - 16:28 Ticket #6239 (OMEdit - Invalid error message from OM) updated by
- ok, thanks!
- 16:16 Ticket #6248 (OMEdit - Syntactically wrong modifications are lost when saving other models on ...) updated by
- Possible duplicate of #6162, where even correct code is lost.
- 15:15 Ticket #6250 (*unknown* - Icon view - parameter "visible=<variable>" on one element causes ...) created by
- The SweptVolume component in Modelica.Fluid.Machines only displays its …
- 13:13 Ticket #6242 (Code Generation - Modelica External C dependencies are not found on Windows) updated by
- Arcane cable :) Nop. All I knew was that it is a hex code. From then …
- 11:40 Ticket #6201 (Run-time - Acos in implicit function, failing to solve non-linear system) updated by
- Replying to casella: > If you look at the …
- 11:16 Ticket #6033 (Run-time - Add some documentation about the use of homotopy() for initialization) updated by
- I added more documentation in …
- 09:03 Ticket #5783 (Backend - OME fails to translate a model due to assigning min, max and nominal ...) updated by
- @casella well this is a whole other discussion, but I hope the …
- 08:53 Ticket #6239 (OMEdit - Invalid error message from OM) updated by
- Replying to casella: > What has replaceable support to do …
- 00:29 Ticket #6248 (OMEdit - Syntactically wrong modifications are lost when saving other models on ...) updated by
- Replying to Andrea.Bartolini: > My opinion is that also …
- 00:26 Ticket #6247 (Code Generation - Uninitialized code in _functions.c) updated by
-
Cc changed
- 00:11 Ticket #6242 (Code Generation - Modelica External C dependencies are not found on Windows) updated by
- Replying to mahge930: > > It turns out -1073741515 = 309 - …
- 00:04 Ticket #5783 (Backend - OME fails to translate a model due to assigning min, max and nominal ...) updated by
- For the record, we haven't yet switched to GitHub for issue tracking. …
Note:
See TracTimeline
for information about the timeline view.