Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 14 (100.0%) | 50 (100.0%) | 3.5 |
adrpo | 11 (78.6%) | 41 (82.0%) | 3.7 |
sjoelund.se | 3 (21.4%) | 9 (18.0%) | 3.0 |
- svn eol-style
9 lines of code changed in 3 files:
- 5th version of the SCodeInstShortcut.mo (+d=scodeInstShortcut)
Absyn.mo
- Absyn.pathSetLastIdent
- when +d=scodeInstShortcut the last id of the path might be different
don't check for it in Absyn.typeSpecEqual
Ceval.mo
- remove the no constant binding error messages
InstUtil.mo
- InstUtil.prefixToStr/prefixToStrNoEmpty/prefixFirstName
SCode.mo
- plenty of new functions to set/get stuff
SCodeAnalyseRedeclare.mo
- new package to do a dryrun of scode inst and analyse redeclares
SCodeApplyRedeclare.mo
- apply the stuff from the redeclare analysis to the SCode AST.
SCodeDependency.mo
- changes due to interface changes in other packages.
SCodeDump.mo
- better display in SCodeDump.shortElementStr
SCodeEnv.mo
- changes to item printing
- return the applied redeclares in some functions
- SCodeEnv.getDerivedClassRedeclares to get redeclares to be applied for SCode.DERIVED
- SCodeEnv.mergeTypeSpecWithEnvPath same as for SCodeEnv.mergePathWithEnvPath but for TypeSpec
SCodeFlattenRedeclare.mo
- union Replacement for storing the redeclares
- replaceRedeclaredElementInEnv now always pushes redeclares to baseclasses
SCodeInst.mo
- apply redeclares for SCode.DERIVED too
- small changes due to interface changes in other packages
SCodeInstShortcut.mo
- call SCodeAnalyseRedeclare then SCodeApplyRedeclare
SCodeLookup.mo
- return Absyn.TypeSpec when doing SCodeLookup.lookupTypeSpec
SCodeMod.mo
- changes to how applyModifications and updateModElement
handle multiple base classes
Static.mo
- remove the no constant binding error messages
CevalScript.mo
- better errors for buildOpenTURNSInterface
- a bit different handling for +d=scodeInstShortcut in runFrontEndWork
Flags.mo
- new flags +d=showRedeclareAnalysis,showProgramChanges to be used for
debugging of +d=SCodeInstShortcut
- test updates (i guess more will fail, I'll update them next after Hudson tells)
7 lines of code changed in 1 file:
- updated AVM performance tests, add run script.
34 lines of code changed in 10 files: