wiki:ReleaseNotes/1.9.4

1.9.3 | 1.10.0

Release Notes for OpenModelica 1.9.4

OpenModelica v1.9.4 was released 2016-03-09. These notes cover the v1.9.4 release and its subsequent bug-fix releases (now up to 1.9.7).

OpenModelica Compiler (OMC)

  • Improved simulation speed for many models. simulation speed went up for 80% of the models. The compiler frontend became faster for almost all models, average about 40% faster.
  • Initial support for synchronous models with clocked equations as defined in the Modelica 3.3 standard
  • Support for homotopy operator

Graphic Editor OMEdit

  • Undo/Redo support.
  • Preserving text formatting, including indentation and whitespace. This is especially important for diff/merge with several collaborating developers possibly using several different Modelica tools.
  • Better support for inherited classes.
  • Allow simulating models using visual studio compiler.
  • Support for saving Modelica package in a folder structure.
  • Allow reordering of classes inside a package.
  • Highlight matching parentheses in text view.
  • When copying the text retain the text highlighting and formatting.
  • Support for global head definition in the documentation by using __OpenModelica_infoHeader annotation.
  • Support for expandable connectors.
  • Support for uses annotation.

FMI Support

  • Full FMI 2.0 co-simulation support now available
  • Upgrade Cpp runtime from C++03 to C++11 standard, minimizing external link dependencies. Exported FMUs don't depend on additional libraries such as boost anymore
  • FMI 2.0 is broken for some models in 1.9.4. Upgrading to 1.9.6 is advised.

Detailed Changes

Component: *unknown* (19 matches)

Ticket Summary Milestone Resolution Owner Type Priority
#2907 Inner model with algorithm fails 1.9.4 fixed somebody defect high
#2939 OMC Doesn't handle spaces in path 1.9.4 fixed Henning Kiel defect high
#2942 Beta2 vs Beta4: worsening performance and not convergence of a simulation 1.9.x fixed somebody defect high
#2970 0/0 = ? 1.9.4 fixed Volker Waurich discussion normal
#3050 override values for parameters are ignored by the generated executable (same problem also from OMEdit) 1.9.4 fixed Lennart Ochel defect high
#3072 mac omedit simulation fails 1.9.4 fixed somebody defect high
#3110 Can't upgrade to r24277 1.9.4 fixed somebody defect high
#3136 Mac openmodelica-devel fails to build 1.9.4 fixed somebody defect high
#3225 annotation(defaultComponentName = "...") works only once 1.9.4 fixed somebody defect high
#3298 OM upgrade fails on Mac 1.9.4 fixed somebody defect high
#3359 Ubuntu nightly builds not updated 1.9.4 fixed Martin Sjölund defect high
#3364 OMEdit crashes at once 1.9.4 fixed somebody defect high
#3371 Missing documentation files in the Windows nightly build 1.9.4 fixed Adrian Pop defect critical
#3386 Compile error with constant array 1.9.4 fixed somebody defect high
#3421 Wrong error: Tuple assignment only allowed when rhs is a function call (again) 1.9.4 fixed somebody defect high
#3427 CPP runtime does not handle OMEdit simFlags correctly 1.9.4 fixed Marcus Walther defect high
#3444 Add one/two decimal figures to timing reports by Hudson 1.9.4 fixed Adrian Pop enhancement high
#3528 ModelicaBook stopped working 1.9.4 fixed Per Östlund defect blocker
#3611 Mac build error: Unsupported version of OS X : 10.11.1 1.9.4 fixed somebody defect normal

Component: Backend (66 matches)

