Timeline
2010-09-17:
- 14:14 Ticket #1272 (Flattenning of Modelica.Blocks does not work for all components) updated by
- checkModel on BooleanTable gives an error message about initial …
- 06:07 Ticket #1285 (Frontend - Incorrect warning regarding missing 'inner' declaration.) updated by
- Oh, the horror. The problem is that it tries to instantiate SBase as a …
2010-09-16:
- 18:12 Ticket #1288 (Code Generation - Codegen for blocks in models) created by
- small model that fails: […] with following error message: […]
- 17:44 Ticket #1287 (Code Generation - Codegen for single array element) created by
- small model that fails: {{{model smallArray parameter Boolean a[:] = …[…]
- 16:15 Ticket #1286 (Instantiation - Wrong error message from the compiler when trying to cast from real to ...) created by
- Here is the execution trace: […] The compiler should not fail …
2010-09-15:
- 22:17 Ticket #1284 (Parser - The parser segfaults on incomplete models) updated by
- Fixed in r6140. No testcase added (too specific bug).
- 19:39 Ticket #1285 (Frontend - Incorrect warning regarding missing 'inner' declaration.) updated by
-
Somewhere in the instantiation
instVar
is called with no … - 14:12 Ticket #1275 (Flattenning of Modelica.Mechanics.MultiBody does not work for all ...) updated by
- RotationSequence fixed in r6134. checkModel now works on all MultiBody …
- 13:44 Ticket #1285 (Frontend - Incorrect warning regarding missing 'inner' declaration.) updated by
- Issue verified.
- 13:23 Ticket #1285 (Frontend - Incorrect warning regarding missing 'inner' declaration.) created by
- Consider the following definitions: […] Checking the package the …
- 12:59 Ticket #1284 (Parser - The parser segfaults on incomplete models) created by
- A model such as […] or […] causes the parser to segfault. It …
- 12:49 Ticket #1275 (Flattenning of Modelica.Mechanics.MultiBody does not work for all ...) updated by
- Thanks to the fixes already made for bug #1273 [BUG:1273] and #1274 …
- 11:50 Ticket #1273 (Flattenning of Modelica.Electrical.Analog does not work for all components) updated by
- The Modelica.Electrical.Analog.Lines.M_OLine.segment model has been …
- 08:59 Ticket #1281 (Instantiation - Function Inlining: "MultiBody: SlidingJointTest.frame_b.r unbound?") updated by
- The warnings are as you suspected not correlated with the problem. …
2010-09-14:
- 20:18 Ticket #1274 (Flattenning of Modelica.Math does not work for all components) updated by
- checkModel on all these functions now works, see test case …
- 18:34 Ticket #1273 (Flattenning of Modelica.Electrical.Analog does not work for all components) updated by
-
The problem with model:
Modelica.Electrical.Analog.Lines.M_OLine
… - 16:54 Ticket #1282 (Instantiation - Implement checkModel functionality that allows checking of partial models) updated by
- Solved by the latest commit (See SCM Commits).
- 16:53 Ticket #1273 (Flattenning of Modelica.Electrical.Analog does not work for all components) updated by
-
Now only model
Modelica.Electrical.Analog.Lines.M_OLine
remains … - 16:34 Ticket #1266 (Parser - Upgrade parser to ANTLR version 3) updated by
- Now the parser/antlr3 can be compiled into a Visual Studio .lib file …
- 13:17 Ticket #1283 (New Instantiation - Assigning matrices is terribly inefficient (unneeded expand)) created by
-
The following model calles function
EulerAngles
with same arguments … - 12:29 Ticket #1273 (Flattenning of Modelica.Electrical.Analog does not work for all components) updated by
- Closed by mistake. Model …
- 11:09 Ticket #1282 (Instantiation - Implement checkModel functionality that allows checking of partial models) created by
- Right now the checking of partial models …
- 10:46 Ticket #1156 (Instantiation - The examples in Machines and Multiphase fails to check (by MathCore)) updated by
- Fixed in revision 6119, see also the tests in SCM Commits.
- 10:44 Ticket #1273 (Flattenning of Modelica.Electrical.Analog does not work for all components) updated by
- Fixed in revision 6119
- 10:20 Ticket #1273 (Flattenning of Modelica.Electrical.Analog does not work for all components) updated by
- Added test …
- 10:15 Ticket #1273 (Flattenning of Modelica.Electrical.Analog does not work for all components) updated by
- Models: […] contain if equations in the form: […] which cannot …
- 10:10 Ticket #1273 (Flattenning of Modelica.Electrical.Analog does not work for all components) updated by
- These are partial models, so you cannot run instantiateModel or …
2010-09-13:
- 16:06 Ticket #1156 (Instantiation - The examples in Machines and Multiphase fails to check (by MathCore)) updated by
- The problem with …
- 15:27 Ticket #1156 (Instantiation - The examples in Machines and Multiphase fails to check (by MathCore)) updated by
- The situation is like this 6 models check fine: […] And one fails …
- 15:22 Ticket #1156 (Instantiation - The examples in Machines and Multiphase fails to check (by MathCore)) updated by
- Note that: […] is actually called: […] and: […] is actually …
- 12:59 Ticket #1267 (Parser - Parsing of output expression list should allow empty elements) updated by
- Was fixed with the new parser
- 12:56 Ticket #1143 (Allow \ in the documentation (from MathCore)) updated by
- Solved in r6098, with testcase …
- 12:23 Ticket #1281 (Instantiation - Function Inlining: "MultiBody: SlidingJointTest.frame_b.r unbound?") updated by
- Additional note: code for …
- 11:59 Ticket #1240 (Interactive Environment - Timing command to measure simulation time) updated by
- Fixed in r6075 (SimulationResult contains more information than before)
- 11:47 Ticket #1071 (Detect and prevent multiple declarations with the same identifier. ...) updated by
- There is still a problem with the Rotational.Examples.Friction model: …
- 11:42 Ticket #1281 (Instantiation - Function Inlining: "MultiBody: SlidingJointTest.frame_b.r unbound?") updated by
- It seems that something strange happens when inlining function …
- 11:07 Ticket #1281 (Instantiation - Function Inlining: "MultiBody: SlidingJointTest.frame_b.r unbound?") created by
- The field {{r_0}} of connector …
- 08:08 Ticket #1278 (Frontend - Speeding up the function Exp.crefPrefixOf) updated by
- Total time EnginveV6.mos (inst + check): […] Summary: […] It …
- 05:42 Ticket #1277 (Frontend - Rewriting default flow connection according to the specification) updated by
- I implemented a cumulative timer in System.mo/systemimpl.c For …
- 00:40 Ticket #1280 (Frontend - Redesign of the DAE structure as a tree instead of a list) created by
- This should only be done when less risky, higher priority issues have …
- 00:37 Ticket #1279 (Frontend - Do not instantiate at all the conditional components that have ...) created by
- This task will investigate if we can gain speed by not instantiating …
- 00:31 Ticket #1278 (Frontend - Speeding up the function Exp.crefPrefixOf) created by
- Hard to set priority as the impact is very high, but the risk is also …
- 00:21 Ticket #1277 (Frontend - Rewriting default flow connection according to the specification) created by
- This task investigates if the way we are dealing with unconnected flow …
2010-09-12:
- 23:52 Ticket #1276 (Frontend - Investigate speed string sharing in MetaModelica) updated by
- Notice that the execution was run with omcp.exe which enables the gcc …
- 21:12 Ticket #1276 (Frontend - Investigate speed string sharing in MetaModelica) updated by
- Implemented command line parameter for enabling/disabling string …
- 21:09 Ticket #1276 (Frontend - Investigate speed string sharing in MetaModelica) created by
- See if enabling string sharing for the OpenModelica compiler will …
Note:
See TracTimeline
for information about the timeline view.