Timeline
2013-02-01:
- 15:49 Ticket #2044 (Frontend - Error with extending 2 replaceable models) created by
 - model1 of attached package gives error "class modelPackage.Base not …
 - 15:25 Ticket #2043 (Frontend - NFSCodeDependency fails on Modelica_DeviceDrivers) updated by
 - Fair enough
 - 15:24 Ticket #2043 (Frontend - NFSCodeDependency fails on Modelica_DeviceDrivers) updated by
 - Replying to sjoelund.se: > The extends should be legal in …
 - 15:13 Ticket #2043 (Frontend - NFSCodeDependency fails on Modelica_DeviceDrivers) updated by
 - The extends should be legal in an external object, I think (because …
 - 15:11 Ticket #2043 (Frontend - NFSCodeDependency fails on Modelica_DeviceDrivers) closed by
 - fixed: The library is not correct. The class Packaging.SerialPackager extends …
 - 06:04 Ticket #2043 (Frontend - NFSCodeDependency fails on Modelica_DeviceDrivers) created by
 - NFSCodeDependency fails on: […] No error message indicates what …
 
2013-01-31:
- 17:25 Ticket #2042 (Run-time - model that simulated in 1.8.1 doesn't with 1.9beta3) created by
 - The attached model Simple_Brake_Tests.Test1 worked with 1.8.1, but …
 
2013-01-30:
- 14:54 Ticket #2041 (Installation program - Wrong file endings in MSL32 Linux) closed by
 - worksforme: I cannot find any such files using `find ~/trunk/libraries/Modelica\ …
 - 14:01 Ticket #2041 (Installation program - Wrong file endings in MSL32 Linux) created by
 - In Linux some files in "Modelica 3.2.1/Mechanics/MultiBody/Examples" …
 - 11:41 Ticket #2027 (Frontend - linspace() does not work with input defined via parameters) closed by
 - fixed: Fixed in r15002, testcase added in r15003.
 - 11:38 Ticket #2027 (Frontend - linspace() does not work with input defined via parameters) updated by
 - 
          Status, Owner changed
 - 10:58 Ticket #2027 (Frontend - linspace() does not work with input defined via parameters) updated by
 - 
          Running testsuite now; then it will work. 
Nwill be marked as … - 10:36 Ticket #2027 (Frontend - linspace() does not work with input defined via parameters) updated by
 - Ok, r14999 + my local changes made things a bit better: […] The …
 - 08:21 Ticket #2040 (Backend - Simcode scales badly for large linear systems) created by
 - Hi, the time taken in Simcode scales at least quadratic with the size …
 - 08:20 Ticket #2039 (Code Generation - Nonlinear solver prints random strings instead of system names) updated by
 - Virtually none of the equations are in order. Sort is cheap anyway …
 - 08:17 Ticket #2039 (Code Generation - Nonlinear solver prints random strings instead of system names) updated by
 - I guess using List.sort to sort the equations is not the best solution …
 - 08:03 Ticket #2027 (Frontend - linspace() does not work with input defined via parameters) updated by
 - Ok, one problem is that we have the following stored in the …
 
2013-01-29:
- 21:39 Ticket #2039 (Code Generation - Nonlinear solver prints random strings instead of system names) updated by
 - 
          Component changed
 - 21:39 Ticket #2039 (Code Generation - Nonlinear solver prints random strings instead of system names) closed by
 - 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
 - 20:33 Ticket #2037 (Frontend - Math expressions flattened incorrectly) updated by
 - 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
 - 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
 - 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
 - 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
 - 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
 - 
          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
 - 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
 - 
          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
 - 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
 - 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
 - 
          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
 - 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
 - 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
 - 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
 - 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
 - The third argument of linspace isn't required to be a parameter …
 - 18:37 Ticket #2016 (Backend - event-bug) closed by
 - fixed
 - 17:10 ReleaseNotes/1.9.0 edited by
 - beta3 (diff)
 - 17:09 Ticket #2027 (Frontend - linspace() does not work with input defined via parameters) updated by
 - 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
 - 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
 - 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
 - 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
 - 
          Component changed
 - 07:34 Ticket #1766 (Frontend - Locale changes cause real to string conversion to fail) updated by
 - 
          Component changed
 - 07:33 Ticket #1749 (Frontend - Improve tuple assignment error messages) updated by
 - 
          Component changed
 - 07:33 Ticket #1769 (Code Generation - .so file of FMI for model exchange problem) updated by
 - 
          Component changed
 - 07:12 ReleaseNotes/1.9.0 edited by
 - (diff)
 
  Note:
 See   TracTimeline
 for information about the timeline view.
    