Ticket Summary Milestone Resolution Owner Type Priority
#1728 findDiscreteEquation failed for algorithm 1.9.4 fixed Lennart Ochel defect high
#2176 Better error message for missing else in if-equation 1.9.4 fixed probably noone enhancement normal
#2204 OMC should warn about iteration variables with default zero start attribute 1.9.4 fixed Lennart Ochel defect high
#2337 When equations get not solved for lhs 1.9.4 fixed Lennart Ochel defect normal
#2408 Backend messages printed to stdout 1.9.4 fixed Lennart Ochel defect critical
#2482 OMEdit hangs on a model check 1.9.4 fixed probably noone defect high
#2536 missing support for HideResult 1.9.4 fixed Lennart Ochel defect high
#2563 Problem with PFPlusExt Pantelides algorithm 1.9.4 fixed Lennart Ochel defect critical
#2631 "Duplicate modification" errors with a Complex matrix 1.9.4 fixed probably noone defect high
#2659 Initial equation called in each time step 1.9.4 fixed Lennart Ochel defect high
#2690 Problems with functions returning multi-dimensional arrays in when statements 1.9.4 fixed Per Östlund defect high
#2787 Wrong nonlinear loop with semiLinear 1.9.4 fixed Vitalij Ruge defect normal
#2830 Override of start attributes does not work in combination with fixed=true 1.9.4 fixed Lennart Ochel defect high
#2843 wrong SimCode.SimVar generation 1.9.4 fixed Volker Waurich defect critical
#2864 Replace homotopy with actual expression in non-initial sections 1.9.4 fixed Lennart Ochel defect high
#2866 initial() influences DAE 1.9.4 fixed Lennart Ochel defect low
#2888 nonlinear systems around external functions 1.9.4 fixed Willi Braun defect high
#2901 wrong initial conditions obtained in initial equation section 1.9.4 fixed Lennart Ochel defect normal
#2927 Wrong zero crossing function generation 1.9.4 fixed Lennart Ochel defect blocker
#2947 Performance issues with BackendVariable.mergeVariables 1.9.4 fixed Per Östlund defect high
#2950 Failing ThermoSysPro model with Cellier Tearing 1.9.4 fixed Willi Braun defect high
#2951 Failing MSL31 model with Cellier Tearing 1.9.4 fixed Willi Braun defect high
#2961 Event handling problems 1.9.4 fixed Lennart Ochel defect high
#3014 known vars break initialization 1.9.4 fixed Lennart Ochel defect high
#3052 Initialization runs into division by zero error 1.9.4 fixed Lennart Ochel defect blocker
#3081 Inverse solving of algorithms 1.9.4 fixed Lennart Ochel defect high
#3092 BackendDAECreate.mergeWhenCluases fails for more than one elsewhen 1.9.4 fixed Lennart Ochel defect normal
#3109 asserts are evaluated too early in certain cases 1.9.4 fixed Lennart Ochel defect high
#3113 Wrongly constructed initial system 1.9.4 fixed Lennart Ochel defect high
#3114 Empty equation systems during initialization 1.9.4 fixed Lennart Ochel defect high
#3127 resolveLoops module break jacobian for linear systems 1.9.4 fixed Willi Braun defect high
#3129 ModelicaByExample.Components.LotkaVolterra.Examples.ThreeSpecies_Quiescent doesn't simulate 1.9.4 fixed Lennart Ochel defect high
#3212 Code generation of algorithm with enumeration indexed array fails while integer indexed array works fine 1.9.4 fixed Per Östlund defect high
#3213 Failure with arrays composed of arrays if at least one index is of enumeration type 1.9.4 fixed somebody defect high
#3214 Failure to generate or compile code when functions returning arrays or arrays of arrays are involved 1.9.4 fixed Mahder Alemseged Gebremedhin defect high
#3215 replaceHomotopy=actual and cseCall do not cooperate 1.9.4 fixed Lennart Ochel defect high
#3305 Derivative of homotopy 1.9.4 fixed Lennart Ochel defect high
#3325 Symbolic Jacobian is not generated for systems with one state 1.9.4 fixed Lennart Ochel defect critical
#3340 asserts inside initial equation triggers after initialization aswell 1.9.4 fixed Lennart Ochel defect normal
#3358 Strange discrete behavior in algorithms 1.9.4 fixed Lennart Ochel defect high
#3381 problem with model translation 1.9.4 fixed Willi Braun defect high
#3452 Separation of back end transformations for simulation and initialization 1.9.4 fixed Lennart Ochel enhancement high
#3458 Code generation fails for 10 MultiBody examples and more after latest BackEnd changes 1.9.4 fixed Lennart Ochel defect critical
#3462 Missing descriptions of some back end optimization modules 1.9.4 fixed Lennart Ochel enhancement high
#3477 Problem with simplified algorithms in certain cases 1.9.4 fixed Lennart Ochel defect high
#3490 Initialization scales badly 1.9.4 fixed Lennart Ochel defect critical
#3497 Wrong initial system for clocked equations 1.9.4 fixed Lennart Ochel defect high
#3502 Wrong tempvars from createInitialEquations for synchronous models 1.9.4 fixed somebody defect high
#3519 test ModelTestSolve18 fail 1.9.x fixed Vitalij Ruge defect normal
#3521 Problems when writing data to file in when section 1.9.4 fixed Lennart Ochel defect high
#3530 "comSubExp" introduces bad alias variables in certain cases 1.9.4 fixed Volker Waurich defect high
#3531 Backend changes from October 27 significantly slow down BranchingDynamicPipes 1.9.4 fixed Vitalij Ruge defect critical
#3543 New errors in Modelica_Synchronous 1.9.4 fixed Lennart Ochel defect high
#3549 Evaluation of Clock parameters 1.9.4 fixed Lennart Ochel defect high
#3597 clockPartitioning fail for new MSL models 1.9.4 fixed Lennart Ochel defect high
#3631 Stack overflow in unit checking module 1.9.4 fixed Lennart Ochel defect high
#3644 Elimination "reinit" in post-optimization module "simplifyComplexFunction" 1.9.4 fixed Lennart Ochel defect high
#3656 Current removeSimpleEquation module causes leading sign error 1.9.4 fixed Willi Braun defect blocker
#3659 Infinite loop in ExpressionSimplify 1.9.4 fixed Willi Braun defect high
#3684 index reduction fails with a singular jacobian 1.9.4 fixed Willi Braun defect critical
#3687 Inline module fails with protected array variables 1.9.4 fixed Willi Braun defect blocker
#3693 root of negative value 1.9.4 fixed Lennart Ochel defect high
#3716 Wrong handling of two-dimensional arrays inside arrays of models 1.9.4 fixed Lennart Ochel defect high
#3738 fullRobot broken in MSL trunk 1.9.4 fixed Willi Braun defect high
#3741 removeSimpleEquations too aggressive for Modelica_Synchronous 1.9.4 fixed Lennart Ochel defect high
#3763 FMI 2.0 export broken in OpenModelica 1.9.4 1.9.x fixed Martin Sjölund defect blocker

