Directory testsuite/flattening/modelica/modification/

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

[root]/testsuite/flattening/modelica/modification

Lines of Code

testsuite/flattening/modelica/modification/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 283 (100.0%) 2030 (100.0%) 7.1
alash325 165 (58.3%) 1379 (67.9%) 8.3
perost 31 (11.0%) 292 (14.4%) 9.4
adrpo 19 (6.7%) 218 (10.7%) 11.4
hudson 37 (13.1%) 89 (4.4%) 2.4
sjoelund.se 30 (10.6%) 52 (2.6%) 1.7
lochel 1 (0.4%) 0 (0.0%) 0.0

Most Recent Commits

adrpo 2015-03-09 10:52 Rev.: 24990

Fix #3095
- add class modifiers from extends to the environment
- add testsuite/flattening/modelica/modification/MissingModifiersPackages.mo
- 55 tests will fail, I'll update them asap

38 lines of code changed in 2 files:

  • testsuite/flattening/modelica/modification: Makefile (+1), MissingModifiersPackages.mo (new 37)
hudson 2015-03-09 07:30 Rev.: 24988

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

  • testsuite/flattening/modelica/modification: MissingModifiers.mo (+1 -1)
adrpo 2015-03-09 07:28 Rev.: 24987

Fix #3051
- merge modifiers for the class from the environment
- add tests: testsuite/flattening/modelica/modification/MissingModifiers.mo, testsuite/flattening/modelica/modification/TestMissingModifiers.mos

75 lines of code changed in 3 files:

  • testsuite/flattening/modelica/modification: Makefile (+3 -1), MissingModifiers.mo (new 28), TestMissingModifiers.mos (new 44)
perost 2014-10-10 14:34 Rev.: 22719

- Updated testcases.

0 lines of code changed in 1 file:

  • testsuite/flattening/modelica/modification: ModifyConstant5.mo (-2)
adrpo 2014-09-30 16:29 Rev.: 22515

Fix bug: #2854 (do scope versioning also in the top scope, but not for builtin classes and builtin types)
- note that flattening/modelica/declarations/Constant12.mo is actually correct now,
see m:#1397, well, except for the fact that it should tell that A.y does not have a binding

2 lines of code changed in 2 files:

  • testsuite/flattening/modelica/modification: Modification4.mo (+1 -1), ModifyConstant4.mo (+1 -1)
perost 2014-09-01 11:27 Rev.: 22063

- Added testcase for #2790 also.

22 lines of code changed in 2 files:

  • testsuite/flattening/modelica/modification: ArrayModTypeError.mo (new 21), Makefile (+1)
perost 2014-08-26 16:33 Rev.: 21996

Fix for #2789:
- Restructured modifier handling to provide better error messages.

217 lines of code changed in 11 files:

  • testsuite/flattening/modelica/modification: DuplicateMod1.mo (new 24), DuplicateMod2.mo (new 25), DuplicateMod3.mo (new 28), DuplicateMod4.mo (new 24), DuplicateMod5.mo (new 28), DuplicateMod6.mo (new 25), DuplicateMod7.mo (new 27), Makefile (+8), Modification15.mo (+2 -1), Modification8.mo (+2 -1), ModifierSubModMerging1.mo (new 24)
sjoelund.se 2014-08-19 15:56 Rev.: 21916

Use the file info from the binding when generating an error about type mismatch in the binding (since it is very hard to know where the binding is coming from compared to finding out the type of the declared component)

1 lines of code changed in 1 file:

  • testsuite/flattening/modelica/modification: DisturbedResistance1.mo (+1 -1)
perost 2014-04-24 14:56 Rev.: 20252

Fix for #2642:
- Rewrote handling of builtin attributes to be less repetitive.
- Added detection of duplicated modifiers on builtin types.

25 lines of code changed in 2 files:

  • testsuite/flattening/modelica/modification: DuplicateBaseTypeMod.mo (new 24), Makefile (+1)
hudson 2014-04-16 11:06 Rev.: 20164

[Janitor mode] Fix whitespace

