Directory testsuite/flattening/modelica/packages/

Directory Created:
2012-09-27 04:36
Total Files:
21
Deleted Files:
0
Lines of Code:
910

[root]/testsuite/flattening/modelica/packages

Lines of Code

testsuite/flattening/modelica/packages/ Lines of Code

Developers

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

Most Recent Commits

adrpo 2014-09-30 06:33 Rev.: 22496

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:

  • testsuite/flattening/modelica/packages: ComplexNumbers.mo (+14 -2)
hudson 2014-04-16 11:06 Rev.: 20164

[Janitor mode] Fix whitespace

47 lines of code changed in 15 files:

  • testsuite/flattening/modelica/packages: ComplexNumbers.mo (+4 -4), Encapsulated1.mo (+2 -2), Encapsulated2.mo (+4 -4), Encapsulated3.mo (+4 -4), Encapsulated4.mo (+3 -3), Import1.mo (+3 -3), Import2.mo (+6 -6), Import3.mo (+2 -2), Import4.mo (+2 -2), Import5.mo (+3 -3), Import6.mo (+2 -2), Import7.mo (+2 -2), ImportSelf1.mo (+2 -2), PackageParameter.mo (+6 -6), packages2.mo (+2 -2)
perost 2013-06-10 13:56 Rev.: 16277

- Fixed punctuation of error messages.

3 lines of code changed in 2 files:

  • testsuite/flattening/modelica/packages: Encapsulated3.mo (+1 -1), PackageParameter.mo (+2 -2)
perost 2013-04-19 18:48 Rev.: 15867

- Reverted r15866, since it broke some testcases.

1 lines of code changed in 1 file:

  • testsuite/flattening/modelica/packages: PackageParameter.mo (+1 -20)
perost 2013-04-19 17:52 Rev.: 15866

Fix for #2159:
- Only consider components in modifiers when sorting elements during instantiation.

20 lines of code changed in 1 file:

  • testsuite/flattening/modelica/packages: PackageParameter.mo (+20 -1)
sjoelund.se 2013-02-08 09:16 Rev.: 15104

Fix tests

5 lines of code changed in 5 files:

  • testsuite/flattening/modelica/packages: Encapsulated2.mo (+1 -1), Encapsulated3.mo (+1 -1), Encapsulated4.mo (+1 -1), Import2.mo (+1 -1), PackageParameter.mo (+1 -1)
sjoelund.se 2013-02-07 16:16 Rev.: 15085

Always use full pathnames for file info of parsed files

5 lines of code changed in 5 files:

  • testsuite/flattening/modelica/packages: Encapsulated2.mo (+1 -1), Encapsulated3.mo (+1 -1), Encapsulated4.mo (+1 -1), Import2.mo (+1 -1), PackageParameter.mo (+1 -1)
mahge930 2013-01-21 11:36 Rev.: 14849

+ 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:

  • testsuite/flattening/modelica/packages: ComplexNumbers.mo (+2 -2)
mahge930 2013-01-20 14:51 Rev.: 14840

- Expected output.

2 lines of code changed in 1 file:

  • testsuite/flattening/modelica/packages: ComplexNumbers.mo (+2 -2)
sjoelund.se 2012-12-15 09:26 Rev.: 14398

- Fix line-endings

1 lines of code changed in 1 file:

  • testsuite/flattening/modelica/packages: Makefile (+1)
alash325 2012-10-05 05:56 Rev.: 13190

- 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:

  • testsuite/flattening/modelica/packages: ComplexNumbers.mo (+90), Encapsulated1.mo (+30), Encapsulated2.mo (+35), Encapsulated3.mo (+38), Encapsulated4.mo (+30), Import1.mo (+59), Import2.mo (+53), Import3.mo (+55), Import4.mo (+56), Import5.mo (+30), Import6.mo (+26), Import7.mo (+16), ImportSelf1.mo (+26), PackageComponents.mo (+28), PackageIllegal.mo (+33), PackageParameter.mo (+52), PackageSimple.mo (+18), package-s-1.mo (+33), packages1.mo (+33), packages2.mo (+33)
alash325 2012-10-04 20:56 Rev.: 13184

- fix Makefile for flattening/libraries/msl221/, flattening/libraries/msl221/modelicaAdditions and testsuite

124 lines of code changed in 21 files:

  • testsuite/flattening/modelica/packages: ComplexNumbers.mo (changed), Encapsulated1.mo (changed), Encapsulated2.mo (changed), Encapsulated3.mo (changed), Encapsulated4.mo (changed), Import1.mo (changed), Import2.mo (changed), Import3.mo (changed), Import4.mo (changed), Import5.mo (changed), Import6.mo (changed), Import7.mo (changed), ImportSelf1.mo (changed), Makefile (+124), PackageComponents.mo (changed), PackageIllegal.mo (changed), PackageParameter.mo (changed), PackageSimple.mo (changed), package-s-1.mo (changed), packages1.mo (changed), packages2.mo (changed)
alash325 2012-10-01 19:57 Rev.: 13125

- 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:

  • testsuite/flattening/modelica/packages: ComplexNumbers.mo (new), Encapsulated1.mo (new), Encapsulated2.mo (new), Encapsulated3.mo (new), Encapsulated4.mo (new), Import1.mo (new), Import2.mo (new), Import3.mo (new), Import4.mo (new), Import5.mo (new), Import6.mo (new), Import7.mo (new), ImportSelf1.mo (new), Makefile (new), PackageComponents.mo (new), PackageIllegal.mo (new), PackageParameter.mo (new), PackageSimple.mo (new), package-s-1.mo (new), packages1.mo (new), packages2.mo (new)
alash325 2012-10-01 19:45 Rev.: 13124

-deleted ./flattening/modelica

1 lines of code changed in 21 files:

  • testsuite/flattening/modelica/packages: ComplexNumbers.mo (del), Encapsulated1.mo (del), Encapsulated2.mo (del), Encapsulated3.mo (del), Encapsulated4.mo (del), Import1.mo (del), Import2.mo (del), Import3.mo (del), Import4.mo (del), Import5.mo (del), Import6.mo (del), Import7.mo (del), ImportSelf1.mo (del), Makefile (del), PackageComponents.mo (del), PackageIllegal.mo (del), PackageParameter.mo (del), PackageSimple.mo (del), package-s-1.mo (del), packages1.mo (del), packages2.mo (del)
alash325 2012-09-27 04:36 Rev.: 13070

- Moved mofiles and record test files to testsuite/flattening/modelica

0 lines of code changed in 21 files:

  • testsuite/flattening/modelica/packages: ComplexNumbers.mo (new), Encapsulated1.mo (new), Encapsulated2.mo (new), Encapsulated3.mo (new), Encapsulated4.mo (new), Import1.mo (new), Import2.mo (new), Import3.mo (new), Import4.mo (new), Import5.mo (new), Import6.mo (new), Import7.mo (new), ImportSelf1.mo (new), Makefile (new), PackageComponents.mo (new), PackageIllegal.mo (new), PackageParameter.mo (new), PackageSimple.mo (new), package-s-1.mo (new), packages1.mo (new), packages2.mo (new)
Generated by StatSVN 0.7.0