brianraymes opened a new issue #157:
URL: https://github.com/apache/royale-compiler/issues/157


   @joshtynjala Release builds are broken due to a change or changes between 
7/28 & 7/30. I haven't been able to isolate exactly which commit, but if I 
revert the compiler to before those changes and rebuild everything, release 
builds can again run.
   
   Specifically, in my case, UIDUtil.as (royale-asjs) -> createUID() -> 
`UIDBuffer.position = 0;` fails in the following way:
   
   ```
   App.js:formatted:129599 Uncaught TypeError: Cannot set property 'position' 
of undefined
       at Function.HY.createUID (App.js:formatted:129599)
       at Function.f3.createUID (App.js:formatted:122293)
       at jJ.e3 [as constructor] (App.js:formatted:102495)
       at jJ.j3 [as constructor] (App.js:formatted:103048)
       at jJ.k3 [as constructor] (App.js:formatted:103370)
       at new jJ (App.js:formatted:150938)
       at IU.hJ [as constructor] (App.js:formatted:14290)
       at IU.mJ [as constructor] (App.js:formatted:14628)
       at new IU (App.js:formatted:65554)
       at Function.FI.generateMXMLArray (App.js:formatted:142956)
   ```
   
   I am not calling this function directly, but instead it is being called from 
MXRoyale's RPC code.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to