greg-dove edited a comment on issue #824: URL: https://github.com/apache/royale-asjs/issues/824#issuecomment-629591144
fwiw I did think of something I might explore at some point as a potential solution for the XML notifier issue, that could have zero weight (which is what we want for regular XML use, I don't think we should be checking in each area that changes things by default whether we need to notify) unless it was needed. I wondered about the function notifier function doing some funky non-actionscript stuff to wrap the current instance methods like the way Language closure does, or (possibly better) to apply an upgraded prototype (which wraps the original prototype methods) to the current instance before it returns the notifier function. It might be possible to emulate it and still have it work for type checks etc, but I need to investigate it. ---------------------------------------------------------------- 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]
