This is an automated email from the ASF dual-hosted git repository.

joshtynjala pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git.


    from 39cb04f  ImportNode: fixed issue where end line and end column were 
never set based on the name node
     new f72da60  compiler: more end line/column improvements
     new b81373b  ConfigConditionBlockNode: fix fillInOffsets() and normalize() 
when disabled

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../internal/definitions/VectorInformation.java      |  4 ++--
 .../compiler/internal/parsing/as/BaseASParser.java   |  2 +-
 .../internal/tree/as/BinaryOperatorNodeBase.java     |  2 +-
 .../royale/compiler/internal/tree/as/ClassNode.java  |  4 ++--
 .../internal/tree/as/ConfigConditionBlockNode.java   | 20 +++++++++++++++++++-
 .../compiler/internal/tree/as/FunctionNode.java      |  4 ++--
 .../tree/as/NamespaceAccessExpressionNode.java       |  2 +-
 .../internal/tree/as/NamespaceIdentifierNode.java    |  2 +-
 .../royale/compiler/internal/tree/as/NodeBase.java   | 15 +++++++++++++++
 .../compiler/internal/tree/as/ParameterNode.java     |  2 +-
 .../internal/tree/as/UnaryOperatorNodeBase.java      |  2 +-
 .../compiler/internal/tree/as/UseNamespaceNode.java  |  2 +-
 .../compiler/internal/tree/mxml/MXMLNodeBase.java    |  1 +
 13 files changed, 48 insertions(+), 14 deletions(-)

Reply via email to