[Mono-bugs] [Bug 414961] New: missing linq Expression ctors [blocks IronPython]

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Aug 6 04:56:30 EDT 2008


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


           Summary: missing linq Expression ctors [blocks IronPython]
           Product: Mono: Class Libraries
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: CORLIB
        AssignedTo: jbevain at novell.com
        ReportedBy: vargaz at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


IronPython 2.0A4 seems to depend on some Expression ctors which are not in
mono (or on MSDN):

      [csc]
/home/zovarga/IronPython-2.0B4/Src/Microsoft.Scripting.Core/Ast/LambdaExpression.cs(139,20):
error CS0122:
`System.Linq.Expressions.Expression<TDelegate>.Expression(System.Linq.Expressions.Expression,
System.Collections.ObjectModel.ReadOnlyCollection<System.Linq.Expressions.ParameterExpression>)'
is inaccessible due to its protection level
      [csc]
/usr/local/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll
(Location of the symbol related to previous error)
      [csc]
/home/zovarga/IronPython-2.0B4/Src/Microsoft.Scripting.Core/Ast/LambdaExpression.cs(139,20):
error CS1729: The type `System.Linq.Expressions.Expression<TDelegate>' does not
contain a constructor that takes `5' arguments
      [csc]
/usr/local/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll
(Location of the symbol related to previous error)
      [csc]
/home/zovarga/IronPython-2.0B4/Src/Microsoft.Scripting.Core/Ast/LambdaExpression.cs(274,20):
error CS0122:
`System.Linq.Expressions.Expression<TDelegate>.Expression(System.Linq.Expressions.Expression,
System.Collections.ObjectModel.ReadOnlyCollection<System.Linq.Expressions.ParameterExpression>)'
is inaccessible due to its protection level
      [csc]
/usr/local/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll
(Location of the symbol related to previous error)
      [csc]
/home/zovarga/IronPython-2.0B4/Src/Microsoft.Scripting.Core/Ast/LambdaExpression.cs(274,20):
error CS1729: The type `System.Linq.Expressions.Expression<TDelegate>' does not
contain a constructor that takes `5' arguments
      [csc]
/usr/local/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll
(Location of the symbol related to previous error)
      [csc] Compilation failed: 4 error(s), 61 warnings


-- 
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