Re: XMLJS.test RoyaleUnit Release build tests: FAILED

2021-01-02 Thread Edward Stangler
Looks like the compiler is fixed; XML tests in release mode pass, now. Thanks! On 1/1/2021 3:10 PM, Greg Dove wrote: > Hi Edward, I just pushed a change that should solve this via the compiler. > > In reference to your comments about the tests, that is correct. Originally > the tests were

Re: XMLJS.test RoyaleUnit Release build tests: FAILED

2021-01-01 Thread Greg Dove
Hi Edward, I just pushed a change that should solve this via the compiler. In reference to your comments about the tests, that is correct. Originally the tests were only running in debug versions, but I set that up to run as release build by default, so we can capture any issues with compiler

Re: XMLJS.test RoyaleUnit Release build tests: FAILED

2021-01-01 Thread Carlos Rovira
Hi Edward, sorry to say that I'm not familiar with the XML and the Royale test suit. It's clear looking at you PRs that you know much more than me about it. If you don't have clear how to operate, I hope others can assist here to know what is better. Thanks for your contributions! :) El vie,

Re: XMLJS.test RoyaleUnit Release build tests: FAILED

2021-01-01 Thread Edward Stangler
Looks like you're getting a problem in the XML.getQName() changes. The localName values (from the XML in the tests) are getting errors like "Cannot read property 'size' of undefined". Looking at the JS code of release vs debug, it appears that the compiler is not initializing these static