[Mono-bugs] [Bug 390666] New: gmcs fails when passing lambda expression to IQueryable<T > extension method
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu May 15 05:46:30 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=390666
Summary: gmcs fails when passing lambda expression to
IQueryable<T> extension method
Product: Mono: Compilers
Version: unspecified
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: Major
Priority: P5 - None
Component: C#
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: roeie at mainsoft.com
QAContact: mono-bugs at lists.ximian.com
Found By: Development
Description of Problem:
gmcs fails on the following
static void Main (string [] args) {
IQueryable<int> iq = null;
iq.Select (i => i);
}
Actual Results:
gmcs fails with exception
Expected Results:
should compile succesfully
How often does this happen?
always
Additional Information:
happend only with IQueryable<T>, and not with IEnumerable<T>
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list