[jira] Created: (BOO-1259) inheritance generic class with abstract parameter causes error

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

[jira] Created: (BOO-1259) inheritance generic class with abstract parameter causes error

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

Reply to Author | View Threaded | Show Only this Message

inheritance generic class with abstract parameter causes error
--------------------------------------------------------------

                 Key: BOO-1259
                 URL: http://jira.codehaus.org/browse/BOO-1259
             Project: Boo
          Issue Type: Bug
    Affects Versions: 0.9.2
         Environment: boo 0.9.2
            Reporter: George Dernovoy


class xList[of T](List[of T]): pass
       
d = xList[of int]()

d.Add(1) //error: Internal compiler error: Object reference not set to
an instance of an object.. (BCE0055) - C:\MyProjects\boo_test
\Program.boo:22,3

--
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-1259) inheritance generic class with abstract parameter causes error

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

Reply to Author | View Threaded | Show Only this Message


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

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

    Assignee: Rodrigo B. de Oliveira

> inheritance generic class with abstract parameter causes error
> --------------------------------------------------------------
>
>                 Key: BOO-1259
>                 URL: http://jira.codehaus.org/browse/BOO-1259
>             Project: Boo
>          Issue Type: Bug
>    Affects Versions: 0.9.2
>         Environment: boo 0.9.2
>            Reporter: George Dernovoy
>            Assignee: Rodrigo B. de Oliveira
>
> class xList[of T](List[of T]): pass
>        
> d = xList[of int]()
> d.Add(1) //error: Internal compiler error: Object reference not set to
> an instance of an object.. (BCE0055) - C:\MyProjects\boo_test
> \Program.boo:22,3

--
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-1259) inheritance generic class with abstract parameter causes error

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

Reply to Author | View Threaded | Show Only this Message


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

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

       Resolution: Fixed
    Fix Version/s: 0.9.3

Fixed in revision 3434. Thanks for the report!

> inheritance generic class with abstract parameter causes error
> --------------------------------------------------------------
>
>                 Key: BOO-1259
>                 URL: http://jira.codehaus.org/browse/BOO-1259
>             Project: Boo
>          Issue Type: Bug
>    Affects Versions: 0.9.2
>         Environment: boo 0.9.2
>            Reporter: George Dernovoy
>            Assignee: Rodrigo B. de Oliveira
>             Fix For: 0.9.3
>
>
> class xList[of T](List[of T]): pass
>        
> d = xList[of int]()
> d.Add(1) //error: Internal compiler error: Object reference not set to
> an instance of an object.. (BCE0055) - C:\MyProjects\boo_test
> \Program.boo:22,3

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