[Mono-bugs] [Bug 601157] New: [regression] smcs complains about (not really) missing RuntimeHelpers.InitializeArray
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Apr 29 19:45:56 EDT 2010
http://bugzilla.novell.com/show_bug.cgi?id=601157
http://bugzilla.novell.com/show_bug.cgi?id=601157#c0
Summary: [regression] smcs complains about (not really) missing
RuntimeHelpers.InitializeArray
Classification: Mono
Product: Mono: Compilers
Version: SVN
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: C#
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: spouliot at novell.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
Recent changes in trunk has broken moonlight build.
1. Compile mono/mcs
2. Compile moon r156476 or later (bug #601141 will hide this issue on earlier
revisions)
..
/System.Windows.Controls/GridTestAuto.cs(2245,30): error CS0656: The compiler
required member
`System.Runtime.CompilerServices.RuntimeHelpers.InitializeArray(System.Array,
System.RuntimeFieldHandle)' could not be found or is inaccessible
/System.Windows.Controls/GridTestAuto.cs(2253,30): error CS0656: The compiler
required member
`System.Runtime.CompilerServices.RuntimeHelpers.InitializeArray(System.Array,
System.RuntimeFieldHandle)' could not be found or is inaccessible
..
However RuntimeHelpers.InitializeArray exists in SL API and is shown as present
in gui-compare - so the problem is likely a bit different.
--
Configure bugmail: http://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