estanglerbm commented on pull request #969: URL: https://github.com/apache/royale-asjs/pull/969#issuecomment-749293726
After building the tests a different way, there may be 3 existing tests (1 in stringify, 2 in general) that are failing because _name becomes null (due to existing code) in XML.setName(), and the new code doesn't anticipate that (it calls _name.toString() in one of the callback args). I need to look into if that's a real error; if so, it's a quick fix. ---------------------------------------------------------------- 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]
