You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2020/03/28 23:23:39 UTC

[GitHub] [royale-asjs] carlosrovira opened a new issue #791: Modules support is broken on release mode

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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [royale-asjs] carlosrovira closed issue #791: Modules support is broken on release mode

Posted by GitBox <gi...@apache.org>.
carlosrovira closed issue #791: Modules support is broken on release mode
URL: https://github.com/apache/royale-asjs/issues/791
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [royale-asjs] carlosrovira commented on issue #791: Modules support is broken on release mode

Posted by GitBox <gi...@apache.org>.
carlosrovira commented on issue #791: Modules support is broken on release mode
URL: https://github.com/apache/royale-asjs/issues/791#issuecomment-608133799
 
 
   Thanks @greg-dove, I check your latest fix and now this is solved :)

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services