You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Brian Eaton (JIRA)" <ji...@apache.org> on 2008/03/10 23:56:47 UTC

[jira] Created: (SHINDIG-120) gadgets.util.makeClosure creates functions that only work once

gadgets.util.makeClosure creates functions that only work once
--------------------------------------------------------------

                 Key: SHINDIG-120
                 URL: https://issues.apache.org/jira/browse/SHINDIG-120
             Project: Shindig
          Issue Type: Bug
          Components: OpenSocial - Javascript
            Reporter: Brian Eaton
         Attachments: anotherMakeClosureBug.patch

The gadgets.util.makeClosure function creates functions that only work properly the first time they are called.  Subsequent calls of the same function reuse the arguments from the first call.

Thanks to Mike Samuels for helping me debug this.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (SHINDIG-120) gadgets.util.makeClosure creates functions that only work once

Posted by "Kevin Brown (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Brown closed SHINDIG-120.
-------------------------------

    Resolution: Fixed

Fixed in current rev

> gadgets.util.makeClosure creates functions that only work once
> --------------------------------------------------------------
>
>                 Key: SHINDIG-120
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-120
>             Project: Shindig
>          Issue Type: Bug
>          Components: OpenSocial - Javascript
>            Reporter: Brian Eaton
>         Attachments: anotherMakeClosureBug.patch, testcase.html
>
>
> The gadgets.util.makeClosure function creates functions that only work properly the first time they are called.  Subsequent calls of the same function reuse the arguments from the first call.
> Thanks to Mike Samuels for helping me debug this.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SHINDIG-120) gadgets.util.makeClosure creates functions that only work once

Posted by "Brian Eaton (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Eaton updated SHINDIG-120:
--------------------------------

    Attachment: testcase.html

> gadgets.util.makeClosure creates functions that only work once
> --------------------------------------------------------------
>
>                 Key: SHINDIG-120
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-120
>             Project: Shindig
>          Issue Type: Bug
>          Components: OpenSocial - Javascript
>            Reporter: Brian Eaton
>         Attachments: anotherMakeClosureBug.patch, testcase.html
>
>
> The gadgets.util.makeClosure function creates functions that only work properly the first time they are called.  Subsequent calls of the same function reuse the arguments from the first call.
> Thanks to Mike Samuels for helping me debug this.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SHINDIG-120) gadgets.util.makeClosure creates functions that only work once

Posted by "Brian Eaton (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Eaton updated SHINDIG-120:
--------------------------------

    Attachment: anotherMakeClosureBug.patch

> gadgets.util.makeClosure creates functions that only work once
> --------------------------------------------------------------
>
>                 Key: SHINDIG-120
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-120
>             Project: Shindig
>          Issue Type: Bug
>          Components: OpenSocial - Javascript
>            Reporter: Brian Eaton
>         Attachments: anotherMakeClosureBug.patch
>
>
> The gadgets.util.makeClosure function creates functions that only work properly the first time they are called.  Subsequent calls of the same function reuse the arguments from the first call.
> Thanks to Mike Samuels for helping me debug this.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.