Component: Build Environment (8 matches)

Ticket Summary Milestone Resolution Owner Type Priority
#2987 Mac openmodelica-devel fails to install 1.9.4 fixed Adeel Asghar defect high
#3056 Mac openmodelica-devel fails to build 1.9.4 fixed Adrian Pop defect high
#3378 Macport OM Install fails 1.9.4 fixed Martin Sjölund defect high
#3504 Qt version conflict in qjson 1.9.4 fixed Martin Sjölund defect high
#3609 make omc; cd OMCompiler; make install fails because omedit is not present. 1.9.4 fixed Martin Sjölund defect low
#3610 Generating a fmu fails because share/omc/runtime/c is not present 1.9.4 fixed Martin Sjölund defect high
#3621 Check for OpenMP in configure script is broken 1.9.4 fixed Martin Sjölund defect high
#3774 Windows Nightly Builds Unavailable 1.9.x fixed Martin Sjölund discussion high

Component: Code Generation (26 matches)

Ticket Summary Milestone Resolution Owner Type Priority
#2258 Code generation does not support multiple iterators 1.9.4 fixed Martin Sjölund defect high
#2413 Any way to put initialAnalyticJacobian information in an XML or other file? 1.9.4 fixed Willi Braun discussion normal
#2782 Code generation fails on Jacobian columns 1.9.4 fixed Volker Waurich defect high
#2808 Codegen Error for strings in zero-crossings 1.9.4 fixed Willi Braun defect high
#2911 Error caused by utilizing array " Compilation process exited with code 2" 1.9.4 fixed MJ defect high
#2933 Problem with array reductions in code generation 1.9.4 fixed Mahder Alemseged Gebremedhin defect high
#2981 Unfixed parameters should not be changeable for resimulation 1.9.4 fixed Willi Braun defect high
#3026 Boolean array assignment in initial equation section 1.9.4 fixed Lennart Ochel defect blocker
#3047 invalid c code for array in algorithm 1.9.4 fixed Lennart Ochel defect high
#3060 *_info.json is corrupted when model has no real equations 1.9.4 fixed somebody defect normal
#3080 XML code generation doesn't work for Clock equations 1.9.4 fixed Lennart Ochel defect normal
#3082 record/array codegen error 1.9.4 fixed Mahder Alemseged Gebremedhin defect high
#3134 Compilation failure for functions returning two dimensional arrays 1.9.4 fixed Mahder Alemseged Gebremedhin defect high
#3184 arrays of arrays 1.9.4 fixed Mahder Alemseged Gebremedhin defect high
#3188 Array indexing generates bad code 1.9.4 fixed Mahder Alemseged Gebremedhin defect high
#3345 omc crashes with stack overflow 1.9.4 fixed Lennart Ochel defect critical
#3396 Missing nominal attribute in integer tearing variables nlsData C structure 1.9.4 fixed Lennart Ochel defect critical
#3455 Undefined references after back end changes 1.9.4 fixed Lennart Ochel defect high
#3457 Codegen issue after back end changes 1.9.4 fixed Lennart Ochel defect high
#3484 Undeclared symbols simulating with c and cpp runtime 1.9.4 fixed Lennart Ochel defect critical
#3596 Using a c keyword as a Modelica variable name doesn't work 1.9.4 fixed Lennart Ochel defect high
#3629 Modelica.Fluid.Examples.NonCircularPipes fails in simulation in OMEdit 1.9.4 fixed Martin Sjölund defect high
#3632 linearization - is no longer working 1.9.4 fixed Lennart Ochel defect high
#3653 Evaluation of lists (stringReal looses type?) 1.9.4 fixed Martin Sjölund defect critical
#3701 A regression 1.9.4 fixed Willi Braun defect normal
#3707 Handle roots of negative values don't work well 1.9.4 fixed Lennart Ochel defect high

Component: Command Prompt Environment (4 matches)

Ticket Summary Milestone Resolution Owner Type Priority
#2212 Description of flags missing 1.9.4 fixed somebody defect high
#2857 loadFile does not handle '\\' equivalent to '/' 1.9.4 fixed somebody defect high
#2935 Bootstrapped OMC needs to handle -flags 1.9.4 fixed Per Östlund defect normal
#3208 default configuration for pre/post optimization modules 1.9.4 fixed Lennart Ochel defect high

Component: Cpp Run-time (5 matches)

Ticket Summary Milestone Resolution Owner Type Priority
#3253 New Cpp FMI getters and setters 1.9.x fixed Marcus Walther defect high
#3264 Solver for algebraic loops 1.9.4 fixed Marcus Walther defect high
#3322 C++ runtime broken using boost_thread 1.55 under Ubuntu with clang 1.9.4 fixed Marcus Walther defect critical
#3451 Internal error GetVarIndexListByMapping 1.9.4 fixed Marcus Walther defect high
#3522 Replace boost with C++11 in generated code 1.9.4 fixed Rüdiger Franke enhancement high

Component: Documentation (1 match)

Ticket Summary Milestone Resolution Owner Type Priority
#2904 Clarify how to get information about and use all the OMC flags 1.9.4 fixed Adeel Asghar defect critical

Component: FMI (11 matches)

