Timeline
2018-09-17:
- 22:10 Ticket #5110 (Backend - Inefficient translation of models with arrays) updated by
 - After 09518b/OMCompiler we get with …
 - 22:08 Ticket #5127 (New Instantiation - [NF] Implement synchronous features in the new front-end) updated by
 - Partial support added in 09518b/OMCompiler.
 - 21:29 Ticket #4608 (Interactive Environment - Unit string lost in Modelica.Media inheritance chain) reopened by
 - Indeed. However, OMEdit still doesn't show any display unit for …
 - 21:21 Ticket #5032 (New Instantiation - size(constant) should have constant variability in the NF) closed by
 - fixed: Fixed by …
 - 21:05 Ticket #5130 (FMI - Segmentation fault when fmi2Terminate gets called twice) updated by
 - We should move lines 635 to 650 to 511. …
 - 21:01 Ticket #5130 (FMI - Segmentation fault when fmi2Terminate gets called twice) updated by
 - As far as I can tell from the code I think we should not free any …
 - 20:50 Ticket #5130 (FMI - Segmentation fault when fmi2Terminate gets called twice) updated by
 - 
          Component changed
 - 20:49 Ticket #5130 (FMI - Segmentation fault when fmi2Terminate gets called twice) updated by
 - I guess we would need to set a flag on fmi2Terminate and check that if …
 - 20:49 Ticket #5131 (FMI - Segmentation fault when fmi2GetReal gets called after fmi2Terminate) updated by
 - The spec says that you should be able to do that, so it seems like a …
 - 20:30 Ticket #5131 (FMI - Segmentation fault when fmi2GetReal gets called after fmi2Terminate) created by
 - 
          This happened on a host which soemtimes calls e.g. 
fmi2GetReal… - 20:26 Ticket #5130 (FMI - Segmentation fault when fmi2Terminate gets called twice) created by
 - I just saw that with a bad timing in the host I am using, …
 - 19:18 Ticket #5119 (FMI - Segmentation fault in getNumericalJacobianHomotopy when doing a fmuCheck) updated by
 - The compress2 undefined reference I fixed in the next commit, so you …
 - 17:12 Ticket #5119 (FMI - Segmentation fault in getNumericalJacobianHomotopy when doing a fmuCheck) updated by
 - Replying to adrpo: > What I mean is that the function …
 - 16:08 Ticket #2173 (Interactive Environment - simulate API function does not complain on wrong parameters) updated by
 - 
          Priority, Milestone changed
 - 16:08 Ticket #5127 (New Instantiation - [NF] Implement synchronous features in the new front-end) updated by
 - 
          Cc changed
 - 16:08 Ticket #2173 (Interactive Environment - simulate API function does not complain on wrong parameters) updated by
 - Partially fixed in a1d7895, we now …
 - 16:08 Ticket #5127 (New Instantiation - [NF] Implement synchronous features in the new front-end) updated by
 - WIP: https://github.com/OpenModelica/OMCompiler/pull/2664
 - 15:51 Ticket #5110 (Backend - Inefficient translation of models with arrays) updated by
 - 
          This is the result I get after adding 
Clock()to the NF. The … - 15:11 Ticket #4943 (Code Generation - Wrong order of equations in info.json file) closed by
 - fixed: Fixed in 95e1e12/OMCompiler.
 - 14:27 Ticket #4791 (Frontend - NFScodeDependency fails for small example) closed by
 - fixed: The model correctly gives an error when using the new frontend, and it …
 - 14:23 Ticket #5048 (OMEdit - Wrong error messages) updated by
 - I had a look at the pngs for OMEdit, and they were actually fine. …
 - 13:20 Ticket #5048 (OMEdit - Wrong error messages) updated by
 - png's should be fixed. Other messages which are not OMC's fault …
 - 13:14 Ticket #4985 (Run-time - OMC accepts invalid nonlinear system solutions) updated by
 - Proposal: add optional simulation flag if possible (default false) to …
 - 13:06 Ticket #4951 (FMI - OMEdit did not generate the fmu file on FMU export) updated by
 - 
          Status, Owner changed
 - 13:04 Ticket #4943 (Code Generation - Wrong order of equations in info.json file) updated by
 - 
          Status, Owner changed
