You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by "Robert Jordan (JIRA)" <ji...@apache.org> on 2010/05/01 20:59:56 UTC

[jira] Created: (LUCENENET-361) Workaround for a Mono C# compiler issue

Workaround for a Mono C# compiler issue
---------------------------------------

                 Key: LUCENENET-361
                 URL: https://issues.apache.org/jira/browse/LUCENENET-361
             Project: Lucene.Net
          Issue Type: Improvement
         Environment: Linux/Mono 2.6.x
            Reporter: Robert Jordan
            Priority: Minor


gmcs (Mono's C# compiler) as of 2.6.x (the current stable release) is unable to compile

SupportClass.EquatableList<T>.GetHashCode(IEnumerable<T> source)

The attached patch implements a straightforward workaround for this issue.


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


[jira] Updated: (LUCENENET-361) Workaround for a Mono C# compiler issue

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

Robert Jordan updated LUCENENET-361:
------------------------------------

    Attachment: SupportClass.diff

> Workaround for a Mono C# compiler issue
> ---------------------------------------
>
>                 Key: LUCENENET-361
>                 URL: https://issues.apache.org/jira/browse/LUCENENET-361
>             Project: Lucene.Net
>          Issue Type: Improvement
>         Environment: Linux/Mono 2.6.x
>            Reporter: Robert Jordan
>            Priority: Minor
>         Attachments: SupportClass.diff
>
>
> gmcs (Mono's C# compiler) as of 2.6.x (the current stable release) is unable to compile
> SupportClass.EquatableList<T>.GetHashCode(IEnumerable<T> source)
> The attached patch implements a straightforward workaround for this issue.

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