(royale-asjs) branch develop updated: GoogleMaps: fix invalid CSS in defaults.css

2024-04-30 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-asjs.git The following commit(s) were added to refs/heads/develop by this push: new 4039fec9df GoogleMaps: fix invalid

(royale-compiler) branch develop updated: RoyaleAppSWFTarget: someone forgot to catch ProblemParsingCSSRuntimeException

2024-04-30 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git The following commit(s) were added to refs/heads/develop by this push: new 31a548032 RoyaleAppSWFTarget

(royale-compiler) 05/06: CSS.g: radial, conic, and repeating gradient functions

2024-04-24 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git commit 007386b6db088a54728875fc41c7e8f4f7cdbc8f Author: Josh Tynjala AuthorDate: Wed Apr 24 14:52:36 2024 -0700

(royale-compiler) 03/06: CSS.g: matrix() and matrix3d() functions strictly require commas

2024-04-24 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git commit 11eb8bb818190dc3ea04077b4863f3254fa16f72 Author: Josh Tynjala AuthorDate: Wed Apr 24 14:15:52 2024 -0700

(royale-compiler) 06/06: release notes for recent CSS changes

2024-04-24 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git commit 1d6dc655905ea842b03f7f48aa1151e32d3f70c2 Author: Josh Tynjala AuthorDate: Wed Apr 24 14:57:09 2024 -0700

(royale-compiler) 02/06: CSS.g: commas are optional in rgb() and rgba()

2024-04-24 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git commit e5b46badffe1ae31a5ebcc6faec940d6ec8c014f Author: Josh Tynjala AuthorDate: Wed Apr 24 14:05:42 2024 -0700

(royale-compiler) 01/06: CSS.g: more CSS transform functions

2024-04-24 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git commit 3f113f0176ad27e605bb2d0709814903b33066a6 Author: Josh Tynjala AuthorDate: Wed Apr 24 13:42:38 2024 -0700

(royale-compiler) branch develop updated (d300191d0 -> 1d6dc6559)

2024-04-24 Thread joshtynjala
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 d300191d0 CSSDocument: fix missing lexer problems that were lost in commit

(royale-compiler) 04/06: CSS.g: add support for modern rgb()/rgba() function syntax that has whitespace instead of commas between values, and forward slash / before alpha

2024-04-24 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git commit 98be294b365f6db09bc0caec30c0674181b83cd9 Author: Josh Tynjala AuthorDate: Wed Apr 24 14:46:23 2024 -0700

(royale-compiler) 01/03: CSS.g: require EOF so that extra invalid content at the end after valid content is not ignored silently

2024-04-24 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git commit 2560226fcf36a96b19b23a122724f979018e3055 Author: Josh Tynjala AuthorDate: Wed Apr 24 09:47:23 2024 -0700

(royale-compiler) 03/03: CSSDocument: fix missing lexer problems that were lost in commit 1c9dca4a76ddca724accd1f814aac9d91b64dd62

2024-04-24 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git commit d300191d02aa97d7639d3d49eb43e67a14954484 Author: Josh Tynjala AuthorDate: Wed Apr 24 10:56:21 2024 -0700

(royale-compiler) branch develop updated (d23dd1656 -> d300191d0)

2024-04-24 Thread joshtynjala
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

(royale-compiler) 02/03: UnexpectedExceptionProblem: displays full stack trace instead of top of stack only

2024-04-24 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git commit dadb1eedcf2f639069c95fca65bea161a56ec949 Author: Josh Tynjala AuthorDate: Wed Apr 24 09:49:10 2024 -0700

(royale-compiler) 05/05: CSSDocument: if CSSFontFace or CSSNamespace have syntax issues, report them as problems instead of throwing exceptions

2024-04-23 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git commit d23dd1656907ef35d4cd1ee0a1d7be93f48d6a70 Author: Josh Tynjala AuthorDate: Tue Apr 23 14:57:12 2024 -0700

(royale-compiler) 04/05: CSSDocument: parser, lexer, and tree walker can add ICompilerProblem instead of just CSSParserProblem

2024-04-23 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git commit 03c6df8b8e5e9e9612d81219bd3ebba7117e6209 Author: Josh Tynjala AuthorDate: Tue Apr 23 10:40:09 2024 -0700

(royale-compiler) 03/05: CSSDocument: if lexer has errors, don't continue to parser, and if parser has errors, don't continue to tree walker

