[vala] (28 commits) Non-fast-forward update to branch wip/transform-ast



The branch 'wip/transform-ast' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:

 https://wiki.gnome.org/Git/Help/NonFastForward

Commits removed from the branch:

  3b27504... vala: Make SemanticAnalyzer be stateless
  dc4d88c... FIX SemanticAnalyzer stateless
  feac088... vala: Fix result var for pre/post conditions
  9ece1aa... parser: Allow to parse expressions/statements from string
  e8bd191... Code builder
  0faab54... Code transformer
  8443ed5... Move MethodCall transformation into the code transformer
  49eb614... Move WhileStatement transformation into the code transforme
  0da5e0f... Move DoStatement transformation into the code transformer
  dc03550... tests: Add test for do-while statement control-flow
  c23e8c7... Move ForStatement transformation into the code transformer
  983ac7b... Move ConditionalExpression transformation into the code tra
  37e1fe0... Move ForeachStatement transformation into the code transfor
  c79f026... Move BinaryExpression transformation to the code transforme
  1994ea3... Move ObjectCreationExpression transformation to the code tr
  11eb2fc... DOM-like linked list of statements
  896903e... Cleanup generated empty blocks
  5cc6fd8... Move UnaryExpression tranformation into code transformer
  8cc1077... Move Template transformation to the code transformer
  8d4dc87... Move PostfixExpression transformation into the transformer
  1954691... Set the scope of the codebuilder block for symbol resolutio
  b44dfd6... Accept method call children
  0a29ba5... Use %? in the parser rather than stringifying expressions
  d640b9a... Use more statements()

Commits added to the branch:

  f9c688a... tests: Add "switch enum" test to increase coverage (*)
  2ab3b67... tests: Add "local clash with implicit this" test to increas (*)
  21900b6... codegen: Don't free value if property setter takes ownershi (*)
  aa56462... codegen: Correct field declaration for captured inline-allo (*)
  f8778bb... vala: Make SemanticAnalyzer be stateless
  d19fcf3... FIX SemanticAnalyzer stateless
  7b7b7bd... vala: Fix result var for pre/post conditions
  48a24fa... parser: Allow to parse expressions/statements from string
  0a20a7e... Code builder
  32d3e77... Code transformer
  5dce6a0... Move MethodCall transformation into the code transformer
  76f88ec... Move WhileStatement transformation into the code transforme
  8a1bff7... Move DoStatement transformation into the code transformer
  0e01146... tests: Add test for do-while statement control-flow
  7e2f82e... Move ForStatement transformation into the code transformer
  02812b5... Move ConditionalExpression transformation into the code tra
  969a9e9... Move ForeachStatement transformation into the code transfor
  e12dd41... Move BinaryExpression transformation to the code transforme
  7a000e6... Move ObjectCreationExpression transformation to the code tr
  77edf0f... DOM-like linked list of statements
  21ab87e... Cleanup generated empty blocks
  7fdd2c6... Move UnaryExpression tranformation into code transformer
  caefdc4... Move Template transformation to the code transformer
  8904687... Move PostfixExpression transformation into the transformer
  efc67aa... Set the scope of the codebuilder block for symbol resolutio
  bf52195... Accept method call children
  074b7a1... Use %? in the parser rather than stringifying expressions
  afbe725... Use more statements()

(*) This commit already existed in another branch; no separate mail sent


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]