Github user aharui commented on the pull request: https://github.com/apache/flex-falcon/pull/5#issuecomment-169096483 Where was the toString() missing? That change seems to be breaking the CreateJS externs build. The classes generated from the externs generally don't include methods that are overridden from a base class, so the original code should have allowed a toString() in Object than needed to allow Number, int and uint to have custom toString() methods. With your change, other classes are now being given toString() methods which is unexpected and fails.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---