[jira] Created: (BOO-1253) System.InvalidOperationException with void function in hash literal

View: New views
2 Messages — Rating Filter:   Alert me  

[jira] Created: (BOO-1253) System.InvalidOperationException with void function in hash literal

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

System.InvalidOperationException with void function in hash literal
-------------------------------------------------------------------

                 Key: BOO-1253
                 URL: http://jira.codehaus.org/browse/BOO-1253
             Project: Boo
          Issue Type: Bug
    Affects Versions: 0.9.2
            Reporter: Rodrigo B. de Oliveira
            Assignee: Rodrigo B. de Oliveira
             Fix For: 0.9.3


{code}
def foo() as void:
        pass
       
h = { "foo": foo() }
print h
{code}

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



[jira] Closed: (BOO-1253) System.InvalidOperationException with void function in hash literal

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ http://jira.codehaus.org/browse/BOO-1253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rodrigo B. de Oliveira closed BOO-1253.
---------------------------------------

    Resolution: Fixed

> System.InvalidOperationException with void function in hash literal
> -------------------------------------------------------------------
>
>                 Key: BOO-1253
>                 URL: http://jira.codehaus.org/browse/BOO-1253
>             Project: Boo
>          Issue Type: Bug
>    Affects Versions: 0.9.2
>            Reporter: Rodrigo B. de Oliveira
>            Assignee: Rodrigo B. de Oliveira
>             Fix For: 0.9.3
>
>
> {code}
> def foo() as void:
> pass
>
> h = { "foo": foo() }
> print h
> {code}

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email