Ticket Summary Milestone Resolution Owner Type Priority
#2975 HelloFMI 2.0 WorldEvent fails 1.9.4 fixed Willi Braun defect high
#3011 Dependent parameter is not changing in FMU 1.9.4 fixed Adeel Asghar defect high
#3034 Import issues with inputs in fmi 2.0 1.9.4 fixed Adeel Asghar defect high
#3171 BouncingBall modelDescription.xml is not valid for trivial reasons 1.9.4 fixed Adeel Asghar defect low
#3377 FMI 1.0 export - dependent libraries (.so, .dylib) Linux, OS X 1.9.4 fixed Adeel Asghar enhancement high
#3475 Add support for source code FMU's 1.9.4 fixed Martin Sjölund defect normal
#3532 Link FMUs with static versions of Lapack and Blas 1.9.4 fixed Adeel Asghar enhancement high
#3615 RHEL 6.7: VanDerPol FMU fails to compile: undefined reference to clock_gettime 1.9.4 fixed Martin Sjölund defect blocker
#3616 RHEL 6.7: FMU fails to compile: stringAppend missing 1.9.4 fixed Martin Sjölund defect blocker
#3641 FMU generation doesn't work on Windows 1.9.4 fixed Adrian Pop defect blocker
#3733 C FMI export does not work with external functions 1.9.4 fixed Adeel Asghar defect blocker

Component: Frontend (44 matches)

Ticket Summary Milestone Resolution Owner Type Priority
#1078 Improve error message when trying to override a final parameter/variable (from MathCore) 1.9.4 fixed Martin Sjölund defect high
#1405 Wrong dimensions for arrays of array aliases 1.9.4 fixed AlexeyLebedev defect high
#1726 Add support for multiple error sources 1.9.4 fixed Per Östlund task low
#1759 Erroneous warning in function 1.9.4 fixed somebody defect high
#2348 Duplicate modification error treated as warning 1.9.4 fixed Adrian Pop defect normal
#2349 Type coercion gives (ignored) duplicated modification error 1.9.4 fixed somebody defect normal
#2483 function call with multiple output 1.9.4 fixed Martin Sjölund defect high
#2588 +modelicaOutput does not work properly. 1.9.4 fixed Federico Bergero defect high
#2793 Connect equation bug on outer declared components used in arrays 1.9.4 fixed Per Östlund defect high
#2806 Instantial Model should show only top level inputs and outputs as inputs and outputs 1.9.4 fixed Per Östlund defect normal
#2829 Using nonexisting positional function arguments gives bad error 1.9.4 fixed Martin Sjölund defect high
#2834 Don't print attributes in type mismatch errors 1.9.4 fixed Per Östlund enhancement normal
#2848 No error when using conditional expression without value 1.9.4 fixed Per Östlund defect high
#2879 Saving a file with multine strings inserts spacing when saved 1.9.4 fixed Per Östlund defect high
#2959 Use of partial, non-redeclared classes is not reported by the front-end 1.9.4 fixed Adrian Pop enhancement blocker
#2965 Information about "outer output" declarations needed in backend for variable merging in state machines 1.9.4 fixed Bernhard Thiele discussion high
#2977 Array slice should have implicit : in trailing index positions 1.9.4 fixed Per Östlund defect normal
#2995 Boolean array equation expands in a bad way 1.9.4 fixed Per Östlund defect high
#3041 Implicit iteration range does not always work 1.9.4 fixed somebody defect high
#3051 extends and modification of attributes 1.9.4 fixed Adrian Pop defect high
#3153 Chek model fails for duplicate final parameter 1.9.4 fixed somebody defect high
#3159 Duplicate modification error 1.9.4 fixed somebody defect high
#3219 Failed to elaborate expression: enablingProb[remTAin[1:nremTAin]] 1.9.4 fixed Per Östlund defect high
#3337 Make array type modifiers more useful 1.9.4 fixed Per Östlund defect high
#3357 inStream ignores min/max modifiers on stream connector flow variables 1.9.4 fixed Per Östlund defect normal
#3360 Model flattening fails with enumeration type arrays 1.9.4 fixed Per Östlund defect high
#3409 Wrong array concatenation with zeros operator 1.9.4 fixed somebody defect high
#3422 Invalid for loop range in ModelicaCompliance.Algorithms.For.ArrayRange is not detected 1.9.4 fixed Martin Sjölund defect normal
#3448 Stack Overflow Detected in OMEdit 1.9.4 fixed Martin Sjölund defect high
#3467 Problems with type redeclaration in complex numbers 1.9.4 fixed Per Östlund defect high
#3473 Conditional arrays don't work 1.9.4 fixed Per Östlund defect high
#3479 Conditional equation is not working 1.9.4 fixed Per Östlund defect high
#3480 Connectors inside top level connector should be a top level connectors too 1.9.4 fixed Maksimov Doe defect high
#3481 Loading Modelica_Synchronous 0.92 1.9.4 fixed Martin Sjölund defect high
#3492 Incorrect flatenning of connectors in outer class 1.9.4 fixed somebody defect high
#3505 Annex60 flattening broken since f3bb4482 1.9.4 fixed Per Östlund defect high
#3506 Buildings flattening broken since f3bb4482 1.9.4 fixed Per Östlund defect high
#3518 vector with fill fail 1.9.4 fixed Martin Sjölund defect normal
#3520 Allow instantiaton of inherited classes 1.9.4 fixed Maksimov Doe defect high
#3527 wrong blt, becasue inlining of functions fail for more then one output 1.9.4 fixed somebody defect critical
#3662 Internal error expanding package in OMEdit 1.9.4 fixed Per Östlund defect critical
#3666 Undefined variable time is not detected within functions 1.9.4 fixed Per Östlund defect high
#3669 The front-end takes too much time doing basic operations 1.9.x fixed Per Östlund defect high
#3697 Much slower front-end from 31eaa49 to 56626b0 1.9.4 fixed somebody defect blocker

