Issue 24 in linqbridge: Except and Intersect fails when any of argument sequences contain null elements

0 views
Skip to first unread message

linqb...@googlecode.com

unread,
Jun 27, 2011, 2:15:39 PM6/27/11
to linqbridg...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 24 by ilya.ind...@gmail.com: Except and Intersect fails when any
of argument sequences contain null elements
http://code.google.com/p/linqbridge/issues/detail?id=24

The following test will fail:

var first = Read("abc", null);
var second = Read("bcd", null);
first.Except(second).AssertEquals("abc");

The reason is the same as in the issue #21: Intersect and Except operations
rely on generic Dictionary as a substitute for the Set, but the Dictionary
is not suitable for null key values.

linqb...@googlecode.com

unread,
Apr 16, 2012, 2:06:10 PM4/16/12
to linqbridg...@googlegroups.com
Updates:
Status: Accepted
Owner: azizatif
Labels: Milestone-Release1.3

Comment #1 on issue 24 by azizatif: Except and Intersect fails when any of

argument sequences contain null elements
http://code.google.com/p/linqbridge/issues/detail?id=24

(No comment was entered for this change.)

linqb...@googlecode.com

unread,
Apr 16, 2012, 3:14:41 PM4/16/12
to linqbridg...@googlegroups.com
Updates:
Status: Fixed

Comment #2 on issue 24 by azizatif: Except and Intersect fails when any of

argument sequences contain null elements
http://code.google.com/p/linqbridge/issues/detail?id=24

This issue was closed by revision f8234998bc9c.

Reply all
Reply to author
Forward
0 new messages