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 f2808fde5 RPC: arguments/request tags are now parsed the same as
<fx:Model>
new f01fa8e0f MXMLModelNode: add problem if it has multiple root tags
new 355054c89 RoyaleProject: collect missing errors from
MXMLManifestManager, which indicate if a manifest XML file is invalid or
creates an invalid mapping
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/mxml/MXMLManifestManager.java | 108 ++++++++-------------
.../compiler/internal/projects/RoyaleProject.java | 13 +++
.../compiler/internal/tree/mxml/MXMLModelNode.java | 12 ++-
.../royale/compiler/mxml/IMXMLManifestManager.java | 3 +
...em.java => MXMLModelOnlyOneRootTagProblem.java} | 7 +-
...nifestInconsistentComponentEntriesProblem.java} | 16 +--
...uteProblem.java => ManifestParsingProblem.java} | 20 ++--
7 files changed, 93 insertions(+), 86 deletions(-)
copy
compiler/src/main/java/org/apache/royale/compiler/problems/{MXMLXMLOnlyOneRootTagProblem.java
=> MXMLModelOnlyOneRootTagProblem.java} (81%)
rename
compiler/src/main/java/org/apache/royale/compiler/problems/{ManifestProblem.java
=> ManifestInconsistentComponentEntriesProblem.java} (71%)
copy
compiler/src/main/java/org/apache/royale/compiler/problems/{MXMLUnexpectedAttributeProblem.java
=> ManifestParsingProblem.java} (70%)