2024-04-23 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git commit 1c9dca4a76ddca724accd1f814aac9d91b64dd62 Author: Josh Tynjala AuthorDate: Tue Apr 23 10:31:27 2024 -0700

(royale-compiler) branch develop updated (dc081e2c6 -> d23dd1656)

2024-04-23 Thread joshtynjala
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

(royale-compiler) 01/05: CSS.g: fixed crash when EOF is next token after simple selector

2024-04-23 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git commit 107ebb30721e80bd2274436d154fa0a94ca55a90 Author: Josh Tynjala AuthorDate: Mon Apr 22 15:45:53 2024 -0700

(royale-compiler) 02/05: MXMLStyleNode: fix exception when CSSDocument.parse() returns null

2024-04-23 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git commit 411ada8a222d96032a002319c00f2f4dfa09a9e1 Author: Josh Tynjala AuthorDate: Tue Apr 23 10:25:32 2024 -0700

(royale-compiler) 02/02: Missing release note

2024-04-22 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git commit dc081e2c6a8c8f621f706bc7c0c841421cf3cb18 Author: Josh Tynjala AuthorDate: Mon Apr 22 10:31:18 2024 -0700

(royale-compiler) branch develop updated (fc03f3b4f -> dc081e2c6)

2024-04-22 Thread joshtynjala
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 fc03f3b4f JSClosureCompilerWrapper: fix compiler crash when attempting to use --remove-circulars