Component: Installation program (4 matches)

Ticket Summary Milestone Resolution Owner Type Priority
#3132 When installing OpenModelica give a warning if OMDEV environment variable is present 1.9.4 fixed Adeel Asghar defect high
#3319 omlib-modelicaservices-3.2.1 missing 1.9.4 fixed Martin Sjölund defect high
#3344 Windows Nightly installer broken 1.9.4 fixed Adeel Asghar defect high
#3376 Command prompt under Windows 1.9.4 fixed Adeel Asghar enhancement high

Component: Interactive Environment (15 matches)

Ticket Summary Milestone Resolution Owner Type Priority
#2966 setComponentModifierValue can't set a two level modifier 1.9.4 fixed Adrian Pop defect high
#3028 Segmentation fault when Simulate is called with non-existent argument (stepSize) 1.9.4 fixed Per Östlund defect high
#3254 getComponentAnnotations fails for choicesAllMatching 1.9.4 fixed Adrian Pop defect high
#3401 LeastSquares fails on GCC 1.9.4 fixed somebody defect high
#3460 getComponents fails if base class is not defined 1.9.4 fixed Adrian Pop defect high
#3545 listFile returns wrong contents 1.9.4 fixed Martin Sjölund defect blocker
#3551 diffModelicaFileListings make the code invalid 1.9.4 fixed Martin Sjölund defect high
#3552 Complete the implementation of moveClass API 1.9.4 fixed Adrian Pop defect high
#3574 addClassAnnotation fails 1.9.4 fixed Per Östlund defect high
#3577 Complete the implementation of copyClass API 1.9.4 fixed Per Östlund defect blocker
#3581 getComponents fails with no error message 1.9.4 fixed Per Östlund defect high
#3588 diffModelicaFileListings consumes huge time and memory 1.9.4 fixed Martin Sjölund defect blocker
#3642 diffModelicaFileListings outputs nothing 1.9.4 fixed Martin Sjölund defect critical
#4065 Linebreaks, comments in component argument list are mangled after moving it 1.9.x fixed Martin Sjölund defect high
#4110 OMEdit introduces wrong newline if annotation starts on new line 1.9.x fixed Martin Sjölund defect high

Component: MetaModelica (13 matches)

Ticket Summary Milestone Resolution Owner Type Priority
#2090 Stack overflow detection 1.9.4 fixed Martin Sjölund defect high
#2801 Move includes from Package.h into Package.c to minimize debugging information 1.9.4 fixed Martin Sjölund defect high
#2915 Warn or error when re-binding the same variable in pattern mattching 1.9.4 fixed Martin Sjölund defect high
#2974 Insufficient type checking for polymorphic tuples 1.9.4 fixed Martin Sjölund defect normal
#3005 Constants not evaluated in match patterns 1.9.4 fixed Martin Sjölund defect normal
#3006 Implement matching on enumerations 1.9.4 fixed Martin Sjölund enhancement normal
#3021 Match switch optimization causes issues with guards 1.9.4 fixed Martin Sjölund defect high
#3178 Dead store elimination removes used statements in for-loops 1.9.4 fixed Per Östlund defect critical
#3281 Error: Wrong number of subscripts in number[eqn2] (1 subscripts for 0 dimensions) 1.9.4 fixed Per Östlund defect high
#3573 Better support for generic types 1.9.4 fixed Martin Sjölund enhancement high
#3594 Bitwise operators in MetaModelica are broken 1.9.4 fixed Martin Sjölund defect critical
#3633 Returning from a non-returning match generates bad code 1.9.4 fixed Martin Sjölund defect normal
#3647 boolString doesn't work as function argument 1.9.4 fixed Martin Sjölund defect normal

Component: New Instantiation (5 matches)

Ticket Summary Milestone Resolution Owner Type Priority
#1904 Move handling of package constants entirely to SCodeInst 1.9.4 fixed Per Östlund defect high
#1908 Handle redeclares with multiple inheritance 1.9.4 fixed Per Östlund defect high
#1909 Propagate redeclares correctly 1.9.4 fixed Per Östlund defect high
#1918 Implement better checking of extends in new instantiation 1.9.4 fixed Per Östlund defect low
#1989 Fix propagation of modifiers in new instantiation 1.9.4 fixed Per Östlund defect high

Component: OMEdit (96 matches)

