[Mono-bugs] [Bug 653710] Nested generics constraints produce spurious CS0413 error

2010-12-14 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=653710 https://bugzilla.novell.com/show_bug.cgi?id=653710#c3 Marek Safar changed: What|Removed |Added Status|NEW

[Mono-bugs] [Bug 653710] Nested generics constraints produce spurious CS0413 error

2010-12-06 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=653710 https://bugzilla.novell.com/show_bug.cgi?id=653710#c2 --- Comment #2 from Thomas Philpot 2010-12-06 21:25:35 UTC --- Created an attachment (id=403649) --> (http://bugzilla.novell.com/attachment.cgi?id=403649) Diff of generic.cs Adding as a

[Mono-bugs] [Bug 653710] Nested generics constraints produce spurious CS0413 error

2010-12-06 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=653710 https://bugzilla.novell.com/show_bug.cgi?id=653710#c1 --- Comment #1 from Thomas Philpot 2010-12-06 21:19:39 UTC --- Here's a patch which seems to fix the problem by looking at the type specifiers if the initial condition is not satisfied. d