Issue 3 in backlinq: Execution of Enumerable.Repeat is not deferred

0 views
Skip to first unread message

codesite...@google.com

unread,
Aug 14, 2008, 8:38:44 AM8/14/08
to backlin...@googlegroups.com
Issue 3: Execution of Enumerable.Repeat is not deferred
http://code.google.com/p/backlinq/issues/detail?id=3

New issue report by azizatif:
The documentation for System.Linq.Enumerable.Repeat
(http://msdn.microsoft.com/en-us/library/bb358497.aspx) states that Repeat
has delayed execution:

"This method is implemented by using deferred execution. The immediate
return value is an object that stores all the information that is required
to perform the action. The query represented by this method is not
executed until the object is enumerated either by calling its
GetEnumerator method directly or by using foreach in Visual C# or For Each
in Visual Basic."

BackLINQ's implementation executes immediately.


Issue attributes:
Status: Assigned
Owner: azizatif
Labels: Type-Defect Priority-Medium

--
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,
Aug 14, 2008, 8:46:45 AM8/14/08
to backlin...@googlegroups.com
Issue 3: Execution of Enumerable.Repeat is not deferred
http://code.google.com/p/backlinq/issues/detail?id=3

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


Issue attribute updates:
Labels: Component-Logic

codesite...@google.com

unread,
Aug 14, 2008, 10:09:08 AM8/14/08
to backlin...@googlegroups.com
Issue 3: Execution of Enumerable.Repeat is not deferred
http://code.google.com/p/backlinq/issues/detail?id=3

Comment #2 by azizatif:
Fixed in r88.


Issue attribute updates:
Status: Fixed

Reply all
Reply to author
Forward
0 new messages