[Mono-bugs] [Bug 81113][Nor] New - Implement #pragma checksum directive

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Mar 11 09:44:02 EDT 2007


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by marek.safar at seznam.cz.

http://bugzilla.ximian.com/show_bug.cgi?id=81113

--- shadow/81113	2007-03-11 08:44:02.000000000 -0500
+++ shadow/81113.tmp.27211	2007-03-11 08:44:02.000000000 -0500
@@ -0,0 +1,77 @@
+Bug#: 81113
+Product: Mono: Compilers
+Version: 1.2
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: C#
+AssignedTo: rharinath at novell.com                            
+ReportedBy: marek.safar at seznam.cz               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Implement #pragma checksum directive
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+
+
+Steps to reproduce the problem:
+1. 
+
+//
+------------------------------------------------------------------------------
+//  <autogenerated>
+//      This code was generated by a tool.
+//      Mono Runtime Version: 2.0.XXXX.XX
+// 
+//      Changes to this file may cause incorrect behavior and will be lost if 
+//      the code is regenerated.
+//  </autogenerated>
+//
+------------------------------------------------------------------------------
+
+#pragma checksum "c:\foo\Pragma.txt"
+"{606ea660-14cf-cc82-b6f0-42d48170a799}" "M"
+#pragma checksum "b.txt" "{ee1816fc-aa5e-4d10-8ff7-6f4963833f60}" "EE0BAA"
+#pragma checksum "" "{00000000-0000-0000-0000-000000000000}" ""
+
+namespace Namespace1 {
+    #line 300 "c:\foo\bar\OuterLinePragma.txt"
+    // Outer Type Comment
+    public class Class1 {
+
+        public void Method1() {
+        }
+
+        // Method 2 Comment
+        public static void Main() {
+        }
+    }
+
+    #line default
+
+}
+
+
+Actual Results:
+
+?.cs(11,1): warning CS1633: Unrecognized #pragma directive
+?.cs(12,1): warning CS1633: Unrecognized #pragma directive
+?.cs(13,1): warning CS1633: Unrecognized #pragma directive
+
+
+Expected Results:
+
+No warnings and correct compiler checks.
+
+How often does this happen? 
+
+
+Additional Information:


More information about the mono-bugs mailing list