@wbraun will have a look for a quick fix - 12:57 Ticket #5018 (Third-Party Libraries - Patch MSL 3.2.2/3.2.1 with missing 'each'?) updated by
 - 
          Milestone changed
Switching to the NF is targeted for 2.0, so this is not a blocker for … - 12:53 Ticket #4632 (Interactive Environment - Moving a model creates wrong code) closed by
 - fixed: This will be fixed in 2.0.0 when the new front-end becomes default
 - 12:50 Ticket #4608 (Interactive Environment - Unit string lost in Modelica.Media inheritance chain) closed by
 - fixed: This works correctly in both the old and the new frontend as far as I …
 - 12:45 Ticket #4254 (Backend - Wrong numerical handling of conditional equations) updated by
 - 
          Milestone changed
 - 10:08 Ticket #5074 (New Instantiation - The NF does not evaluate a structural parameter) updated by
 - 
          Is there any reason why 
plugToPin_n.kshould be considered … - 09:56 Ticket #5090 (New Instantiation - The NF does not flatten vector equations) closed by
 - fixed: Fixed in 945cb9d, the transpose call is …
 - 09:37 Ticket #5076 (New Instantiation - NFSimplifyModel.simplify fails with no error message) closed by
 - fixed: Fixed in 79f4626.
 - 08:57 Ticket #5129 (Interactive Environment - SimulationResult.resultFile ignores simflag -r) updated by
 - This is on purpose. The -r you specify is given back exactly as it is …
 - 07:37 Ticket #5129 (Interactive Environment - SimulationResult.resultFile ignores simflag -r) updated by
 - Good morning and thank you for fixing this problem so fast! Before …
 