Ticket Summary Milestone Resolution Owner Type Priority
#1463 OMEdit: Error messages doesn't set filename of user-provided models 1.9.4 fixed Adeel Asghar defect high
#1464 OMEdit: Clickable error messages 1.9.4 fixed Adeel Asghar defect high
#1540 OMEdit: Wrong result-file is used for models using quoted identifiers 1.9.4 fixed Adeel Asghar defect high
#1760 Line number don't match error messages in OMEdit 1.9.4 fixed Adeel Asghar defect critical
#1840 OMEdit: enable copy/paste 1.9.4 fixed Adeel Asghar enhancement high
#1900 Handle connections to expandable connectors in OMEdit 1.9.4 fixed Adeel Asghar defect high
#2123 Modelica text view adds newline in when statement 1.9.4 fixed Adeel Asghar defect low
#2180 OMEdit, changing an Icon does not alter instances in open tabs 1.9.4 fixed Adeel Asghar defect high
#2188 Handling of arrays in the plot window needs improvement in OMEdit 1.9.4 fixed Adeel Asghar defect normal
#2191 Inspect parameters in read-only models 1.9.4 fixed Adeel Asghar enhancement high
#2239 Use spinboxes instead of textboxes for numerical options in OMEdit 1.9.4 fixed Adeel Asghar enhancement high
#2364 Math order of operations changes after file save 1.9.4 fixed Adeel Asghar defect critical
#2393 Icons get not displayed correctly, depending on the order models get loaded 1.9.4 fixed Adeel Asghar defect high
#2451 Do not check model while saving 1.9.4 fixed Adeel Asghar defect high
#2552 Implement total model dumping in OMEdit 1.9.4 fixed Adeel Asghar enhancement normal
#2711 Icons are not updated in diagrams in OMEdit 1.9.4 fixed Adeel Asghar defect high
#2781 OMEdit dislays info messages very slowly 1.9.4 fixed Adeel Asghar defect low
#2796 OMedit renders HTML enity π incorrectly 1.9.4 fixed Adeel Asghar defect high
#2797 Documentation view and parameter dialogue do not render images 1.9.4 fixed Adeel Asghar enhancement high
#2831 OMEdit fails to find local dlls on Windows 1.9.4 fixed Adeel Asghar defect high
#2860 Don't always autorescale for new variables in plot 1.9.4 fixed Adeel Asghar enhancement normal
#2865 OMEdit crash reports needs better handling 1.9.4 fixed Adeel Asghar defect high
#2872 OMEdit - better omeditcommands.log 1.9.4 fixed Adeel Asghar enhancement high
#2892 Undo/Redo feature in the Diagram view editing 1.9.4 fixed Adeel Asghar enhancement high
#2908 OMEdit does not update models when submodels are changed 1.9.4 fixed Adeel Asghar defect blocker
#2922 View arrays in numerical order 1.9.4 fixed Adeel Asghar enhancement normal
#2930 Printing models drops lines 1.9.4 fixed Alachew Mengist defect high
#2938 OMEdit grid lines are too visible 1.9.4 fixed Adeel Asghar enhancement low
#2944 OMEdit News: Error creating SSL context () 1.9.4 fixed Adeel Asghar defect low
#2984 OMEdit subwindow feature faulty? 1.9.4 fixed Adeel Asghar defect normal
#2985 Updating submodel icons where they are used 1.9.4 fixed Adeel Asghar enhancement normal
#3040 Disable simulation for partial models 1.9.4 fixed Adeel Asghar defect high
#3054 Revert from previous unclear 1.9.4 fixed Adeel Asghar defect high
#3128 Add key shortcuts to switch between views and trigger Check and Simulate 1.9.4 fixed Adeel Asghar enhancement high
#3145 saving issues 1.9.4 fixed Adeel Asghar defect high
#3148 model with tabs cant be saved in OMEdit 1.9.4 fixed Adeel Asghar defect high
#3158 OMEdit parameter window shows wrong values for base classes 1.9.4 fixed Adeel Asghar defect high
#3179 Automatic saving after model change in OMEdit destroys libraries 1.9.4 fixed Adeel Asghar defect high
#3194 Better space exploitation by OMEdit 1.9.4 fixed Adeel Asghar enhancement normal
#3207 Debugger does not show compound variables 1.9.4 fixed Adeel Asghar defect high
#3222 Different lineThickness of lines 1.9.4 fixed Adeel Asghar defect high
#3270 plot redraw doesn't erase 1.9.4 fixed Adeel Asghar defect high
#3271 Switch from and to variable browser in OMEdit 1.9.4 fixed Adeel Asghar enhancement low
#3296 OMEdit crashes on startup since rev.25700 1.9.4 fixed Adeel Asghar defect high
#3311 Enable loading JS globally when inside the info annotation of package.mo 1.9.4 fixed Adeel Asghar enhancement high
#3346 Camel case in OM 1.9.4 fixed Adeel Asghar enhancement low
#3352 Repeated simulations in OMEdit 1.9.4 fixed Adeel Asghar enhancement normal
#3362 Context menu names in OMEdit 1.9.4 fixed Adeel Asghar enhancement low
#3373 Give more stack on Windows for the QT clients that use the omc dll 1.9.4 fixed Adeel Asghar defect high
#3374 Management of Tabs in OMEdit 1.9.4 fixed Adeel Asghar discussion low
#3404 Add an OMEdit menu option to open the working directory 1.9.4 fixed Adeel Asghar defect high
#3408 Unable to make connection from Modelica.Mechanics.MultiBody.Parts.PointMass 1.9.4 fixed Adeel Asghar defect high
#3425 Retain font information when copying 1.9.4 fixed Adeel Asghar enhancement normal
#3447 Use of msvc flag in OMEdit 1.9.4 fixed Adeel Asghar enhancement normal
#3466 OMEdit scrambles up package directory structure 1.9.4 fixed Adeel Asghar defect critical
#3470 Connection of many components doesn't work any more. 1.9.4 fixed Adeel Asghar defect critical
#3471 Give full description while hovering 1.9.4 fixed Adeel Asghar enhancement normal
#3472 Make OMEdit compilation process same as Compile.bat 1.9.4 fixed Adeel Asghar enhancement high
#3529 Improve connecting ports in OMEdit 1.9.4 fixed Adeel Asghar enhancement high
#3558 A flip horizontal issue 1.9.4 fixed Adeel Asghar defect high
#3576 New menu options in OMEdit for FMU export 1.9.4 fixed Adeel Asghar defect high
#3579 Block size seems to be distorted 1.9.4 fixed Adeel Asghar defect high
#3580 Opening a model causes OMEdit to crash 1.9.4 fixed Adeel Asghar defect critical
#3584 OMEdit hangs when moving objects 1.9.4 fixed Adeel Asghar defect high
#3585 OMEDIT crash when creation of a model in a package 1.9.4 fixed Adeel Asghar defect blocker
#3587 OMEdit build on MacOS is broken 1.9.4 fixed Adeel Asghar defect high
#3601 Syntax check does not show error details in browser; the error wrongly persists. 1.9.4 fixed Adeel Asghar defect high
#3604 OMEdit does not show renamed names 1.9.4 fixed Adeel Asghar defect high
#3607 Message number reset 1.9.4 fixed Adeel Asghar enhancement normal
#3619 inner package (folder) deletion not saved 1.9.4 fixed Martin Sjölund defect high
#3620 Use "del" to delete models within packages 1.9.4 fixed Adeel Asghar enhancement low
#3624 New OMEdit does not retain some text modifications 1.9.4 fixed Adeel Asghar defect high
#3630 OMEdit crashes or fumbles up the formatting when duplicating classes or copying and pasting text within the same package 1.9.4 fixed Adeel Asghar defect blocker
#3635 New model faulty and not saved; package sometimes destroyed 1.9.4 fixed Adeel Asghar defect blocker
#3648 Spelling mistake in variable name "pDefautlViewLayout" --> "pDefaultViewLayout" 1.9.4 fixed Adeel Asghar task low
#3654 Empty icon rendering broken in latest nightly v1.9.4--dev-699-g7205327 1.9.4 fixed Adeel Asghar defect blocker
#3658 OMEdit doesn't allow to add or change comments 1.9.4 fixed sjolund.se defect blocker
#3663 Rename context menu entry "View Class" to "Open Class" 1.9.4 fixed Adeel Asghar enhancement high
#3665 Add display of the description string of instantiated component 1.9.4 fixed Adeel Asghar enhancement high
#3667 Add keyboard shortcuts for changing the order to components in the tree 1.9.4 fixed Adeel Asghar enhancement high
#3670 OMEdit does not apply Target Compiler and Target Language setting after restart 1.9.4 fixed Adeel Asghar defect blocker
#3673 Add a button for inferring bindings 1.9.4 fixed Adeel Asghar enhancement high
#3677 Missing Cpp path when simulating from OMEdit under Windows 1.9.4 fixed Adeel Asghar defect blocker
#3683 Sometimes OMEdit does not delete connect equations 1.9.4 fixed Adeel Asghar defect high
#3686 partial clipped or even entirely invisible component diagrams 1.9.4 fixed Adeel Asghar defect blocker
#3690 Improve simulation settings and adding "interval" as parameter 1.9.4 fixed Adeel Asghar enhancement normal
#3698 Comment preserving parsing/unparsing creates hidden duplicate declarations 1.9.4 fixed Adeel Asghar defect blocker
#3702 A case of immediate OMEdit Crash 1.9.4 fixed Adeel Asghar defect blocker
#3708 OMEdit Leftover Connecting Lines 1.9.4 fixed Adeel Asghar defect normal
#3714 OMEdit should not allow dragging components onto diagram layer of a package 1.9.4 fixed Adeel Asghar defect high
#3719 OMEdit "save as" without function 1.9.4 fixed Adeel Asghar defect high
#3723 When creating new model in multi-file package with OMEdit, the model is empty and not saved 1.9.4 fixed Adeel Asghar defect blocker
#3728 Enable loading of style sheets from file systems 1.9.4 fixed Adeel Asghar enhancement high
#3737 Omedit creates wrong pathnames when objects are moved 1.9.4 fixed Adeel Asghar defect critical
#3744 New blocks created by OMEdit cannot be used 1.9.4 fixed Adeel Asghar defect blocker
#3746 Add and manage uses annotations in OMEdit 1.9.4 fixed Adeel Asghar enhancement high