88 lines of code changed in 36 files:

  • testsuite/flattening/modelica/modification: ArrayModif.mo (+3 -3), DisturbedResistance1.mo (+3 -3), DisturbedResistance2.mo (+1 -1), DisturbedResistance3.mo (+6 -6), DisturbedResistance4.mo (+3 -3), FinalParameterModification.mo (+2 -2), FixedFalse.mo (+2 -2), Modification1.mo (+2 -2), Modification10.mo (+2 -2), Modification11.mo (+1 -1), Modification12.mo (+2 -2), Modification13.mo (+3 -3), Modification14.mo (+1 -1), Modification15.mo (+6 -6), Modification16.mo (+1 -1), Modification17.mo (+1 -1), Modification2.mo (+1 -1), Modification4.mo (+2 -2), Modification6.mo (+1 -1), Modification7.mo (+3 -3), Modification8.mo (+5 -5), ModifierProblem.mo (+5 -5), ModifierTypeError.mo (+2 -2), ModifyConstant4.mo (+3 -3), ModifyConstant5.mo (+2 -2), ModifyConstant6.mo (+2 -2), ModifyFunction1.mo (+3 -3), ModifyUnknown1.mo (+3 -3), ModifyUnknown2.mo (+3 -3), Overwriting1.mo (+1 -1), Overwriting2.mo (+2 -2), ReplaceFunction.mo (+2 -2), Shadow1.mo (+1 -1), UsertypeModifications.mo (+1 -1), modifyOuter.mo (+4 -4), modifyOuter2.mo (+3 -3)
lochel 2014-02-13 17:17 Rev.: 19097

- move warnings for parameters from front end to back end
- get rid of false warnings

0 lines of code changed in 1 file:

  • testsuite/flattening/modelica/modification: ModifierVariable.mo (-2)
adrpo 2014-02-07 09:57 Rev.: 19014

Fix #2566 in the FrontEnd
- report parameter T p(start = value, fixed = true) and use the start value.

2 lines of code changed in 1 file:

  • testsuite/flattening/modelica/modification: ModifierVariable.mo (+2)
adrpo 2013-10-16 07:54 Rev.: 17715

- get rid of some more wrong missing each warnings

11 lines of code changed in 1 file:

  • testsuite/flattening/modelica/modification: ArrayModif.mo (+11)
adrpo 2013-10-14 00:55 Rev.: 17669

- remove wrong warnings about missing each
- added test for this

42 lines of code changed in 2 files:

  • testsuite/flattening/modelica/modification: ArrayModif.mo (new 41), Makefile (+1)
adrpo 2013-09-22 12:07 Rev.: 17326

Fix for bug: #2346
- sort also the variable components for instantiation based on their bindings
- sort the DAE in the order it is defined in the Modelica file

9 lines of code changed in 1 file:

  • testsuite/flattening/modelica/modification: Modification17.mo (+9 -9)
adrpo 2013-09-20 05:00 Rev.: 17306

- fix bug: #2359 and added test

1 lines of code changed in 1 file:

  • testsuite/flattening/modelica/modification: ModifyUnknown2.mo (+1 -1)
perost 2013-06-10 13:56 Rev.: 16277

- Fixed punctuation of error messages.

9 lines of code changed in 9 files:

  • testsuite/flattening/modelica/modification: Modification15.mo (+1 -1), Modification4.mo (+1 -1), Modification8.mo (+1 -1), ModifierTypeError.mo (+1 -1), ModifyConstant4.mo (+1 -1), ModifyConstant5.mo (+1 -1), ModifyUnknown1.mo (+1 -1), ModifyUnknown2.mo (+1 -1), modifyOuter.mo (+1 -1)
adrpo 2013-05-14 01:13 Rev.: 16024

- QUITE SOME CHANGES. Do make clean!
- fix old inst to work with Media and Fluid by default with no flags.
- got rid of some files and some of the error messages
- i will still keep +d=scodeInstShortcut for a while longer until I test more.
- Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos segfaults on Linux, works in Windows,
Modelica.Fluid.Examples.HeatingSystem does not work anymore (NLS problems again) I guess due to parameters moving around.
I will investigate more these issues in the next days.

4 lines of code changed in 1 file:

  • testsuite/flattening/modelica/modification: Modification17.mo (+4 -4)
sjoelund.se 2013-05-06 08:26 Rev.: 15988

Removing warning about fixed parameter without start-value or binding equation since the warning is often wrong. The check should probably be made in the backend if it is needed.

0 lines of code changed in 1 file:

  • testsuite/flattening/modelica/modification: FixedFalse.mo (-2)
perost 2013-03-27 13:05 Rev.: 15656

- Added source information to some error messages.

1 lines of code changed in 1 file:

  • testsuite/flattening/modelica/modification: FixedFalse.mo (+1 -1)
perost 2013-03-04 11:40 Rev.: 15455

- Added Error.addMultiSourceMessage for errors with multiple sources.
- Big update of new new instantiation.

4 lines of code changed in 2 files:

  • testsuite/flattening/modelica/modification: DisturbedResistance3.mo (+2 -1), DisturbedResistance4.mo (+2 -1)
sjoelund.se 2013-02-13 16:16 Rev.: 15164

"StateSelect =" to "stateSelect ="

2 lines of code changed in 1 file:

  • testsuite/flattening/modelica/modification: Modification16.mo (+2 -2)
sjoelund.se 2013-02-08 09:16 Rev.: 15104

Fix tests

