[Mono-bugs] [Bug 657099] New: [Regression] dmcs fails to compile LINQ query from LH's Raytracer

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Dec 2 10:48:36 EST 2010


https://bugzilla.novell.com/show_bug.cgi?id=657099

https://bugzilla.novell.com/show_bug.cgi?id=657099#c0


           Summary: [Regression] dmcs fails to compile LINQ query from
                    LH's Raytracer
    Classification: Mono
           Product: Mono: Compilers
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: C#
        AssignedTo: msafar at novell.com
        ReportedBy: jeremie.laval at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


Created an attachment (id=403148)
 --> (http://bugzilla.novell.com/attachment.cgi?id=403148)
File containing the LINQ query

User-Agent:       Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.7
(KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7

When trying to compile the LINQRaytracer sample of the Parallel Extensions
Samples suite with xbuild, dmcs fails to compile the Raytracer LINQ query
whereas it used to work previously.

The relevant error from log is reproduced below:

LINQRayTracer.cs(84,66): error CS0103: The name `pos' does not exist in the
current context

But it seems pos is correctly defined with a let clause earlier in the LINQ
query.

The project can be downloaded from here:
http://code.msdn.microsoft.com/ParExtSamples 

I'm also attaching LINQRayTracer.cs file just in case.

Reproducible: Always

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list