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
Comment #1 by azizatif:
(No comment was entered for this change.)
Issue attribute updates:
Labels: Component-Logic
Comment #2 by azizatif:
Fixed in r88.
Issue attribute updates:
Status: Fixed