2018-09-16:
- 11:14 Ticket #5122 (OMEdit - Error message on mac) updated by
 - I still get the error messages, so if anyone has any tips i will …
 - 09:12 Ticket #5103 (OMSimulator - CompositeModel::solveAlgLoop: max. number of iterations) updated by
 - I tried to add the delay internally in one of the FMUs (by making …
 - 04:21 Ticket #5129 (Interactive Environment - SimulationResult.resultFile ignores simflag -r) closed by
 - fixed: Fixed with PR: https://github.com/OpenModelica/OMCompiler/pull/2657
 
2018-09-15:
- 15:26 Ticket #5016 (New Instantiation - The NF does not evaluate function in parameter binding) closed by
 - fixed: The test model is now simulated, apparently the issue has been solved …
 - 11:48 Ticket #5076 (New Instantiation - NFSimplifyModel.simplify fails with no error message) reopened by
 - Issue still present in …
 - 11:44 Ticket #5086 (New Instantiation - Equations involving cat and slice operators not flattened by the NF) closed by
 - 
          fixed: Now the same model fails during 
NFSimplifyModel.simplifygiving … - 11:39 Ticket #5097 (*unknown* - Issue with NFRangeIterator.fromDim) closed by
 - duplicate: Duplicate of #5010
 
2018-09-14:
- 17:32 Ticket #5129 (Interactive Environment - SimulationResult.resultFile ignores simflag -r) updated by
 - 
          Status, Owner changed
I've seen this as well, we need to parse the simflags and intercept -r … - 17:23 Ticket #5129 (Interactive Environment - SimulationResult.resultFile ignores simflag -r) updated by
 - 
          Status, Owner, Component, Milestone changed
@adeas31, could you have a look or assign it to somebody who could? - 15:40 Ticket #5129 (Interactive Environment - SimulationResult.resultFile ignores simflag -r) created by
 - Hello, When simulating a model via the OMShell, the response from the …
 - 15:34 Ticket #5128 (OMEdit - Drag and drop class names to text layer in OMEdit) created by
 - It would be nice if one could drag a class from the library browser …
 - 12:54 Ticket #2660 (New Instantiation - Lookup bug with replaceable models) updated by
 - 
          Status, Owner changed
The … - 12:47 Ticket #5127 (New Instantiation - [NF] Implement synchronous features in the new front-end) updated by
 - Maybe we could split this into - implement clocked variables - …
 - 12:46 Ticket #5010 (New Instantiation - Issue with NFRangeIterator.fromDim) reopened by
 - 
          There are still prolems with 
NFRangeIterator.fromDimin … - 12:35 Ticket #5126 (New Instantiation - Type of constants in the NF) updated by
 - Replying to rfranke: > I wonder by how much the coverage …
 - 12:08 Ticket #5127 (New Instantiation - [NF] Implement synchronous features in the new front-end) updated by
 - 
          Status, Owner changed
 - 12:03 Ticket #5127 (New Instantiation - [NF] Implement synchronous features in the new front-end) created by
 - Add support for Clock and Modelica 3.3 synch. features.
 - 11:53 Ticket #5126 (New Instantiation - Type of constants in the NF) updated by
 - We'll see it in a little while, I started the new inst job after Per …
 - 11:32 Ticket #5125 (New Instantiation - Wrong instantiation of default function arguments) closed by
 - fixed: Fixed in 58e6759.
 - 10:23 Ticket #5119 (FMI - Segmentation fault in getNumericalJacobianHomotopy when doing a fmuCheck) updated by
 - What I mean is that the function definitions for FMI are given by the …
 - 10:00 Ticket #5126 (New Instantiation - Type of constants in the NF) updated by
 - The graph looks impressive. OK, I'm motivated again :-) Thank you for …
 - 09:56 Ticket #5126 (New Instantiation - Type of constants in the NF) updated by
 - 
          Cc changed
Replying to rfranke: > That's 250 tickets and 5 months … - 09:47 Ticket #5119 (FMI - Segmentation fault in getNumericalJacobianHomotopy when doing a fmuCheck) updated by
 - Yes, we could probably do that, but it would mean adding it to the FMI …
 - 09:32 Ticket #5119 (FMI - Segmentation fault in getNumericalJacobianHomotopy when doing a fmuCheck) updated by
 - Replying to adrpo: > I spoke too soon, out of 5 runs 2 …
 - 09:14 Ticket #4868 (New Instantiation - Issue with Integer-Real conversions in min/max functions with the NF) closed by
 - fixed: Fixed in fa177e77. The model also …
 - 09:13 Ticket #5126 (New Instantiation - Type of constants in the NF) closed by
 - fixed: Fixed in fa177e77.
 - 08:31 Ticket #5126 (New Instantiation - Type of constants in the NF) updated by
 - That's 250 tickets and 5 months back! Not very motivating for start …
 - 08:05 Ticket #5126 (New Instantiation - Type of constants in the NF) updated by
 - 
          Milestone, Summary changed
Probably a duplicate of #4868, but I'll leave it open anyway - 08:02 Ticket #5125 (New Instantiation - Wrong instantiation of default function arguments) updated by
 - 
          Milestone changed
 - 07:44 Ticket #5126 (New Instantiation - Type of constants in the NF) created by
 - 
          See the following example:
 […]
The old frontend (
omc) generates: … - 05:43 Ticket #5125 (New Instantiation - Wrong instantiation of default function arguments) created by
 - 
          See the following example:
 […]
The old frontend (
omc) produces … - 01:33 Ticket #5117 (FMI - Cannot load exported FMUs in fmuCheck due to missing required DLLs) closed by
 - fixed: Should be fixed with 22bbcb/OMCompiler.
 - 01:32 Ticket #5119 (FMI - Segmentation fault in getNumericalJacobianHomotopy when doing a fmuCheck) closed by
 - fixed: Should be fixed with 22bbcb/OMCompiler.
 - 00:32 Ticket #5119 (FMI - Segmentation fault in getNumericalJacobianHomotopy when doing a fmuCheck) updated by
 - I spoke too soon, out of 5 runs 2 are crashes. The problem is more …
 
2018-09-13:
- 20:31 Ticket #5124 (Backend - Very simple model is detected as over-determined) created by
 - The following example model fails (28 equations and 26 variables): …
 - 20:14 Ticket #5018 (Third-Party Libraries - Patch MSL 3.2.2/3.2.1 with missing 'each'?) updated by
 - Replying to tknodt@…: > A version/ release is something …
 - 18:16 Ticket #5122 (OMEdit - Error message on mac) updated by
 - Replying to adeas31: > If you are using one of the .mpkg …
 - 18:09 Ticket #5122 (OMEdit - Error message on mac) updated by
 - If you are using one of the .mpkg then it doesn't matter which Qt is …
 - 17:49 Ticket #5122 (OMEdit - Error message on mac) updated by
 - Replying to adeas31: > Yeah try the latest nightly. I know …
 - 17:46 Ticket #5122 (OMEdit - Error message on mac) updated by
 - Replying to casella: > Replying to totti98@…: …
 - 17:29 Ticket #5119 (FMI - Segmentation fault in getNumericalJacobianHomotopy when doing a fmuCheck) updated by
 - Replying to adrpo: > Good news! > If I compile the dll …
 - 17:18 Ticket #5123 (Installation program - Support installations of multiple releases in Windows) created by
 - It should be possible to install stable and nightly in parallel. Also, …
 - 17:16 Ticket #5018 (Third-Party Libraries - Patch MSL 3.2.2/3.2.1 with missing 'each'?) updated by
 - A version/ release is something freezed and defined. It should not be …
 - 16:35 Ticket #5119 (FMI - Segmentation fault in getNumericalJacobianHomotopy when doing a fmuCheck) updated by
 - Good news! If I compile the dll with all other dependent libs …
 - 15:25 Ticket #5122 (OMEdit - Error message on mac) updated by
 - I have installed "latest-nightly-1.13.0~dev-1419-g64b4c39.mpkg" from …
 - 15:11 Ticket #4631 (FMI - FMU clash with IPython and PyFMI (JSON involved)) updated by
 - I guess without having the JSON and/ or the model, this cannot be …
 - 15:00 Ticket #5122 (OMEdit - Error message on mac) updated by
 - Thank you for the suggestions! I am currently downloading the …
 - 14:49 Ticket #5121 (Build Environment - Use template files for Makefiles for C and FMU build that users can change) updated by
 - This sounds more like an enhancement, like a defect. But one I would …
 - 12:41 Ticket #5122 (OMEdit - Error message on mac) updated by
 - Replying to totti98@…: > Yes i have installed the version …
 - 12:23 Ticket #5122 (OMEdit - Error message on mac) updated by
 - Yes i have installed the version 1.12.0 which i assume to be the …
 - 10:39 Ticket #4485 (OMEdit - Add units for volume flow to OMEdit) updated by
 - @casella: In case you agree to comment 5 what about updating this …
 - 10:38 Ticket #4485 (OMEdit - Add units for volume flow to OMEdit) updated by
 - I see that OMEdit already has a drop-down menu for units of measure. …
 - 08:40 Ticket #5116 (New Instantiation - The NF does not constant-evaluate parameter binding equations in the MSL) updated by
 - Replying to casella: > Why not doing both, just in case? …
 - 06:09 Ticket #5100 (Installation program - Accessing older Linux/MacOSX nightly builds) updated by
 - Replying to casella: > You mean that if today's nightly …
 - 05:03 Ticket #5110 (Backend - Inefficient translation of models with arrays) updated by
 - PR https://github.com/OpenModelica/OMCompiler/pull/2644/ adapts the …
 
2018-09-12:
- 23:48 Ticket #5119 (FMI - Segmentation fault in getNumericalJacobianHomotopy when doing a fmuCheck) updated by
 - When I compiled the fmuchecker 32bit myself and used it, it works …
 - 23:28 Ticket #5119 (FMI - Segmentation fault in getNumericalJacobianHomotopy when doing a fmuCheck) updated by
 - Too bad, valgrind doesn't show anything. I'll try debugging on Windows …
 - 21:34 Ticket #5072 (Installation program - Mac OSX nightly build still broken) updated by
 - Yeah I can take a look at it provided the macports builds are working …
 - 21:33 Ticket #5122 (OMEdit - Error message on mac) updated by
 - Yeah try the latest nightly. I know that Martin has fixed "sh: impact: …
 - 21:30 Ticket #5072 (Installation program - Mac OSX nightly build still broken) updated by
 - 
          Status, Owner changed
I have no idea how to fix this and no access (rather than via ssh) to … - 20:51 Ticket #5072 (Installation program - Mac OSX nightly build still broken) reopened by
 - We obviously need to fix this issue for the 1.13.0 final release
 - 20:49 Ticket #5122 (OMEdit - Error message on mac) updated by
 - You reported using 1.12.0. Were you using that release? Did you try …
 - 20:43 Ticket #5116 (New Instantiation - The NF does not constant-evaluate parameter binding equations in the MSL) updated by
 - Why not doing both, just in case? Is there a risk of significant overhead?
 - 20:38 Ticket #5072 (Installation program - Mac OSX nightly build still broken) updated by
 - Today I tried on my Mac latest-stable-1.13.0_dev.01.mpkg and still I …
 - 20:35 Ticket #5100 (Installation program - Accessing older Linux/MacOSX nightly builds) closed by
 - fixed: Replying to ali.shirazi@…: > Hello, > > I tested out …
 - 20:33 Ticket #5100 (Installation program - Accessing older Linux/MacOSX nightly builds) updated by
 - Replying to sjoelund.se: > A small comment. If you really …
 - 20:26 Ticket #5122 (OMEdit - Error message on mac) updated by
 - See also #5048, item 5).
 - 20:25 Ticket #5048 (OMEdit - Wrong error messages) updated by
 - 
          Description changed
 - 19:44 Ticket #5122 (OMEdit - Error message on mac) created by
 - When i open OMEdit i get the following error message [1] 21:14:24 …
 - 15:49 Ticket #5119 (FMI - Segmentation fault in getNumericalJacobianHomotopy when doing a fmuCheck) updated by
 - I hope the same happens in Linux, there is no valgrind for Windows (yet).
 - 15:48 Ticket #5119 (FMI - Segmentation fault in getNumericalJacobianHomotopy when doing a fmuCheck) updated by
 - Replying to adrpo: > Yeah, the process is complex and …
 - 15:30 Ticket #5119 (FMI - Segmentation fault in getNumericalJacobianHomotopy when doing a fmuCheck) updated by
 - Yeah, the process is complex and there are many things that can affect …
 - 15:28 Ticket #5117 (FMI - Cannot load exported FMUs in fmuCheck due to missing required DLLs) updated by
 - Replying to adrpo: > Ok, I found out why, you have …
 - 15:24 Ticket #5117 (FMI - Cannot load exported FMUs in fmuCheck due to missing required DLLs) updated by
 - Ok, I found out why, you have Modelica tables in your model which are …
 - 15:19 Ticket #5117 (FMI - Cannot load exported FMUs in fmuCheck due to missing required DLLs) updated by
 - I can confirm it needs more dlls for your FMU. I'll try to find out …
 - 14:52 Ticket #5119 (FMI - Segmentation fault in getNumericalJacobianHomotopy when doing a fmuCheck) updated by
 - Replying to adrpo: > Looking at this: > …
 - 13:55 Ticket #5118 (Code Generation - OMC should generate debug information and PDB files for debugging with ...) updated by
 - 
          Status, Owner changed
 - 13:55 Ticket #5118 (Code Generation - OMC should generate debug information and PDB files for debugging with ...) updated by
 - Yeah, that might be the case, they seem to be ignored for the FMUs, …
 - 13:53 Ticket #5121 (Build Environment - Use template files for Makefiles for C and FMU build that users can change) updated by
 - Currently these are hardcoded via templates in Susan which requires …
 - 13:53 Ticket #5118 (Code Generation - OMC should generate debug information and PDB files for debugging with ...) updated by
 - 
          Replying to adrpo:
> omc flag 
gendebugsymbolsmight … - 13:52 Ticket #5121 (Build Environment - Use template files for Makefiles for C and FMU build that users can change) created by
 - Would be nice to have some template Makefiles for building C and FMU …
 - 13:20 Ticket #5118 (Code Generation - OMC should generate debug information and PDB files for debugging with ...) updated by
 - 
          omc flag 
gendebugsymbolsmight help with this, but this one, … - 13:08 Ticket #5117 (FMI - Cannot load exported FMUs in fmuCheck due to missing required DLLs) updated by
 - Replying to adrpo: > This might have something to do with …
 - 12:51 Ticket #5117 (FMI - Cannot load exported FMUs in fmuCheck due to missing required DLLs) updated by
 - This might have something to do with #5119, is it the same FMU? It …
 - 12:41 Ticket #5117 (FMI - Cannot load exported FMUs in fmuCheck due to missing required DLLs) updated by
 - Replying to adrpo: > Hmmm, I thought I fixed this to have …
 - 12:39 Ticket #5084 (New Instantiation - The NF does not evaluate protected parameters depending on Evaluate = ...) closed by
 - fixed: This was fixed in 6654660.
 - 12:38 Ticket #5116 (New Instantiation - The NF does not constant-evaluate parameter binding equations in the MSL) updated by
 - 
          The issue is that 
orientationis constant evaluated by the NF, but … - 12:37 Ticket #5119 (FMI - Segmentation fault in getNumericalJacobianHomotopy when doing a fmuCheck) updated by
 - Looking at this: …
 - 12:18 Ticket #5117 (FMI - Cannot load exported FMUs in fmuCheck due to missing required DLLs) updated by
 - Hmmm, I thought I fixed this to have static linking of everything …
 - 12:05 Ticket #4273 (FMI - FMU for co-simulation , Available Solvers) updated by
 - Replying to casella: > I guess it is only lack of …
 - 11:52 Ticket #5120 (Build Environment - Compilation fails due to OMSimulator) closed by
 - fixed: […] works. Thank you!
 - 11:24 Ticket #5120 (Build Environment - Compilation fails due to OMSimulator) updated by
 - @rfranke: it seems you didn't get anything inside OMSimulator …
 - 10:16 Ticket #5120 (Build Environment - Compilation fails due to OMSimulator) updated by
 - 
          I did 
git submodule updatein OMSimulator. I did also call … - 09:40 Ticket #5100 (Installation program - Accessing older Linux/MacOSX nightly builds) updated by
 - Hello, I tested out "1.13.0-dev.01" stable and all our SolarTherm …
 - 09:37 Ticket #5100 (Installation program - Accessing older Linux/MacOSX nightly builds) updated by
 - A small comment. If you really want to depend on pre-release software …
 - 09:32 Ticket #5120 (Build Environment - Compilation fails due to OMSimulator) updated by
 - 
          Status, Owner changed
As far as I know, OMEdit strongly depends on it. Is the problem … - 09:20 Ticket #5120 (Build Environment - Compilation fails due to OMSimulator) created by
 - Compilation of OpenModelica under Linux fails. After several …
 - 07:14 Ticket #4273 (FMI - FMU for co-simulation , Available Solvers) updated by
 - 
          Cc changed
I guess it is only lack of development resources. Niklas Worschech … - 07:08 Ticket #5117 (FMI - Cannot load exported FMUs in fmuCheck due to missing required DLLs) updated by
 - 
          Milestone changed
 - 07:06 Ticket #5100 (Installation program - Accessing older Linux/MacOSX nightly builds) updated by
 - 
          Cc changed
From the … - 03:23 Ticket #4273 (FMI - FMU for co-simulation , Available Solvers) updated by
 - What is the cause of this limitation to Euler? Is there any …
 - 03:04 Ticket #5119 (FMI - Segmentation fault in getNumericalJacobianHomotopy when doing a fmuCheck) created by
 - I hope providing component FMI here is correct, as this seems to only …
 - 02:37 Ticket #5118 (Code Generation - OMC should generate debug information and PDB files for debugging with ...) created by
 - I had several issues with co-simulation FMUs to be run under Vector …
 - 02:07 Ticket #3029 (FMI - Add support for generating a 32bit FMU using a 64bit OMC (if possible)) updated by
 - On Windows, I have the same requirement.
 - 01:43 Ticket #5117 (FMI - Cannot load exported FMUs in fmuCheck due to missing required DLLs) created by
 - In 1.12 this was working fine somehow. For 1.13 I have to add the …
 
2018-09-11:
- 22:50 Ticket #4970 (New Instantiation - actualStream not yet implemented in the NF) updated by
 - Indeed. Too bad most models using actualStream also have other issues …
 - 22:29 Ticket #5100 (Installation program - Accessing older Linux/MacOSX nightly builds) updated by
 - Ok, v1.13.0-dev.01 is now tagged on maintenance/v1.13 and stable …
 - 20:39 Ticket #4970 (New Instantiation - actualStream not yet implemented in the NF) closed by
 - fixed: Replying to casella: > After this commit there were 1188 …
 - 20:27 Ticket #4970 (New Instantiation - actualStream not yet implemented in the NF) reopened by
 - After this commit there were 1188 regressions (!), due to some issue …
 - 16:09 Ticket #5100 (Installation program - Accessing older Linux/MacOSX nightly builds) updated by
 - 
          OK, then 
1.13.0-dev-01or something like that, which comes … - 14:35 Ticket #5114 (New Instantiation - Issue with MultiBody models of ScalableTestSuite with the NF) updated by
 - Here's a small test model that gives the same issue when compiled …
 - 14:05 Ticket #4970 (New Instantiation - actualStream not yet implemented in the NF) closed by
 - fixed: Fixed in ea032cb4.
 - 12:44 Ticket #5100 (Installation program - Accessing older Linux/MacOSX nightly builds) updated by
 - @casella the beta will be called 1.13.0-dev.beta1, dev will not be …
 - 12:39 Ticket #5100 (Installation program - Accessing older Linux/MacOSX nightly builds) updated by
 - Replying to adrpo: > It will be called …
 - 12:36 Ticket #5100 (Installation program - Accessing older Linux/MacOSX nightly builds) updated by
 - If there are requirements on tag names due to lexicographical …
 - 12:34 Ticket #5100 (Installation program - Accessing older Linux/MacOSX nightly builds) updated by
 - Replying to sjoelund.se: > Replying to [comment:11 …
 - 12:14 Ticket #5094 (New Instantiation - Issue with evaluation of user-defined external functions in the NF) closed by
 - fixed: Fixed in 00f0efa.
 - 09:49 Ticket #5116 (New Instantiation - The NF does not constant-evaluate parameter binding equations in the MSL) updated by
 - Related to #5084, which is still not yet solved. In that case, though, …
 - 09:40 Ticket #5100 (Installation program - Accessing older Linux/MacOSX nightly builds) updated by
 - Replying to casella: > My proposal is to tag […] …
 - 09:21 Ticket #5100 (Installation program - Accessing older Linux/MacOSX nightly builds) updated by
 - 
          Cc changed
For the record, the nightly builds started breaking after … - 09:05 Ticket #5100 (Installation program - Accessing older Linux/MacOSX nightly builds) updated by
 - I got to the [linux download page], where I read the feature of the …
 - 08:29 Ticket #5116 (New Instantiation - The NF does not constant-evaluate parameter binding equations in the MSL) created by
 - Please consider …
 - 07:48 Ticket #5100 (Installation program - Accessing older Linux/MacOSX nightly builds) updated by
 - Replying to casella: > Replying to adrpo: > > …
 - 07:40 Ticket #5115 (New Instantiation - The NF does not expand array() operator in ...) updated by
 - There are about 30 models affected by this issue in the MSL
 - 07:37 Ticket #5100 (Installation program - Accessing older Linux/MacOSX nightly builds) updated by
 - Replying to adrpo: > I will create maintenance/v1.13 …
 - 07:35 Ticket #4083 (*unknown* - On opening Modelica.Mechanics.Translational.Examples.Friction I get ...) updated by
 - Interestingly, these are the error messages: […] with respect to …
 - 07:35 Ticket #5048 (OMEdit - Wrong error messages) updated by
 - 
          Priority changed
We should try as hard as we can to get rid of these bogus messages in … - 07:18 Ticket #5115 (New Instantiation - The NF does not expand array() operator in ...) created by
 - Please consider …
 - 06:47 Ticket #5100 (Installation program - Accessing older Linux/MacOSX nightly builds) updated by
 - It seems we don't link the dependencies in the openmodelica glue …
 - 05:56 Ticket #4083 (*unknown* - On opening Modelica.Mechanics.Translational.Examples.Friction I get ...) updated by
 - I now realise that there is also this closed ticket for this issue. I …
 - 03:47 Ticket #5100 (Installation program - Accessing older Linux/MacOSX nightly builds) updated by
 - Strangely enough we have older versions of packages for the …
 
2018-09-10:
- 23:13 Ticket #4083 (*unknown* - On opening Modelica.Mechanics.Translational.Examples.Friction I get ...) updated by
 - I am also experiencing this problem on Ubuntu 18.04 with OpenModelica …
 - 20:21 Ticket #5095 (New Instantiation - Integer equation lost by NF) updated by
 - 
          I had a look at the output of 
-d=optdaedumpwhen the NF is used. … - 18:33 Ticket #5112 (FMI - Template optInitValFMU in CodegenFMU.tpl generates wrong code for integers) updated by
 - 
          Version changed
 - 18:32 Ticket #5112 (FMI - Template optInitValFMU in CodegenFMU.tpl generates wrong code for integers) updated by
 - Yeah, I thought so too, but I wanted to use the same pattern as for …
 - 18:29 Ticket #5112 (FMI - Template optInitValFMU in CodegenFMU.tpl generates wrong code for integers) updated by
 - Thanks for the quick fix. IMHO it would be better to use …
 - 18:26 Ticket #5112 (FMI - Template optInitValFMU in CodegenFMU.tpl generates wrong code for integers) closed by
 - fixed: Fixed in 50de54b3/OMCompiler.
 - 18:26 Ticket #5113 (FMI - [FMI] Fix issues with input/output String/Boolean in FMUs) updated by
 - Wrong comment removed.
 - 18:06 Ticket #5114 (New Instantiation - Issue with MultiBody models of ScalableTestSuite with the NF) created by
 - The last remaining models of ScalableTestSuite which are not handled …
 - 17:42 Ticket #5113 (FMI - [FMI] Fix issues with input/output String/Boolean in FMUs) created by
 - Continue the work in: …
 - 17:23 Ticket #5112 (FMI - Template optInitValFMU in CodegenFMU.tpl generates wrong code for integers) updated by
 - 
          Status, Owner changed
I thought I fixed that but it seems not :) … - 16:51 Ticket #5112 (FMI - Template optInitValFMU in CodegenFMU.tpl generates wrong code for integers) created by
 - I was wondering that I get constant overflow warnings when compiling a …
 - 13:09 Ticket #5111 (*unknown* - Got COMPILER BUG when compiling Modelica_Requirements (minimal example ...) updated by
 - I have tested it with some Modelica_Requirements examples -- most of …
 - 12:12 Ticket #5110 (Backend - Inefficient translation of models with arrays) updated by
 - 
          
-d=newInstimproves things, except forClockandprevious. Could … - 11:52 Ticket #5111 (*unknown* - Got COMPILER BUG when compiling Modelica_Requirements (minimal example ...) closed by
 - fixed: Fixed in baede2f. The actual issue was …
 - 11:06 Ticket #5110 (Backend - Inefficient translation of models with arrays) updated by
 - The NF generates the same equation for y0, i.e. it also expands the …
 - 10:12 Ticket #5095 (New Instantiation - Integer equation lost by NF) updated by
 - After 6654660 the NF now evaluates the …
 - 09:56 Ticket #5110 (Backend - Inefficient translation of models with arrays) updated by
 - @casella: I tried myself with -d=newInst but we don't have support for …
 - 09:53 Ticket #5110 (Backend - Inefficient translation of models with arrays) updated by
 - 
          Cc changed
@rfranke, did you try what happens with-d=newInst? Also, … - 09:44 Ticket #5111 (*unknown* - Got COMPILER BUG when compiling Modelica_Requirements (minimal example ...) created by
 - When compiling examples from the Modelica_Requirements library, I got …
 - 09:07 Ticket #5096 (New Instantiation - Issue with NFTyping.typeComponent) updated by
 - I guess this is a duplicate of #5015, but we'll leave it open for now.
 - 08:58 Ticket #5096 (New Instantiation - Issue with NFTyping.typeComponent) updated by
 - Yes, we don't add virtual components to the instances of connectors …
 - 08:48 Ticket #5096 (New Instantiation - Issue with NFTyping.typeComponent) updated by
 - 
          Status, Owner changed
Opening_valveHP is not a declared component, it's a component that … 
  Note:
 See   TracTimeline
 for information about the timeline view.
    