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/10/20 02:02:29 UTC

[GitHub] [royale-asjs] SolidSoft-Lda opened a new pull request #923: Helper function to remove event listener without the need for casting

SolidSoft-Lda opened a new pull request #923:
URL: https://github.com/apache/royale-asjs/pull/923


   


----------------------------------------------------------------
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



[GitHub] [royale-asjs] SolidSoft-Lda commented on pull request #923: Helper function to remove event listener without the need for casting

Posted by GitBox <gi...@apache.org>.
SolidSoft-Lda commented on pull request #923:
URL: https://github.com/apache/royale-asjs/pull/923#issuecomment-712728773


   Yeah, it's not a big issue for me. I had the feeling that was incomplete because we already have the add event listener helper anyway, but, it's ok for me. I understand that PAYG have rules.


----------------------------------------------------------------
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



[GitHub] [royale-asjs] SolidSoft-Lda commented on pull request #923: Helper function to remove event listener without the need for casting

Posted by GitBox <gi...@apache.org>.
SolidSoft-Lda commented on pull request #923:
URL: https://github.com/apache/royale-asjs/pull/923#issuecomment-712745310


   Very cool :)


----------------------------------------------------------------
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



[GitHub] [royale-asjs] carlosrovira commented on pull request #923: Helper function to remove event listener without the need for casting

Posted by GitBox <gi...@apache.org>.
carlosrovira commented on pull request #923:
URL: https://github.com/apache/royale-asjs/pull/923#issuecomment-712724034


   Hugo, is easy to change to a stand alone function, you have lots of examples in Royale.
   Thanks


----------------------------------------------------------------
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



[GitHub] [royale-asjs] carlosrovira commented on pull request #923: Helper function to remove event listener without the need for casting

Posted by GitBox <gi...@apache.org>.
carlosrovira commented on pull request #923:
URL: https://github.com/apache/royale-asjs/pull/923#issuecomment-712853158


   yeah that would be super awesome to get implemented in the compiler :)
   I read that some js tech out there already does it, so I think it's completely possible for Royale too.
   Just we need the proper muscle to get it done as always :)


----------------------------------------------------------------
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



[GitHub] [royale-asjs] Harbs commented on pull request #923: Helper function to remove event listener without the need for casting

Posted by GitBox <gi...@apache.org>.
Harbs commented on pull request #923:
URL: https://github.com/apache/royale-asjs/pull/923#issuecomment-712683410


   Because of PAYG, we don't want to add a remove function directly to Bead.
   
   A stand alone utility function is better for this.
   
   Thanks!
   Harbs


----------------------------------------------------------------
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



[GitHub] [royale-asjs] Harbs commented on pull request #923: Helper function to remove event listener without the need for casting

Posted by GitBox <gi...@apache.org>.
Harbs commented on pull request #923:
URL: https://github.com/apache/royale-asjs/pull/923#issuecomment-712737350


   I'm hoping we can get to the point where PAYG wil be helped by the compiler and unused methods can be stripped out of compiled apps. We're not yet sure that's going to be possible, so we need to be stricter than would otherwise be ideal.
   
   Here's more info for your reading pleasure. 😄 https://github.com/apache/royale-asjs/issues/641


----------------------------------------------------------------
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



[GitHub] [royale-asjs] SolidSoft-Lda closed pull request #923: Helper function to remove event listener without the need for casting

Posted by GitBox <gi...@apache.org>.
SolidSoft-Lda closed pull request #923:
URL: https://github.com/apache/royale-asjs/pull/923


   


----------------------------------------------------------------
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