Issue 15 in backlinq: Add tests to ensure non-deferred operators dispose enumerator

0 views
Skip to first unread message

codesite...@google.com

unread,
Oct 1, 2008, 1:59:05 PM10/1/08
to backlin...@googlegroups.com
Issue 15: Add tests to ensure non-deferred operators dispose enumerator
http://code.google.com/p/backlinq/issues/detail?id=15

New issue report by azizatif:
Add unit tests to ensure that operators that consume a sequence
(IEnumerable<T>) but return a result immediately (non-deferred execution)
like Min, Max, Avergae, Count and so on, dispose the enumerator.

All IEnumerator<T> implementations must also implement IDisposable.Dispose
and therefore the LINQ operators consuming an enumerator should dispose it
before returning, either successfully or in the event of an exception.


Issue attributes:
Status: New
Owner: ----
Labels: Type-Enhancement Priority-Medium Component-Tests

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

codesite...@google.com

unread,
Oct 1, 2008, 3:05:25 PM10/1/08
to backlin...@googlegroups.com
Issue 15: Add tests to ensure non-deferred operators dispose enumerator
http://code.google.com/p/backlinq/issues/detail?id=15

Comment #1 by azizatif:
(No comment was entered for this change.)


Issue attribute updates:
Status: Started
Owner: azizatif
Cc: dominik....@skybow.com

codesite...@google.com

unread,
Oct 9, 2008, 12:26:19 PM10/9/08
to backlin...@googlegroups.com
Issue 15: Add tests to ensure non-deferred operators dispose enumerator
http://code.google.com/p/backlinq/issues/detail?id=15

Comment #2 by azizatif:
Fixed and concluded in r207.

codesite...@google.com

unread,
Oct 9, 2008, 12:30:20 PM10/9/08
to backlin...@googlegroups.com
Issue 15: Add tests to ensure non-deferred operators dispose enumerator
http://code.google.com/p/backlinq/issues/detail?id=15

Comment #3 by azizatif:


(No comment was entered for this change.)


Issue attribute updates:
Status: Fixed

Reply all
Reply to author
Forward
0 new messages