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 dc081e2c6 Missing release note
new 107ebb307 CSS.g: fixed crash when EOF is next token after simple
selector
new 411ada8a2 MXMLStyleNode: fix exception when CSSDocument.parse()
returns null
new 1c9dca4a7 CSSDocument: if lexer has errors, don't continue to parser,
and if parser has errors, don't continue to tree walker
new 03c6df8b8 CSSDocument: parser, lexer, and tree walker can add
ICompilerProblem instead of just CSSParserProblem
new d23dd1656 CSSDocument: if CSSFontFace or CSSNamespace have syntax
issues, report them as problems instead of throwing exceptions
The 5 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:
RELEASE_NOTES.md | 1 +
.../org/apache/royale/compiler/internal/css/CSS.g | 13 ++++-
.../apache/royale/compiler/internal/css/CSSTree.g | 28 +++++++++--
.../royale/compiler/internal/css/CSSDocument.java | 58 +++++++++++++++-------
.../royale/compiler/internal/css/CSSFontFace.java | 42 ++++++++++++----
.../internal/css/CSSNamespaceDefinition.java | 32 ++++++++++--
.../compiler/internal/tree/mxml/MXMLStyleNode.java | 4 ++
.../problems/CSSNamespaceEmptyURIProblem.java | 24 ++++-----
.../problems/CSSRequiredDescriptorProblem.java | 28 ++++++-----
.../internal/css/CSSNamespaceDefinitionTests.java | 51 ++++++++++++-------
10 files changed, 201 insertions(+), 80 deletions(-)
copy
compiler-common/src/main/java/org/apache/royale/compiler/problems/CodegenProblem.java
=>
compiler/src/main/java/org/apache/royale/compiler/problems/CSSNamespaceEmptyURIProblem.java
(70%)
copy
compiler-common/src/main/java/org/apache/royale/compiler/problems/SemanticWarningProblem.java
=>
compiler/src/main/java/org/apache/royale/compiler/problems/CSSRequiredDescriptorProblem.java
(61%)