[jira] Created: (BOO-1241) Not all overloads of external implementations searched

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

[jira] Created: (BOO-1241) Not all overloads of external implementations searched

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

Reply to Author | View Threaded | Show Only this Message

Not all overloads of external implementations searched
------------------------------------------------------

                 Key: BOO-1241
                 URL: http://jira.codehaus.org/browse/BOO-1241
             Project: Boo
          Issue Type: Bug
          Components: Compiler
         Environment: r3370
            Reporter: rektide


The following compilation ought be valid:
||compiling assembly||external referenced assembly||
|{code}class Impl(BaseInterface,BaseAbstractClass):
        pass{code}|{code}interface BaseInterface:
        def Add(s as string)

abstract class BaseAbstractClass:
        def Add(j as string):
                pass
        def Add(i as int):
                pass{code}|

However only one inheritedImpl is evaluated by CheckInheritsInterfaceImplementation/CheckInheritedMethodImpl in ProcessInheritedAbstraceMembers; the last one to make it through the for loop.

All name matching members ought be compared.

--
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-1241) Not all overloads of external implementations searched

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

Reply to Author | View Threaded | Show Only this Message


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

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

       Resolution: Fixed
    Fix Version/s: 0.9.3
         Assignee: Rodrigo B. de Oliveira

Fixed by BOO-1240 checkin.

> Not all overloads of external implementations searched
> ------------------------------------------------------
>
>                 Key: BOO-1241
>                 URL: http://jira.codehaus.org/browse/BOO-1241
>             Project: Boo
>          Issue Type: Bug
>          Components: Compiler
>         Environment: r3370
>            Reporter: rektide
>            Assignee: Rodrigo B. de Oliveira
>             Fix For: 0.9.3
>
>
> The following compilation ought be valid:
> ||compiling assembly||external referenced assembly||
> |{code}class Impl(BaseInterface,BaseAbstractClass):
> pass{code}|{code}interface BaseInterface:
>         def Add(s as string)
> abstract class BaseAbstractClass:
>         def Add(j as string):
>                 pass
>         def Add(i as int):
>                 pass{code}|
> However only one inheritedImpl is evaluated by CheckInheritsInterfaceImplementation/CheckInheritedMethodImpl in ProcessInheritedAbstraceMembers; the last one to make it through the for loop.
> All name matching members ought be compared.

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