16 lines of code changed in 10 files:

  • testsuite/flattening/modelica/modification: DisturbedResistance1.mo (+1 -1), DisturbedResistance3.mo (+1 -1), DisturbedResistance4.mo (+1 -1), Modification15.mo (+1 -1), Modification4.mo (+1 -1), Modification8.mo (+1 -1), ModifierTypeError.mo (+2 -2), ModifyConstant4.mo (+1 -1), ModifyConstant5.mo (+6 -6), modifyOuter.mo (+1 -1)
sjoelund.se 2013-02-07 16:16 Rev.: 15085

Always use full pathnames for file info of parsed files

16 lines of code changed in 10 files:

  • testsuite/flattening/modelica/modification: DisturbedResistance1.mo (+1 -1), DisturbedResistance3.mo (+1 -1), DisturbedResistance4.mo (+1 -1), Modification15.mo (+1 -1), Modification4.mo (+1 -1), Modification8.mo (+1 -1), ModifierTypeError.mo (+2 -2), ModifyConstant4.mo (+1 -1), ModifyConstant5.mo (+6 -6), modifyOuter.mo (+1 -1)
adrpo 2012-12-23 08:13 Rev.: 14526

- more test fixing and moving tests to non working
i mostly broke tests with final components override message. i'll fix them later.

3 lines of code changed in 2 files:

  • testsuite/flattening/modelica/modification: Makefile (+2 -2), ModifyConstant4.mo (+1 -1)
adrpo 2012-12-17 04:56 Rev.: 14416

- expected output due to added line numbers for missing inner messages.

1 lines of code changed in 1 file:

  • testsuite/flattening/modelica/modification: modifyOuter.mo (+1 -1)
sjoelund.se 2012-12-15 11:43 Rev.: 14402

- Expected output

1 lines of code changed in 1 file:

  • testsuite/flattening/modelica/modification: ModifyConstant6.mo (+1 -1)
sjoelund.se 2012-12-15 09:26 Rev.: 14398

- Fix line-endings

2 lines of code changed in 2 files:

  • testsuite/flattening/modelica/modification: FixedFalse.mo (+1), Makefile (+1)
adrpo 2012-12-13 10:48 Rev.: 14357

- fix bootstrapping.
- add testsuite/flattening/modelica/modification/FixedFalse.mo for bug: #1983

30 lines of code changed in 2 files:

  • testsuite/flattening/modelica/modification: FixedFalse.mo (new 29), Makefile (+1)
sjoelund.se 2012-11-14 13:36 Rev.: 13890

#1936
- Partial fix to make final modifications work on redeclares. Now passes front-end, but loses some modifications. Possibly related to #1922.

1 lines of code changed in 1 file:

  • testsuite/flattening/modelica/modification: ModifyConstant6.mo (+1 -2)
sjoelund.se 2012-11-08 14:29 Rev.: 13830

#1931
- Do not scalarize vector equations
+ Except constants, parameters, records, complex types, external objects, and maybe some more

13 lines of code changed in 3 files:

  • testsuite/flattening/modelica/modification: Modification12.mo (+3 -1), Modification13.mo (+5 -3), Modification17.mo (+5 -3)
perost 2012-11-07 18:56 Rev.: 13820

- Use the face stored in OUTERCONNECT instead of trying to determine it in
InnerOuter.retrieveOuterConnections2.

8 lines of code changed in 2 files:

  • testsuite/flattening/modelica/modification: modifyOuter.mo (+2 -1), modifyOuter2.mo (+6 -2)
perost 2012-10-17 13:42 Rev.: 13432

- Removed the special case for Real casts when dumping expressions, since
Modelica does not have a Real() function.
- Some SCodeInst fixes.
- Fixed compiler warnings in corbaimpl.cpp.
- Updated testcases due to the expression dumping change.

6 lines of code changed in 1 file:

  • testsuite/flattening/modelica/modification: Modification17.mo (+6 -6)
alash325 2012-10-05 08:14 Rev.: 13192

- Naming mistake correction Makefile

1 lines of code changed in 1 file:

  • testsuite/flattening/modelica/modification: Makefile (+1 -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)