(royale-compiler) 01/02: CSSDocument: fix null exception when contains only comments (closes #1218)

2024-04-22 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git commit 79276bf122b05d1553eaa0616fdb6936da39d272 Author: Josh Tynjala AuthorDate: Mon Apr 22 10:30:41 2024 -0700

(royale-compiler) branch develop updated: JSClosureCompilerWrapper: fix compiler crash when attempting to use --remove-circulars=false with a release build

2024-04-11 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git The following commit(s) were added to refs/heads/develop by this push: new fc03f3b4f

(royale-compiler) branch develop updated: compiler: abstract getters/setters

2024-04-11 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git The following commit(s) were added to refs/heads/develop by this push: new 4a9426316 compiler: abstract

(royale-docs) branch master updated (766e442 -> 102ce77)

2024-04-09 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/royale-docs.git from 766e442 system-requirements: fix OpenJDK minimum version (currently 8), and link to OpenJDK vendors

(royale-docs) 03/03: more cross-linking

2024-04-09 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/royale-docs.git commit 102ce7710b427f52fab508423caceda98ffcc5de Author: Josh Tynjala AuthorDate: Tue Apr 9 14:03:02 2024 -0700

(royale-docs) 01/03: development-tools: IDE means Integrated Development Environment

2024-04-09 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/royale-docs.git commit 893e5673df4aa840148a9fc56c70407c91082993 Author: Josh Tynjala AuthorDate: Tue Apr 9 13:44:41 2024 -0700

(royale-docs) 02/03: system-requirements: link to IDEs

2024-04-09 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/royale-docs.git commit 24f2e818d67bbeb153b399d4cf066a4b44d7b6c7 Author: Josh Tynjala AuthorDate: Tue Apr 9 13:44:53 2024 -0700

(royale-docs) branch master updated: system-requirements: fix OpenJDK minimum version (currently 8), and link to OpenJDK vendors

2024-04-09 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/royale-docs.git The following commit(s) were added to refs/heads/master by this push: new 766e442 system-requirements: fix

(royale-docs) branch master updated: download-royale: remove old header

2024-04-09 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/royale-docs.git The following commit(s) were added to refs/heads/master by this push: new 406ae80 download-royale: remove old

(royale-docs) branch master updated: mxmlcnpm is not a valid command

2024-04-09 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/royale-docs.git The following commit(s) were added to refs/heads/master by this push: new c9a5239 mxmlcnpm is not a valid

(royale-docs) 04/04: intro paragraphs should generally link to Apache Royale homepage, for those who might not be familiar with the project

2024-04-09 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/royale-docs.git commit 79703521e7c56d49d8a5825de90ac03627527332 Author: Josh Tynjala AuthorDate: Tue Apr 9 13:19:54 2024 -0700

(royale-docs) 02/04: download-royale: better npm -g instructions without sudo

2024-04-09 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/royale-docs.git commit 31c8d26753fcc381e0bdfdd850e7e4266e0fed56 Author: Josh Tynjala AuthorDate: Tue Apr 9 12:54:44 2024 -0700

(royale-docs) 01/04: download-royale: fix royale-js-swf npm global install

2024-04-09 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/royale-docs.git commit 8abfe032611a92e29ca167d4d10a1b9583dd8fc3 Author: Josh Tynjala AuthorDate: Tue Apr 9 12:32:07 2024 -0700

(royale-docs) branch master updated (bf50fc0 -> 7970352)

2024-04-09 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/royale-docs.git from bf50fc0 Merge pull request #29 from KingMoo1213/patch-1 new 8abfe03 download-royale: fix royale-js

(royale-docs) 03/04: download-royale: Apache mirrors links were terribly out of date

2024-04-09 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/royale-docs.git commit 91cbd0562cecb6525792819cb1e6786f3474b937 Author: Josh Tynjala AuthorDate: Tue Apr 9 12:57:01 2024 -0700

(royale-asjs) branch develop updated: Release notes for things that joshtynjala worked on

2024-03-12 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-asjs.git The following commit(s) were added to refs/heads/develop by this push: new ee21613739 Release notes for things

(royale-compiler) branch develop updated: Release Notes

2024-03-12 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git The following commit(s) were added to refs/heads/develop by this push: new cb1c4c76e Release Notes

(royale-compiler) 04/04: update junit to 4.13.2 to make Dependabot happy

2024-03-06 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git commit 6700d8b4ee4b8ae21556e64addcc86becd4eb7c0 Author: Josh Tynjala AuthorDate: Wed Mar 6 16:06:58 2024 -0800

(royale-compiler) 02/04: Ant tasks: update ant dependency to 1.10.14 to make Dependabot happy

2024-03-06 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git commit f330b25b799366ac1955b86d48499e01f8a942b4 Author: Josh Tynjala AuthorDate: Wed Mar 6 15:08:24 2024 -0800

(royale-compiler) 03/04: update dom4j to 2.1.4 to make Dependabot happy

2024-03-06 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git commit e19f9214b10823f4b94e2a7a6b397941150790ed Author: Josh Tynjala AuthorDate: Wed Mar 6 15:32:01 2024 -0800

(royale-compiler) 01/04: update Java-WebSocket to version 1.5.6 to make Dependabot happy

2024-03-06 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git commit 769aca72cb0f4fd02b52d218cae7e9cf2c71c1c4 Author: Josh Tynjala AuthorDate: Wed Mar 6 14:59:06 2024 -0800

(royale-compiler) branch develop updated (355054c89 -> 6700d8b4e)

2024-03-06 Thread joshtynjala
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 355054c89 RoyaleProject: collect missing errors from MXMLManifestManager, which indicate

(royale-compiler) 01/02: MXMLModelNode: add problem if it has multiple root tags

2024-03-06 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git commit f01fa8e0f2effab5a90e0c59549f954a205c53fb Author: Josh Tynjala AuthorDate: Wed Mar 6 13:12:38 2024 -0800

(royale-compiler) 02/02: RoyaleProject: collect missing errors from MXMLManifestManager, which indicate if a manifest XML file is invalid or creates an invalid mapping

2024-03-06 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git commit 355054c89f75fd6bd78e48aad2ee84d11cf8bf4a Author: Josh Tynjala AuthorDate: Wed Mar 6 14:32:05 2024 -0800

(royale-compiler) branch develop updated (f2808fde5 -> 355054c89)

2024-03-06 Thread joshtynjala
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 new f01fa8e0f MXMLModelNode

(royale-compiler) 02/02: RPC: arguments/request tags are now parsed the same as

2024-03-06 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git commit f2808fde5f93c7e65bd3bf985665e82e5376bbff Author: Josh Tynjala AuthorDate: Wed Mar 6 12:25:11 2024 -0800

(royale-compiler) 01/02: MXMLModelPropertyContainerNodeBase: add missing setLocation() for tags

2024-03-06 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git commit bab243d40cac0b0819435fe94e7aec76e77257cf Author: Josh Tynjala AuthorDate: Wed Mar 6 08:48:14 2024 -0800

(royale-compiler) branch develop updated (3f76ef1ce -> f2808fde5)

2024-03-06 Thread joshtynjala
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 3f76ef1ce RPC: arguments made with duplicate child tags are now treated as arrays new bab243d40

(royale-compiler) 02/02: RPC: arguments made with duplicate child tags are now treated as arrays

2024-03-05 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git commit 3f76ef1ce305427f6e26f22d5d011b9706f22348 Author: Josh Tynjala AuthorDate: Tue Mar 5 14:50:46 2024 -0800

(royale-compiler) 01/02: MXMLRoyaleEmitter: fix issue where non-string values in an array could be quoted

2024-03-05 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git commit 7af3473cbc18c4d3b5375579ed5a0603e3e16e16 Author: Josh Tynjala AuthorDate: Tue Mar 5 14:21:41 2024 -0800

(royale-compiler) branch develop updated (ca7fde54d -> 3f76ef1ce)

2024-03-05 Thread joshtynjala
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 ca7fde54d commons-compress: update to 1.26.0 to make Dependabot happy new 7af3473cb

(royale-compiler) branch develop updated: commons-compress: update to 1.26.0 to make Dependabot happy

2024-02-29 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git The following commit(s) were added to refs/heads/develop by this push: new ca7fde54d commons-compress

(royale-compiler) branch develop updated: CSSDocument: add null check for tokenStream

2024-02-29 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git The following commit(s) were added to refs/heads/develop by this push: new 48eee886c CSSDocument: add null

(royale-compiler) branch develop updated (2abad7b4e -> bdcb50cb1)

2024-02-28 Thread joshtynjala
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 2abad7b4e MXMLStyleNode, CSSNodeBase: fix line/column positions of CSS nodes new 6331da32d

(royale-compiler) 01/02: CSSDocument: fix start/end/line/column/endLine/endColumn range detection

2024-02-28 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git commit 6331da32d67434e836911d25e56b1649d2079121 Author: Josh Tynjala AuthorDate: Wed Feb 28 15:05:03 2024 -0800

(royale-compiler) 02/02: IMXMLStyleNode: getContentStart() to indicate where the CSS text starts within the tag

2024-02-28 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git commit bdcb50cb1a4cfda4c666acfcef78701e85a4fa2b Author: Josh Tynjala AuthorDate: Wed Feb 28 15:05:28 2024 -0800

(royale-compiler) branch develop updated: MXMLStyleNode, CSSNodeBase: fix line/column positions of CSS nodes

2024-02-28 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git The following commit(s) were added to refs/heads/develop by this push: new 2abad7b4e MXMLStyleNode

(royale-asjs) branch develop updated: Ant: Java 11 minimum

2024-02-15 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-asjs.git The following commit(s) were added to refs/heads/develop by this push: new f1aa560980 Ant: Java 11 minimum

(royale-asjs) branch develop updated (43af0cc4a4 -> 14d3df9c80)

2024-02-15 Thread joshtynjala
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-asjs.git from 43af0cc4a4 FontAwesome5IconType: new icon new bbdd259350 Maven: Java 11 minimum new 14d3df9c80

(royale-asjs) 02/02: more Maven Java 11

2024-02-15 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-asjs.git commit 14d3df9c80ccf222d5ad8a29d9b30dda005efecb Author: Josh Tynjala AuthorDate: Thu Feb 15 10:00:24 2024 -0800

(royale-asjs) 01/02: Maven: Java 11 minimum

2024-02-15 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-asjs.git commit bbdd259350016146c4005e43765dd9e93b99259e Author: Josh Tynjala AuthorDate: Thu Feb 15 09:58:38 2024 -0800

(royale-compiler) branch develop updated: Ant: Java 11 minimum

2024-02-15 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git The following commit(s) were added to refs/heads/develop by this push: new 4c536e187 Ant: Java 11 minimum

(royale-typedefs) branch develop updated: require Java 11

2024-02-15 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-typedefs.git The following commit(s) were added to refs/heads/develop by this push: new a776573 require Java 11

(royale-compiler) branch develop updated: Maven: require Java 11

2024-02-15 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git The following commit(s) were added to refs/heads/develop by this push: new 358a9eb78 Maven: require Java

(royale-compiler) branch develop updated: ASTokenFormatter: avoid null being returned for getTokenText()

2024-02-15 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git The following commit(s) were added to refs/heads/develop by this push: new d8b873aa4 ASTokenFormatter

(royale-compiler) 01/02: RemoteObject and WebService nodes consistently check operation/method tags for short name and URI

2024-02-02 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git commit 5466c9f0d4e336d5cb8532f760e42a57dbd02e0f Author: Josh Tynjala AuthorDate: Fri Feb 2 13:43:00 2024 -0800

(royale-compiler) branch develop updated (7355acb7c -> d029edf6b)

2024-02-02 Thread joshtynjala
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 7355acb7c more fixes for RPC classes (HTTPService, WebService, RemoteObject) request/arguments

(royale-compiler) 02/02: compiler: some null checks for child node URIs in RPC services

2024-02-02 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git commit d029edf6b8218cd521dfd21ba497b6b5743f864e Author: Josh Tynjala AuthorDate: Fri Feb 2 14:01:12 2024 -0800

(royale-compiler) branch develop updated: more fixes for RPC classes (HTTPService, WebService, RemoteObject) request/arguments properties

2024-02-01 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git The following commit(s) were added to refs/heads/develop by this push: new 7355acb7c more fixes for RPC

(royale-compiler) 01/04: MXMLHTTPServiceNode, MXMLHTTPServiceRequestPropertyNode: improve broken parsing of tag under

2024-02-01 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git commit 79aee652525c916738f26f6b911d344486a60e18 Author: Josh Tynjala AuthorDate: Thu Feb 1 10:26:02 2024 -0800

(royale-compiler) 03/04: MXMLInstanceTagTests: a couple of additional tests, for completeness

2024-02-01 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git commit 85d9cc54975c526355ce12911a65ef2dbee3d94c Author: Josh Tynjala AuthorDate: Thu Feb 1 13:43:05 2024 -0800

(royale-compiler) branch develop updated (be8358e1e -> 6fe3caeca)

2024-02-01 Thread joshtynjala
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 be8358e1e compiler: comment out failing Flex SDK integration tests new 79aee6525

(royale-compiler) 04/04: MXMLClassDirectiveProcessor: fix missing handling of compiler.mxml.children-as-data == false that caused WebService and RemoteObject sdk.dependent.tests to fail

2024-02-01 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git commit 6fe3caecaa97d010dff89e99dcd62f3fce169028 Author: Josh Tynjala AuthorDate: Thu Feb 1 13:46:16 2024 -0800

(royale-compiler) 02/04: compiler: enable more tests for flex rpc services in sdk.dependent.tests

2024-02-01 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git commit 935692746b84a6c54976a37d273438a841de05f3 Author: Josh Tynjala AuthorDate: Thu Feb 1 10:27:10 2024 -0800

(royale-compiler) 01/02: build.xml: fix bad reference to integration.tests.sdk in compiler-jx

2024-01-31 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git commit 93fd58d3877cb6dda0418ec10d70f29df1580a89 Author: Josh Tynjala AuthorDate: Wed Jan 31 15:26:58 2024 -0800

(royale-compiler) branch develop updated (a02178cd1 -> be8358e1e)

2024-01-31 Thread joshtynjala
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 a02178cd1 fix Security Manager is deprecated error on newer Java versions (closes #223) (closes #224

(royale-compiler) 02/02: compiler: comment out failing Flex SDK integration tests

2024-01-31 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git commit be8358e1e2cc677b536de3c47ecacf1f56f52fee Author: Josh Tynjala AuthorDate: Wed Jan 31 15:29:24 2024 -0800

(royale-compiler) branch develop updated: fix Security Manager is deprecated error on newer Java versions (closes #223) (closes #224)

2024-01-31 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git The following commit(s) were added to refs/heads/develop by this push: new a02178cd1 fix Security Manager

(royale-compiler) branch develop updated: ABCGeneratingReducer: handle int/uint switch cases where range is so large that it overflows into negative value

2024-01-22 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git The following commit(s) were added to refs/heads/develop by this push: new 70193ebf3 ABCGeneratingReducer

(royale-compiler) branch develop updated: unused import

2023-12-13 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git The following commit(s) were added to refs/heads/develop by this push: new 568791d38 unused import

(royale-compiler) 02/02: MXMLDataBindingParser: fix using backslash as an escape character for { and } to make the compiler treat them as regular characters instead of binding delimiters (closes #110)

2023-12-13 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git commit edd4b5743ce31e9ba78a0496cd049b3f129f64b6 Author: Josh Tynjala AuthorDate: Tue Dec 12 15:04:12 2023 -0800

(royale-compiler) branch develop updated (38187fa64 -> edd4b5743)

2023-12-13 Thread joshtynjala
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 38187fa64 README: fix dead Rhino link new 5dde35673 MXMLRoyaleEmitter: When writing MXML

(royale-compiler) 01/02: MXMLRoyaleEmitter: When writing MXML properties to JS, escape all backslash characters

2023-12-13 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git commit 5dde356731d622fecf61720c3b9d321b5bac743f Author: Josh Tynjala AuthorDate: Tue Dec 12 16:00:34 2023 -0800

(royale-compiler) branch develop updated: README: fix dead Rhino link

2023-12-12 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git The following commit(s) were added to refs/heads/develop by this push: new 38187fa64 README: fix dead

(royale-compiler) branch develop updated (535d0b7d2 -> 4ac2b89a8)

2023-12-12 Thread joshtynjala
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 535d0b7d2 upgrade Guava to 32.0.0-jre for security and add Guava failureaccess dependency that Google

(royale-compiler) 01/02: README: clarify usage of Ant binaries

2023-12-12 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git commit ee5d40f06dae8aedef0019a4abdd0e96c8c15b6e Author: Josh Tynjala AuthorDate: Tue Dec 12 10:06:51 2023 -0800

(royale-compiler) 02/02: README: improve description

2023-12-12 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git commit 4ac2b89a87cbdb6996a05c0afade06177b17ecea Author: Josh Tynjala AuthorDate: Tue Dec 12 10:10:06 2023 -0800

(royale-asjs) branch develop updated: distribution: compiler-swfdump in royale-compiler bumped to commons-io 2.11.0, so we should do the same

2023-12-12 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-asjs.git The following commit(s) were added to refs/heads/develop by this push: new e19e010484 distribution: compiler

(royale-asjs) branch develop updated: royale-compiler now requires failureaccess.jar as a dependency for guava

2023-12-12 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-asjs.git The following commit(s) were added to refs/heads/develop by this push: new 65cda27081 royale-compiler now

(royale-compiler) branch develop updated (e9b66fe7f -> 535d0b7d2)

2023-12-11 Thread joshtynjala
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 e9b66fe7f Bump org.codehaus.plexus:plexus-utils in /compiler-build-tools (#229) add b362a448f

(royale-compiler) branch develop updated: Bump org.codehaus.plexus:plexus-utils in /compiler-build-tools (#229)

2023-12-11 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git The following commit(s) were added to refs/heads/develop by this push: new e9b66fe7f Bump

(royale-compiler) branch develop updated: remove nonexistent maven-archiver-plugin (closes #149)

2023-12-11 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git The following commit(s) were added to refs/heads/develop by this push: new 8c12eb3c8 remove nonexistent

(royale-compiler) branch develop updated: Bump plexus-utils from 3.0.3 to 3.0.16 in /compiler-build-tools (#217)

2023-12-11 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git The following commit(s) were added to refs/heads/develop by this push: new 6e3098c05 Bump plexus-utils

(royale-compiler) branch develop updated: linter: somehow, was accidentally using MXMLLinter for .as files and ASLinter for .mxml files (closes #227)

2023-12-11 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git The following commit(s) were added to refs/heads/develop by this push: new 31cc111a0 linter: somehow

(royale-asjs) branch develop updated: fixes the embed tag under flex (#1232)

2023-12-06 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-asjs.git The following commit(s) were added to refs/heads/develop by this push: new 464b98be35 fixes the embed tag

(royale-compiler) 01/02: JSOutputType: this enum is used only by ASDOCJSC now, so move it there and remove leftover dead code references from other parts of the compiler

2023-12-04 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git commit 0ce9c93afc611777fa5e5e4ee1201ea6f5b675ab Author: Josh Tynjala AuthorDate: Mon Dec 4 14:29:14 2023 -0800

(royale-compiler) branch develop updated (520f2578d -> 6b7f16670)

2023-12-04 Thread joshtynjala
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 520f2578d ASProjectScope: add missing null check for qnameToShadowedDefinitions new 0ce9c93af

(royale-asjs) branch develop updated: InstallAdobeSDKS.xml: update download URLs for playerglobal.swc and the AIR SDK (closes #1231)

2023-11-29 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-asjs.git The following commit(s) were added to refs/heads/develop by this push: new 52d6cba141 InstallAdobeSDKS.xml

(royale-compiler) branch develop updated: ASProjectScope: add missing null check for qnameToShadowedDefinitions

2023-11-29 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git The following commit(s) were added to refs/heads/develop by this push: new 520f2578d ASProjectScope: add

  1   2   3   4   5   6   7   8   9   10   >