[jira] Created: (BOO-1081) Subclassing containing class causes compiler stack overflow

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

[jira] Created: (BOO-1081) Subclassing containing class causes compiler stack overflow

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

Reply to Author | View Threaded | Show Only this Message

Subclassing containing class causes compiler stack overflow
-----------------------------------------------------------

                 Key: BOO-1081
                 URL: http://jira.codehaus.org/browse/BOO-1081
             Project: Boo
          Issue Type: Bug
          Components: Compiler
    Affects Versions: 0.8.2
            Reporter: Will
            Priority: Minor


The following code will cause a stack overflow on compilation:

class A:
        class B(A):
                pass


--
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] Assigned: (BOO-1081) Subclassing containing class causes compiler stack overflow

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

Reply to Author | View Threaded | Show Only this Message


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

Rodrigo B. de Oliveira reassigned BOO-1081:
-------------------------------------------

    Assignee: Rodrigo B. de Oliveira

> Subclassing containing class causes compiler stack overflow
> -----------------------------------------------------------
>
>                 Key: BOO-1081
>                 URL: http://jira.codehaus.org/browse/BOO-1081
>             Project: Boo
>          Issue Type: Bug
>          Components: Compiler
>    Affects Versions: 0.8.2
>            Reporter: Will
>            Assignee: Rodrigo B. de Oliveira
>            Priority: Minor
>
> The following code will cause a stack overflow on compilation:
> class A:
> class B(A):
> pass

--
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-1081) Subclassing containing class causes compiler stack overflow

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

Reply to Author | View Threaded | Show Only this Message


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

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

       Resolution: Fixed
    Fix Version/s: 0.9.3

Fixed in revision 3431. Thanks for the report!

> Subclassing containing class causes compiler stack overflow
> -----------------------------------------------------------
>
>                 Key: BOO-1081
>                 URL: http://jira.codehaus.org/browse/BOO-1081
>             Project: Boo
>          Issue Type: Bug
>          Components: Compiler
>    Affects Versions: 0.8.2
>            Reporter: Will
>            Assignee: Rodrigo B. de Oliveira
>            Priority: Minor
>             Fix For: 0.9.3
>
>
> The following code will cause a stack overflow on compilation:
> class A:
> class B(A):
> pass

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