carlosrovira opened a new issue #791: Modules support is broken on release mode URL: https://github.com/apache/royale-asjs/issues/791 Hi, blog example BE0013 (Dividing an Apache Royale application with modules) [1] that shows Module support is broken in release mode due to some of the latest changes in Language.as. While debug version is working, when try release mode the module fails to load with the following runtime error: ``` [Error] TypeError: Error #1034: Type Coercion failed: cannot convert org.apache.royale.binding.ContainerDataBinding to org.apache.royale.core.IBead (función anónima) (MainJewelApp.js:109:434) (función anónima) (JewelModule.js:44:257) (función anónima) (JewelModule.js:47:436) (función anónima) (JewelModule.js:52:172) (función anónima) (JewelModule.js:56:173) (función anónima) (JewelModule.js:120:552) (función anónima) (JewelModule.js:131:445) (función anónima) (MainJewelApp.js:58:365) (función anónima) (MainJewelApp.js:161:386) (función anónima) ``` I think is important to solve this issue since an important feature (Module support) is currently broken. [1] https://github.com/apache/royale-asjs/tree/develop/examples/blog/BE0013_Dividing_an_Apache_Royale_application_with_modules
---------------------------------------------------------------- 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] With regards, Apache Git Services
