[ 
https://issues.apache.org/jira/browse/IGNITE-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14947086#comment-14947086
 ] 

ASF GitHub Bot commented on IGNITE-1509:
----------------------------------------

GitHub user ptupitsyn opened a pull request:

    https://github.com/apache/ignite/pull/140

    IGNITE-1509 .Net: User must operate on IEnumerable in events API rather 
than on arrays.

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ptupitsyn/ignite ignite-1509

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/140.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #140
    
----
commit 3e05f48bb1e92f5bc6f3d349337a3d1f1b63dd81
Author: ptupitsyn <ptupit...@gridgain.com>
Date:   2015-10-07T14:55:39Z

    IGNITE-1509 .Net: User must operate on IEnumerable in events API rather 
than on arrays.

commit 4d4e0809323a7126adc492c07d2b0c99edce5ced
Author: ptupitsyn <ptupit...@gridgain.com>
Date:   2015-10-07T15:01:27Z

    EventType fix done

commit f569c79c25214252a90460c078c64a2040ef4e59
Author: ptupitsyn <ptupit...@gridgain.com>
Date:   2015-10-07T15:17:28Z

    wip

commit ac8f9fc1d19186f0fcee0dbeee622bfb75da24a4
Author: ptupitsyn <ptupit...@gridgain.com>
Date:   2015-10-07T15:34:30Z

    wip

commit 5038fe079d2e0db712934dbb85ada40d10e8297d
Author: ptupitsyn <ptupit...@gridgain.com>
Date:   2015-10-07T15:43:39Z

    wip

commit 7a1e34374543c3c04f972600fcfe00927234ca03
Author: ptupitsyn <ptupit...@gridgain.com>
Date:   2015-10-07T15:51:00Z

    Iface done

commit a4b967582cc1fd719568129325fa521078035ce7
Author: ptupitsyn <ptupit...@gridgain.com>
Date:   2015-10-07T15:52:35Z

    wip

commit df6a4f3df21d9a46c45c88f202f4d80f882993d0
Author: ptupitsyn <ptupit...@gridgain.com>
Date:   2015-10-07T15:58:19Z

    Compilation fixed

commit fecdb2bc78d28ffdb54f5d019bc74d621731f22a
Author: ptupitsyn <ptupit...@gridgain.com>
Date:   2015-10-07T16:02:26Z

    done

----


> .Net: User must operate on IEnumerable in events API rather than on arrays.
> ---------------------------------------------------------------------------
>
>                 Key: IGNITE-1509
>                 URL: https://issues.apache.org/jira/browse/IGNITE-1509
>             Project: Ignite
>          Issue Type: Task
>          Components: interop
>    Affects Versions: 1.1.4
>            Reporter: Vladimir Ozerov
>            Assignee: Pavel  Tupitsyn
>            Priority: Blocker
>             Fix For: ignite-1.5
>
>
> Currently we expose arrays for event groups. As they are mutable, we have to 
> copy them every time user use them. 
> To avoid this we should switch to IEnumerables and leave shortcut methods 
> with "params[]" for convenience.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to