Component: OMNotebook (3 matches)

Ticket Summary Milestone Resolution Owner Type Priority
#2303 OMNotebook: move cells / change hierarchical structure of document 1.9.4 fixed Adeel Asghar enhancement high
#2305 OMNotebook: “eval all” button 1.9.4 fixed Adeel Asghar enhancement high
#3442 plotParametric not working from OMNotebook 1.9.4 fixed Adeel Asghar defect high

Component: OMPython (1 match)

Ticket Summary Milestone Resolution Owner Type Priority
#3392 OMCSession() function can not connect to OMC server 1.9.4 fixed Martin Sjölund defect high

Component: Optimization (1 match)

Ticket Summary Milestone Resolution Owner Type Priority
#3437 Failed optimization tests after fix in stream connectors 1.9.4 fixed Vitalij Ruge defect high

Component: ParModelica (10 matches)

Ticket Summary Milestone Resolution Owner Type Priority
#3190 ParModelica fails to build ModelicaBuiltin.mo 1.9.4 fixed Mahder Alemseged Gebremedhin defect high
#3198 ParModelica fails to build model calling print due to invalid conversion 1.9.4 fixed Mahder Alemseged Gebremedhin defect high
#3315 ParModelica generating broken code for minimal testcase 1.9.4 fixed Mahder Alemseged Gebremedhin defect high
#3324 ParModelica: OCLRuntimeUtil.cl not found 1.9.4 fixed Mahder Alemseged Gebremedhin defect high
#3326 ParModelica: Error setting kernel arguments: CL_INVALID_ARG_SIZE 1.9.4 fixed Mahder Alemseged Gebremedhin defect blocker
#3334 ParModelica: failure using parallel function 1.9.4 fixed Mahder Alemseged Gebremedhin defect blocker
#3335 ParModelica: parfor with for inside creates broken OpenCL code 1.9.4 fixed Mahder Alemseged Gebremedhin defect high
#3336 ParModelica: Cannot pass parallel array as argument to function 1.9.4 fixed Mahder Alemseged Gebremedhin defect blocker
#3339 ParModelica: Integer division does not work due to generated OpenCL-code not working 1.9.4 fixed Mahder Alemseged Gebremedhin defect normal
#3347 ParModelica: Cannot use sqrt() or log() within parallel code due to generated OpenCL code 1.9.4 fixed Mahder Alemseged Gebremedhin defect high

