Timeline



2015-04-18:

22:18 Ticket #3286 (Run-time - Array storage order) updated by Rüdiger Franke
Regarding your last comment: isn't size of int 4 bytes in C, F77 and …
21:42 Ticket #3286 (Run-time - Array storage order) updated by Rüdiger Franke
Computational complexity alone does indeed not provide for a …
20:47 Ticket #3286 (Run-time - Array storage order) updated by Martin Sjölund
Note that the cost to transpose a matrix is linear in its size …
20:04 Ticket #3286 (Run-time - Array storage order) updated by Rüdiger Franke
r25613 changes the internal storage layout of the Cpp runtime to …
19:27 Ticket #3286 (Run-time - Array storage order) updated by Rüdiger Franke
Thanks. It appears that the code generation only considers row major …
16:43 Ticket #3286 (Run-time - Array storage order) updated by Adrian Pop
See CodegenC.tpl […]
08:36 Ticket #3286 (Run-time - Array storage order) updated by Rüdiger Franke
Cc changed
08:30 Ticket #3286 (Run-time - Array storage order) updated by Rüdiger Franke
Status, Owner changed
08:30 Ticket #3286 (Run-time - Array storage order) created by Rüdiger Franke
The storage order of multi-dimensional arrays (row major or column …
08:03 Ticket #3263 (Run-time - Cpp runtime generates wrong code for MSL matrix function) closed by Rüdiger Franke
fixed
05:48 Ticket #3285 (OMEdit - Erroneus pathnames created by Omedit) updated by massimo ceraolo
Replying to adrpo: > One alternative is to fully qualify …
02:24 Ticket #3285 (OMEdit - Erroneus pathnames created by Omedit) updated by massimo ceraolo
Description changed
02:23 Ticket #3285 (OMEdit - Erroneus pathnames created by Omedit) updated by massimo ceraolo
Description changed

2015-04-17:

18:57 Ticket #3281 (MetaModelica - Error: Wrong number of subscripts in number[eqn2] (1 subscripts for 0 ...) updated by Adrian Pop
Status, Owner changed
Per, can you have a quick look at this?
17:36 Ticket #3285 (OMEdit - Erroneus pathnames created by Omedit) updated by Adrian Pop
One alternative is to fully qualify all the paths, then even if one …
17:32 Ticket #3285 (OMEdit - Erroneus pathnames created by Omedit) updated by massimo ceraolo
Summary changed
16:38 Ticket #3285 (OMEdit - Erroneus pathnames created by Omedit) created by massimo ceraolo
Consider the following simple package BugDrag, containing MSL's sine …
11:01 Ticket #3179 (OMEdit - Automatic saving after model change in OMEdit destroys libraries) updated by Dietmar Winkler
The problem is that it is no use that the model is saved anew since …
10:50 Ticket #3283 (OMEdit - OMEdit saves whole model hierarchy when changing a parameter and ...) closed by Adeel Asghar
duplicate: The only reason to have "save class before simulation" is to avoid …
09:15 Ticket #3284 (Backend - Problem with "when+reinit" when using vectors) updated by Henning Kiel
Owner, Component changed
Looking deeper into CodegenC.tpl, I see that the relation has no index …
08:56 Ticket #3284 (Backend - Problem with "when+reinit" when using vectors) updated by Henning Kiel
Owner, Component changed
I suspect the error to be (at least) in CodeGeneration. When …
07:53 Ticket #3243 (FMI - FMI 2.0 tests Windows - Linux differences) closed by Adrian Pop
fixed: Fixed in r25599.
07:19 Ticket #3284 (Backend - Problem with "when+reinit" when using vectors) created by Henning Kiel
The following model implements the bouncing ball model with 1) scalars …
06:34 Ticket #3283 (OMEdit - OMEdit saves whole model hierarchy when changing a parameter and ...) updated by Dietmar Winkler
sjoelund.se pointed out to me that there is the option "save class …
05:55 Ticket #3282 (Parser - Error when duplicating objects in OMEdit) closed by Adrian Pop
fixed: Fixed in r25591.

2015-04-16:

21:06 Ticket #3282 (Parser - Error when duplicating objects in OMEdit) updated by Adrian Pop
Status, Owner, Component changed
The problem seems to be parsing of {} inside interactive statements. …
20:41 Ticket #3283 (OMEdit - OMEdit saves whole model hierarchy when changing a parameter and ...) updated by Jan Kokert
I observe similar problems. Saving files which define a package …
17:50 Ticket #3283 (OMEdit - OMEdit saves whole model hierarchy when changing a parameter and ...) created by Dietmar Winkler
When using OMEdit 1.9.3+dev (r25570) it will save the whole library in …
17:06 Ticket #3282 (Parser - Error when duplicating objects in OMEdit) created by anonymous
In OMEdit, when duplicating a model through crtl-D, duplication takes …
13:04 Ticket #3281 (MetaModelica - Error: Wrong number of subscripts in number[eqn2] (1 subscripts for 0 ...) created by Lennart Ochel
It is often needed to use arrayGet in for loops to avoid strange …
05:20 Ticket #3263 (Run-time - Cpp runtime generates wrong code for MSL matrix function) updated by Rüdiger Franke
r25567 treats the reported targTest91 problem by not calling the …

