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 d23dd1656 CSSDocument: if CSSFontFace or CSSNamespace have syntax
issues, report them as problems instead of throwing exceptions
new 2560226fc CSS.g: require EOF so that extra invalid content at the end
after valid content is not ignored silently
new dadb1eedc UnexpectedExceptionProblem: displays full stack trace
instead of top of stack only
new d300191d0 CSSDocument: fix missing lexer problems that were lost in
commit 1c9dca4a76ddca724accd1f814aac9d91b64dd62
The 3 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 +
.../problems/UnexpectedExceptionProblem.java | 14 ++++++--
.../org/apache/royale/compiler/internal/css/CSS.g | 2 +-
.../royale/compiler/internal/css/CSSDocument.java | 41 +++++++++++-----------
4 files changed, 34 insertions(+), 24 deletions(-)