Component: Parser (3 matches)

Ticket Summary Milestone Resolution Owner Type Priority
#3193 TplParser - stack overflow for big templates 1.9.4 fixed Martin Sjölund defect high
#3255 getComponentAnnotations should merge the constrainedby annotation with the component annotation 1.9.4 fixed Adrian Pop defect high
#3694 Stack overflow in Modelica Parser 1.9.4 fixed Martin Sjölund defect critical

Component: Run-time (19 matches)

Ticket Summary Milestone Resolution Owner Type Priority
#1529 It should be possible to use non-fixed parameters as array indices 1.9.4 fixed Lennart Ochel defect high
#2334 terminal + assert causes segfault 1.9.4 fixed Lennart Ochel defect normal
#2721 initialization and dynamic state selection 1.9.4 fixed Lennart Ochel defect normal
#2861 test IfEquation5.mos has never worked correctly 1.9.4 fixed Lennart Ochel defect critical
#2980 String GC issues 1.9.4 fixed somebody defect critical
#2990 max/min attributes overwrite start at initialization 1.9.4 fixed Lennart Ochel defect critical
#2999 Divide by zero in algorithm crashes omc 1.9.4 fixed Willi Braun defect critical
#3064 Dynamic state selection is not initialized properly 1.9.4 fixed Willi Braun defect high
#3094 XML Parse of output gives error 1.9.4 fixed Lennart Ochel defect high
#3140 Memory leak in modelInfoXmlInit 1.9.4 fixed Adrian Pop defect normal
#3167 Discrete variable does not change in a discrete manner 1.9.4 fixed somebody defect blocker
#3236 Unhandled Assertion-Error 1.9.4 fixed Mahder Alemseged Gebremedhin defect high
#3245 OMEdit crashes: When set record parameter in Function 1.9.4 fixed Per Östlund defect high
#3500 Incorrect numerical output not detected 1.9.4 fixed Willi Braun defect critical
#3501 Wrong sparsity information reported by -lv LOG_SOLVER 1.9.4 fixed Lennart Ochel defect normal
#3513 Missing support for operator interval 1.9.4 fixed Lennart Ochel defect high
#3544 Integration failed due to ordering of the states equations 1.9.4 fixed Willi Braun defect blocker
#3590 LOG_NLS_V fails due to memory overrun 1.9.4 fixed Lennart Ochel defect critical
#3602 -overrideFile flag does not work in 1.9.4 latest 1.9.4 fixed Lennart Ochel defect blocker

Component: Testing Framework (2 matches)

Ticket Summary Milestone Resolution Owner Type Priority
#3465 Hudson fails with test Crane_FMU1_CPP 1.9.4 fixed Adrian Pop defect high
#3560 Testing of Modelica_Synchronous 1.9.4 fixed enhancement high

Component: Third-Party Libraries (3 matches)

Ticket Summary Milestone Resolution Owner Type Priority
#2803 Generated SVGs not quite right. 1.9.4 fixed Adeel Asghar defect high
#3331 Problems in flattening Buildings.Electrical.DC.*.Examples.* 1.9.4 fixed Martin Sjölund defect normal
#3542 CombiTable1Ds with Data Reading in external file does not work anymore!! 1.9.4 fixed Martin Sjölund defect blocker

Last modified 9 years ago Last modified on 2016-12-20T17:39:01Z
Note: See TracWiki for help on using the wiki.