done objecttree
AbandonedPublic

Authored by akreuzkamp on Sep 11 2015, 6:02 PM.

Details

Summary
  • body in method
  • objectspec in file
  • ready to create pretty code generator

Diff Detail

Repository
R18 QMLWeb
Branch
feature/revampIR
Lint
No Linters Available
Unit
No Unit Test Coverage
pavelvasev updated this revision to Diff 859.Sep 11 2015, 6:02 PM
pavelvasev retitled this revision from to done objecttree.
pavelvasev updated this object.
pavelvasev edited the test plan for this revision. (Show Details)
pavelvasev added reviewers: jangmarker, akreuzkamp.
akreuzkamp edited edge metadata.Sep 11 2015, 6:52 PM

Looks good, generally :)

You should delete the commented out code and please move the definition of the methods to the cpp, before we merge, though.

src/qmljsc/ir/objecttree.h
45

We actually don't need it, so we should remove it. :)

99

(besides the fact, that they should be moved to the cpp file ;) ) kdelibs coding style (which we stick to) sais, that you shall write the braces in a new line, if it's about functions (and in the same line for if, while, etc.)

src/qmljsc/ir/typesystem.h
90

use one space instead of two here :)

142

Why do you add a commented out line? :D

tests/auto/qmljsc/testir.cpp
166

Don't comment out, but delete, please :)
The code never is gone, thanks to git ;)

akreuzkamp commandeered this revision.Nov 14 2015, 11:22 AM
akreuzkamp abandoned this revision.
akreuzkamp edited reviewers, added: pavelvasev; removed: akreuzkamp.

Superseeded by D349.