2015-04-14:

16:55 Ticket #3074 (Backend - Insufficient information about assertion violations) updated by Francesco Casella
Another interesting instance of the above-mentioned problem: …
16:13 Ticket #3074 (Backend - Insufficient information about assertion violations) updated by Adrian Pop
It should be technically possible to have proper error messages for …
16:02 Ticket #3074 (Backend - Insufficient information about assertion violations) updated by Francesco Casella
Replying to sjoelund.se: > Replying to [comment:19
15:58 Ticket #3074 (Backend - Insufficient information about assertion violations) updated by Martin Sjölund
Replying to casella: > One option is to have a flag to …
15:48 Ticket #3074 (Backend - Insufficient information about assertion violations) updated by Francesco Casella
Replying to sjoelund.se: > The function call ... could …
15:07 Ticket #3074 (Backend - Insufficient information about assertion violations) updated by Willi Braun
Perhaps we should update and expand all of this very old and ugly …
15:00 Ticket #3074 (Backend - Insufficient information about assertion violations) updated by Martin Sjölund
The function call stack can be fetched on Linux; it is very expensive, …
14:56 Ticket #3074 (Backend - Insufficient information about assertion violations) updated by Francesco Casella
I am not really into the details of the data structures, so I cannot …
14:53 Ticket #3074 (Backend - Insufficient information about assertion violations) updated by Willi Braun
yes, but in all of that low-level array functions we have currently …
14:45 Ticket #3074 (Backend - Insufficient information about assertion violations) updated by Martin Sjölund
Eh, we can put the equations info in the threadData as well, and just …
14:44 Ticket #3074 (Backend - Insufficient information about assertion violations) updated by Willi Braun
Replying to casella: > This problem is still not solved …
14:11 Ticket #3074 (Backend - Insufficient information about assertion violations) updated by Martin Sjölund
By running through OMEdit or using simflags -logFormat=xml (I think).
14:10 Ticket #3074 (Backend - Insufficient information about assertion violations) updated by Francesco Casella
This problem is still not solved properly. For example, check …
08:42 Ticket #3280 (New Instantiation - Strange things happening when size of array in a record depends on a ...) updated by Per Östlund
This is probably at least partially a duplicate of #1628.
05:53 Ticket #3279 (OMEdit - OMEdit crashes on resimulate model (Re-Simulate Setup)) updated by Jan Kokert
This is an awesome support - Thank you!

2015-04-13:

21:37 Ticket #3279 (OMEdit - OMEdit crashes on resimulate model (Re-Simulate Setup)) closed by Adeel Asghar
fixed: Fixed in r25536.
21:12 RecordArraySizeFromConstant-flat.mo attached to Ticket #3280 by Gustaf Thorslund
Flattening of test case
21:10 Ticket #3280 (New Instantiation - Strange things happening when size of array in a record depends on a ...) created by Gustaf Thorslund
When flattening the following model M, strange things are happening …
20:33 Ticket #3279 (OMEdit - OMEdit crashes on resimulate model (Re-Simulate Setup)) created by Jan Kokert
At least with r25516 OMEdit crashes when resimulating a model using …
18:31 DFT.pdf attached to Ticket #3277 by massimo ceraolo
18:31 Ticket #3277 (*unknown* - Discrete Fourier Transform support by OM) created by massimo ceraolo
I would like to create a way to make the Discrete Fourier Transform …
16:36 Ticket #3276 (*unknown* - createNonlinearResidualEquationsComplex failed for fluid-model) updated by Vitalij Ruge
Since the attempt in r25533 we get for […] a division by zero.
15:52 Ticket #2858 (New Instantiation - Nasty bug with package constants in Modelica.Media gas mixture models) updated by Francesco Casella
The problem with package constants in ideal gas mixtures being wrongly …
15:49 TestMixtureLoop.mo attached to Ticket #2858 by Francesco Casella
Model with four different ways of using molar masses
12:54 Ticket #3276 (*unknown* - createNonlinearResidualEquationsComplex failed for fluid-model) created by Per Öberg
Problematic library: https://github.com/droberg/Modelica-MVEM.git The …
10:51 Ticket #3275 (OMEdit - OMEdit is not responding since r24043 when loading graphical models) closed by Adeel Asghar
fixed
08:27 Ticket #3250 (Frontend - Problem with end expression) closed by Per Östlund
fixed: Fixed in r25517. The model also seems to flatten without any other …
06:09 Ticket #3275 (OMEdit - OMEdit is not responding since r24043 when loading graphical models) updated by Jan Kokert
I was so keen and I tried it directly in the morning and bingo - it's …
05:35 Ticket #3248 (OMEdit - OMEdit enlarges vertically when switching into Modeling mode) updated by massimo ceraolo
there's a special PC on which the issue is very frequent. It is in the …
04:37 Ticket #3274 (New Instantiation - Inheritance problems on power systems library) updated by Adrian Pop
Status, Owner, Component changed
04:10 Ticket #3274 (New Instantiation - Inheritance problems on power systems library) updated by anonymous
Status, Owner changed

2015-04-12:

21:31 Ticket #3248 (OMEdit - OMEdit enlarges vertically when switching into Modeling mode) updated by Adeel Asghar
I was just thinking about this issue and I think it might be related …
21:29 Ticket #3275 (OMEdit - OMEdit is not responding since r24043 when loading graphical models) updated by Jan Kokert
Thank you for this very fast response! This unwanted resize recursion …
21:05 Ticket #3275 (OMEdit - OMEdit is not responding since r24043 when loading graphical models) updated by Adeel Asghar
The problem seems to be with the fitInView call. According to Qt …
16:05 Ticket #3275 (OMEdit - OMEdit is not responding since r24043 when loading graphical models) updated by massimo ceraolo
This might be related with #3248. In that ticket adeas31 said: …
15:29 Ticket #3275 (OMEdit - OMEdit is not responding since r24043 when loading graphical models) created by Jan Kokert
After updating my old nightly build (r23603) to the newest version …
11:23 test10.mo attached to Ticket #3274 by anonymous
11:22 Ticket #3274 (New Instantiation - Inheritance problems on power systems library) created by anonymous
I analyze for a lot of time the power system library. We can see in …

2015-04-11:

09:02 Ticket #3268 (Build Environment - Add ModelicaTest_trunk_cpp to nightly tests and add validations) updated by Rüdiger Franke
I didn't set up anything related. But tested Firefox under Linux, …
08:31 Ticket #3268 (Build Environment - Add ModelicaTest_trunk_cpp to nightly tests and add validations) updated by Martin Sjölund
No encoding error in that file for me; did you set your browser to …
08:24 Ticket #3268 (Build Environment - Add ModelicaTest_trunk_cpp to nightly tests and add validations) updated by Rüdiger Franke
It should really be treated, considering that more than 100 table …
07:08 Ticket #3268 (Build Environment - Add ModelicaTest_trunk_cpp to nightly tests and add validations) updated by Adrian Pop
This is ModelicaTest trunk that has these failures, not MSL: …
07:04 Ticket #3273 (New Instantiation - Basic type Clock conflicts with other classes and components with the ...) updated by Adrian Pop
Cc, Status, Owner changed
07:03 Ticket #3273 (New Instantiation - Basic type Clock conflicts with other classes and components with the ...) created by Adrian Pop
Until m:#1538 is decided I think we should be able to handle such name …
07:02 Ticket #3268 (Build Environment - Add ModelicaTest_trunk_cpp to nightly tests and add validations) updated by Martin Sjölund
Well, there is still the problem that you are not allowed to declare …
07:00 Ticket #3268 (Build Environment - Add ModelicaTest_trunk_cpp to nightly tests and add validations) updated by Adrian Pop
Well, m:#1538 a Modelica trac ticket. I think we can handle it in the …
06:57 Ticket #3268 (Build Environment - Add ModelicaTest_trunk_cpp to nightly tests and add validations) updated by Martin Sjölund
m:#1538 is the ticket
06:44 Ticket #3268 (Build Environment - Add ModelicaTest_trunk_cpp to nightly tests and add validations) updated by Martin Sjölund
I think there already is one such ticket.
06:39 Ticket #3268 (Build Environment - Add ModelicaTest_trunk_cpp to nightly tests and add validations) updated by Adrian Pop
Yes, it seems that there are some clash issues with Clock as a basic …
06:20 Ticket #3268 (Build Environment - Add ModelicaTest_trunk_cpp to nightly tests and add validations) updated by Rüdiger Franke
OK, the failed table tests are related to the frontend. But …
06:01 Ticket #3268 (Build Environment - Add ModelicaTest_trunk_cpp to nightly tests and add validations) updated by Rüdiger Franke
Cc changed
Thanks! About 30 mins per test -- and some low hanging fruits, like …
00:59 Ticket #3271 (OMEdit - Switch from and to variable browser in OMEdit) closed by Adeel Asghar
fixed: Done in r25503.
Note: See TracTimeline for information about the timeline view.