New issue report by dominik....@skybow.com:
What steps will reproduce the problem?
public void RangeTest() {
var result = Enumerable.Range(int.MaxValue - 3, 5);
}
What version of the product are you using? On what operating system?
0.6.0.0
Please provide any additional information below.
ArgumentOutOfRangeException is thrown when I try to iterate through the
result. So the bug is due to deferred execution.
Issue attributes:
Status: New
Owner: ----
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:
This is the same as issue #4 and already fixed.
Issue attribute updates:
Status: Duplicate