1377 lines of code changed in 41 files:

  • testsuite/flattening/modelica/modification: DisturbedResistance1.mo (+27), DisturbedResistance2.mo (+17), DisturbedResistance3.mo (+35), DisturbedResistance4.mo (+31), FinalParameterModification.mo (+25), Makefile (+145), Modification1.mo (+33), Modification10.mo (+38), Modification11.mo (+24), Modification12.mo (+15), Modification13.mo (+22), Modification14.mo (+48), Modification15.mo (+34), Modification16.mo (+30), Modification17.mo (+70), Modification2.mo (+23), Modification3.mo (+26), Modification4.mo (+28), Modification5.mo (+21), Modification6.mo (+27), Modification7.mo (+28), Modification8.mo (+31), ModifierClass.mo (+18), ModifierExtends.mo (+20), ModifierProblem.mo (+24), ModifierRedeclare.mo (+29), ModifierTypeError.mo (+26), ModifierVariable.mo (+16), ModifyConstant4.mo (+33), ModifyConstant5.mo (+39), ModifyConstant6.mo (+36), ModifyFunction1.mo (+36), ModifyUnknown1.mo (+22), ModifyUnknown2.mo (+22), Overwriting1.mo (+22), Overwriting2.mo (+21), ReplaceFunction.mo (+30), Shadow1.mo (+28), UsertypeModifications.mo (+46), modifyOuter.mo (+59), modifyOuter2.mo (+72)
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 41 files:

  • testsuite/flattening/modelica/modification: DisturbedResistance1.mo (new), DisturbedResistance2.mo (new), DisturbedResistance3.mo (new), DisturbedResistance4.mo (new), FinalParameterModification.mo (new), Makefile (new), Modification1.mo (new), Modification10.mo (new), Modification11.mo (new), Modification12.mo (new), Modification13.mo (new), Modification14.mo (new), Modification15.mo (new), Modification16.mo (new), Modification17.mo (new), Modification2.mo (new), Modification3.mo (new), Modification4.mo (new), Modification5.mo (new), Modification6.mo (new), Modification7.mo (new), Modification8.mo (new), ModifierClass.mo (new), ModifierExtends.mo (new), ModifierProblem.mo (new), ModifierRedeclare.mo (new), ModifierTypeError.mo (new), ModifierVariable.mo (new), ModifyConstant4.mo (new), ModifyConstant5.mo (new), ModifyConstant6.mo (new), ModifyFunction1.mo (new), ModifyUnknown1.mo (new), ModifyUnknown2.mo (new), Overwriting1.mo (new), Overwriting2.mo (new), ReplaceFunction.mo (new), Shadow1.mo (new), UsertypeModifications.mo (new), modifyOuter.mo (new), modifyOuter2.mo (new)
alash325 2012-10-01 19:45 Rev.: 13124

-deleted ./flattening/modelica

1 lines of code changed in 41 files:

  • testsuite/flattening/modelica/modification: DisturbedResistance1.mo (del), DisturbedResistance2.mo (del), DisturbedResistance3.mo (del), DisturbedResistance4.mo (del), FinalParameterModification.mo (del), Makefile (del), Modification1.mo (del), Modification10.mo (del), Modification11.mo (del), Modification12.mo (del), Modification13.mo (del), Modification14.mo (del), Modification15.mo (del), Modification16.mo (del), Modification17.mo (del), Modification2.mo (del), Modification3.mo (del), Modification4.mo (del), Modification5.mo (del), Modification6.mo (del), Modification7.mo (del), Modification8.mo (del), ModifierClass.mo (del), ModifierExtends.mo (del), ModifierProblem.mo (del), ModifierRedeclare.mo (del), ModifierTypeError.mo (del), ModifierVariable.mo (del), ModifyConstant4.mo (del), ModifyConstant5.mo (del), ModifyConstant6.mo (del), ModifyFunction1.mo (del), ModifyUnknown1.mo (del), ModifyUnknown2.mo (del), Overwriting1.mo (del), Overwriting2.mo (del), ReplaceFunction.mo (del), Shadow1.mo (del), UsertypeModifications.mo (del), modifyOuter.mo (del), modifyOuter2.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 41 files:

  • testsuite/flattening/modelica/modification: DisturbedResistance1.mo (new), DisturbedResistance2.mo (new), DisturbedResistance3.mo (new), DisturbedResistance4.mo (new), FinalParameterModification.mo (new), Makefile (new), Modification1.mo (new), Modification10.mo (new), Modification11.mo (new), Modification12.mo (new), Modification13.mo (new), Modification14.mo (new), Modification15.mo (new), Modification16.mo (new), Modification17.mo (new), Modification2.mo (new), Modification3.mo (new), Modification4.mo (new), Modification5.mo (new), Modification6.mo (new), Modification7.mo (new), Modification8.mo (new), ModifierClass.mo (new), ModifierExtends.mo (new), ModifierProblem.mo (new), ModifierRedeclare.mo (new), ModifierTypeError.mo (new), ModifierVariable.mo (new), ModifyConstant4.mo (new), ModifyConstant5.mo (new), ModifyConstant6.mo (new), ModifyFunction1.mo (new), ModifyUnknown1.mo (new), ModifyUnknown2.mo (new), Overwriting1.mo (new), Overwriting2.mo (new), ReplaceFunction.mo (new), Shadow1.mo (new), UsertypeModifications.mo (new), modifyOuter.mo (new), modifyOuter2.mo (new)
Generated by StatSVN 0.7.0