Timeline



2013-01-29:

21:39 Ticket #2039 (Code Generation - Nonlinear solver prints random strings instead of system names) updated by Martin Sjölund
Component changed
21:39 Ticket #2039 (Code Generation - Nonlinear solver prints random strings instead of system names) closed by Martin Sjölund
fixed: Wheee... r14995 fixed a ton of remaining small bugs. We no longer have …
20:47 Ticket #2037 (Frontend - Math expressions flattened incorrectly) reopened by Martin Sjölund
20:33 Ticket #2037 (Frontend - Math expressions flattened incorrectly) updated by Bill Janssen
Yes, in the real world, this could lead to division-by-zero errors, if …
20:11 Ticket #2037 (Frontend - Math expressions flattened incorrectly) updated by Per Östlund
From a computer science point of view this might be correct, but from …
14:39 Ticket #2039 (Code Generation - Nonlinear solver prints random strings instead of system names) updated by Martin Sjölund
Ok, running testsuite now. Hopefully my changes didn't break anything. …
14:05 Ticket #2027 (Frontend - linspace() does not work with input defined via parameters) updated by Francesco Casella
If I compile the above-mentioned model (the one with the parameter), I …
13:32 Ticket #2027 (Frontend - linspace() does not work with input defined via parameters) updated by Francesco Casella
I also suspected that zeros, ones and diagonal were handled by special …
12:06 Ticket #2038 (Third-Party Libraries - Modelica3d Primitives are not placed/scaled correctly) updated by Adrian Pop
Cc changed
Maybe we should report Modelica3D issues here: …
11:50 Ticket #2039 (Code Generation - Nonlinear solver prints random strings instead of system names) updated by Martin Sjölund
Ok, I fixed so reverse_prof_index is correct... But it seems `const …
11:05 Ticket #2039 (Code Generation - Nonlinear solver prints random strings instead of system names) updated by Martin Sjölund
Status, Owner changed
Ok, this comes from not all equationInfo_reverse_prof_index being …
10:53 Ticket #2027 (Frontend - linspace() does not work with input defined via parameters) updated by Martin Sjölund
The problem with that is: zeros() ones() and diagonal() all have …
10:49 Ticket #2027 (Frontend - linspace() does not work with input defined via parameters) updated by Francesco Casella
I agree that the third parameter of linspace is not required to have …
10:43 Ticket #2039 (Code Generation - Nonlinear solver prints random strings instead of system names) updated by Martin Sjölund
Description changed
Valgrind says (after disabling some SSE instructions valgrind does not …
10:31 Ticket #2039 (Code Generation - Nonlinear solver prints random strings instead of system names) created by Martin Sjölund
Nonlinear solver prints random strings instead of system names, for …
07:35 Ticket #2038 (Third-Party Libraries - Modelica3d Primitives are not placed/scaled correctly) created by Christian Schubert
We need to check if all primitives are placed or scaled correctly. …

2013-01-28:

23:30 Ticket #2037 (Frontend - Math expressions flattened incorrectly) closed by Willi Braun
invalid: No, the flat code is correct. The Real type matches the double format …
21:09 Ticket #2037 (Frontend - Math expressions flattened incorrectly) created by Bill Janssen
The flattening code seems to be dropping terms from mathematical …
18:58 Ticket #2027 (Frontend - linspace() does not work with input defined via parameters) updated by Martin Sjölund
The third argument of linspace isn't required to be a parameter …
18:37 Ticket #2016 (Backend - event-bug) closed by Lennart Ochel
fixed
17:10 ReleaseNotes/1.9.0 edited by Martin Sjölund
beta3 (diff)
17:09 Ticket #2027 (Frontend - linspace() does not work with input defined via parameters) updated by Francesco Casella
The third input (n) of linspace() should *always* be evaluated. This …
12:50 Ticket #2027 (Frontend - linspace() does not work with input defined via parameters) updated by Per Östlund
In r14968 I've fixed the issue that Francesco had when the size is …
10:20 Ticket #2036 (FMI - FMU: fmiCompletedIntegratorStep does not set callEventUpdate) created by Christian Schubert
Hi, I just noticed that fmiCompletedIntegratorStep does not set the …
10:20 Ticket #2027 (Frontend - linspace() does not work with input defined via parameters) updated by Francesco Casella
The weird thing is that omc complains about unknown size even when the …
07:34 Ticket #139 (Frontend - Input-input and output-output connection does not return any error and ...) updated by Martin Sjölund
Component changed
07:34 Ticket #1766 (Frontend - Locale changes cause real to string conversion to fail) updated by Martin Sjölund
Component changed
07:33 Ticket #1749 (Frontend - Improve tuple assignment error messages) updated by Martin Sjölund
Component changed
07:33 Ticket #1769 (Code Generation - .so file of FMI for model exchange problem) updated by Martin Sjölund
Component changed
07:12 ReleaseNotes/1.9.0 edited by Martin Sjölund
(diff)

2013-01-26:

12:40 Ticket #2033 (Frontend - matrix() operator gives error in frontend) updated by Martin Sjölund
Description changed
11:48 Ticket #2033 (Frontend - matrix() operator gives error in frontend) updated by Bruno Scaglioni
Cc changed

2013-01-25:

16:38 Ticket #2032 (Frontend - Implement loadResource) closed by Martin Sjölund
fixed
12:58 Ticket #2032 (Frontend - Implement loadResource) updated by Martin Sjölund
Noooo.... Never ever change a VLA (variable-length array) to …
12:56 Ticket #2032 (Frontend - Implement loadResource) updated by Christian Schubert
done and it seems to work now
12:24 Ticket #2032 (Frontend - Implement loadResource) updated by Martin Sjölund
It will be required to compile this in now since utility.c now depends …
12:23 Ticket #2032 (Frontend - Implement loadResource) updated by Adrian Pop
Christian, can you change the msvc compilation of SimulationRuntime to …
12:13 Ticket #2032 (Frontend - Implement loadResource) updated by Adrian Pop
I now added trunk/3rdParty/regex-0.12 to be used with Visual Studio …
10:48 Ticket #2032 (Frontend - Implement loadResource) updated by Adrian Pop
Agreed. I looked a bit on what's available for VS for regular …
10:41 Ticket #2032 (Frontend - Implement loadResource) updated by Martin Sjölund
Yes, you could move regex to the regular runtime and always link …
10:29 Ticket #2032 (Frontend - Implement loadResource) updated by Adrian Pop
From sytemimpl.c: […] so you cannot use it for VS. One would need …
10:28 Ticket #2035 (Frontend - Error with replaceable models) closed by Per Östlund
fixed: It's unclear in the specification how this should be handled, but …
10:26 Ticket #2032 (Frontend - Implement loadResource) updated by Adrian Pop
Also I don't think we have libregex compiled with VS or any of the …
10:22 Ticket #2032 (Frontend - Implement loadResource) updated by Adrian Pop
Oh. Compiling Compiler/runtime with Visual Studio is not easy and it …
10:13 Ticket #2032 (Frontend - Implement loadResource) updated by Adrian Pop
Cc changed
10:12 Ticket #2032 (Frontend - Implement loadResource) reopened by Christian Schubert
Now, building with +target=msvc does not work anymore since the linker …
09:07 Ticket #2032 (Frontend - Implement loadResource) closed by Martin Sjölund
fixed
08:42 Ticket #2035 (Frontend - Error with replaceable models) updated by Martin Sjölund
Cc, Owner, Component changed
08:16 ReplaceableError.mo attached to Ticket #2035 by julian.wyszynski
Package showing Error
08:16 Ticket #2035 (Frontend - Error with replaceable models) created by julian.wyszynski
In the newest nightly-build r14903 model1 of attached package gives …

2013-01-24:

17:02 Ticket #2032 (Frontend - Implement loadResource) updated by Martin Sjölund
Works in r14920 (I think).
17:01 Ticket #2032 (Frontend - Implement loadResource) updated by Martin Sjölund
Status, Owner changed
16:01 Error.mo attached to Ticket #2034 by julian.wy
Model showing Error
16:00 Ticket #2034 (Code Generation - ASUB_EASY_CASE Error) created by julian.wy
Simulating attached model in OMShell gives Error: …
14:46 Ticket #2033 (Frontend - matrix() operator gives error in frontend) created by Bruno Scaglioni
instantiating the model: […] gives error during flattening: Type …
14:32 Ticket #2026 (Run-time - generated mat-file is invalid) closed by Lennart Ochel
fixed
14:28 Ticket #2026 (Run-time - generated mat-file is invalid) updated by Lennart Ochel
Replying to jfrenkel: > add the case > {{{ > we do …
07:57 Ticket #2032 (Frontend - Implement loadResource) created by Martin Sjölund
ModelicaServices.ExternalReferences.loadResource has a default …

2013-01-23:

13:36 Ticket #129 (Backend - Using alias substitution BLT(and tearing?) in initial equations) updated by Lennart Ochel
Cc, Component changed
13:32 Ticket #93 (Backend - model produces unexpected results...) closed by Jens Frenkel
fixed: I checked the Model with Modelica 3.1 and compared it with dymola. …
13:25 Ticket #80 (Backend - 3 problems in one model - sym. differentiation, code gen. and simulation) closed by Jens Frenkel
fixed: The model now simulates, comparison with dymola result in no …
13:16 Ticket #52 (Backend - Examples from the Tutorial Mathematical Aspects does not simulate) updated by Jens Frenkel
Component changed
- can somebody update the link to Mathematical Aspects.zip
13:14 Ticket #79 (Backend - Bug in mixed system of a single if-equation.) updated by Jens Frenkel
Priority, Type, Version, Component changed
Now the compiler report the folloing message while simulating the …
09:25 Ticket #1748 (New Instantiation - missingInnerMessage annotation) updated by Adrian Pop
The status is *on hold*. I know how to do it but I'll see if I have …
08:58 Ticket #2029 (New Instantiation - Incorrect cyclically dependent error, inheritance issue (from MathCore)) updated by Martin Sjölund
Yes, the damn scoping confused me :) Anyway, the new instantiation …
08:51 Ticket #2029 (New Instantiation - Incorrect cyclically dependent error, inheritance issue (from MathCore)) reopened by Peter Aronsson
I think you are wrong. When I do it manually i get this: The original …
07:43 Ticket #2031 (Code Generation - indexed_assign_real_array fails) updated by Jens Frenkel
- see also #2030
07:43 Ticket #2030 (Code Generation - Array Slice Assignment not simulatable) updated by Jens Frenkel
- see also #2031
07:39 TestSolve.mos attached to Ticket #2031 by Christian Schubert
07:39 TestSolve.mo attached to Ticket #2031 by Christian Schubert
07:39 Ticket #2031 (Code Generation - indexed_assign_real_array fails) created by Christian Schubert
Hi, I have a supposedly simple model which crashes during simulation. …

2013-01-22:

20:45 Ticket #2030 (Code Generation - Array Slice Assignment not simulatable) created by Jens Frenkel
The following models is not simulatable because …
14:09 Ticket #1748 (New Instantiation - missingInnerMessage annotation) updated by Martin Sjölund
Cc, Status, Component, Owner, Milestone changed
Adrian, status? We need components automatically added for Modelica3D …
13:49 Ticket #2029 (New Instantiation - Incorrect cyclically dependent error, inheritance issue (from MathCore)) closed by Martin Sjölund
invalid: In the first model you get […] In the second model you get: […] …
12:09 Ticket #2029 (New Instantiation - Incorrect cyclically dependent error, inheritance issue (from MathCore)) created by mikaelf@…
Problem with inheritance which induces a cyclically dependent …
08:02 Ticket #2028 (Frontend - Problem in initial residuals) updated by Martin Sjölund
From frontend (after my local changes; will be committed soon): […]
07:58 Ticket #2028 (Frontend - Problem in initial residuals) updated by Martin Sjölund
Ok, I found the error in the frontend, but that's not the error that's …
07:44 Ticket #2028 (Frontend - Problem in initial residuals) updated by Martin Sjölund
Status, Owner changed
Ok, it looks like it is not simplify that is wrong. Maybe it is in …
Note: See TracTimeline for information about the timeline view.