[root]/testsuite/flattening/modelica/packages
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 137 (100.0%) | 999 (100.0%) | 7.2 |
alash325 | 104 (75.9%) | 899 (90.0%) | 8.6 |
hudson | 15 (10.9%) | 47 (4.7%) | 3.1 |
perost | 4 (2.9%) | 24 (2.4%) | 6.0 |
adrpo | 1 (0.7%) | 14 (1.4%) | 14.0 |
sjoelund.se | 11 (8.0%) | 11 (1.1%) | 1.0 |
mahge930 | 2 (1.5%) | 4 (0.4%) | 2.0 |
Merged branches/FFrontEnd into trunk/
Main changes:
- changed the environment to support both non-destructive and destructive updates
- Env.Cache -> FCore.Cache, Env.Env -> FCore.Graph
- FCore.Graph is not a list of Frames anymore is a stucture where the previous list is saved in component "scope"
- all Frames in the new FCore.Graph are FCore.Ref pointing to FCore.Node having different FCore.Data depending on what they are
- all FCore.Nodes have children (FCore.CAvlTree) which maps names to FCore.Ref (which is Array<FCore.Node>, size 1)
- FGraph.openScope pushes an already existing FCore.Ref (or a new one) on the scope list
- for all components having modifications the last class in the type path is renamed to include the
prefix, see FGraph.createVersionScope (this is done because we need unique names for redeclared functions,
records, etc and we need a unique type scope for that)
Example: A.B.C c -> A.B.C$c c
Bug fixes:
- calling function via component (multibody MSL 3.2.1 patch not needed anymore, will remove it in a next commit)
- #2837 array equations wrongly handled in RemoveSimpleEquations (used in ThermoPower and PowerSystems libraries, etc)
#2784, #2727, #2739 (missing modifiers combined with redeclare and unique function generation for redeclared functions)
#2835 - handle overconstrained connectors extending basic types (used in PowerSystems library)
- do not loose modifications on derived classes handled by InstExtends
- some error messages about missing components in Fluid library are gone
- for components of size 0 do not check if they are assigned before use in functions (residue in equalityConstraint)
14 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
47 lines of code changed in 15 files:
- Fixed punctuation of error messages.
3 lines of code changed in 2 files:
- Reverted r15866, since it broke some testcases.
1 lines of code changed in 1 file:
Fix for #2159:
- Only consider components in modifiers when sorting elements during instantiation.
20 lines of code changed in 1 file:
Fix tests
5 lines of code changed in 5 files:
Always use full pathnames for file info of parsed files
5 lines of code changed in 5 files:
+ Record constructors: get default values from the original record declaration. Not from an instance (possibly modified) of a record.
2 lines of code changed in 1 file:
- Expected output.
2 lines of code changed in 1 file:
- Fix line-endings
1 lines of code changed in 1 file:
- Moved mofiles to flattening/modelica + grouping them based on language feature tests + update Makefile for modelica asserts(just to check if it works)
774 lines of code changed in 20 files:
- fix Makefile for flattening/libraries/msl221/, flattening/libraries/msl221/modelicaAdditions and testsuite
124 lines of code changed in 21 files:
- expandable,streams,records ,and redeclare directory from testsuite are moved to ./flattening/modelica plus updated the corresponding Make file
0 lines of code changed in 21 files:
-deleted ./flattening/modelica
1 lines of code changed in 21 files:
- Moved mofiles and record test files to testsuite/flattening/modelica
0 lines of code changed in 21 files: