[nem-bug] [Nemerle 0000824]: Conditional attribure should be checked and processed during calls

feedback at nemerle.org feedback at nemerle.org
Sat Jan 13 22:02:56 CET 2007


The following issue has been SUBMITTED.
======================================================================
<http://nemerle.org/bugs/view.php?id=824> 
======================================================================
Reported By:                nazgul
Assigned To:                
======================================================================
Project:                    Nemerle
Issue ID:                   824
Category:                   Compiler
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
======================================================================
Date Submitted:             01-13-2007 22:02 CET
Last Modified:              01-13-2007 22:02 CET
======================================================================
Summary:                    Conditional attribure should be checked and
processed during calls
Description: 
 static class Program {
   static Main() : void {
 #if DEBUG
     System.Console.WriteLine("DEBUG VERSION");
     System.Diagnostics.Debug.Assert(false,"DEBUG VERSION: assertions
 on");
 #else
     System.Console.WriteLine("RELEASE VERSION");
     System.Diagnostics.Debug.Assert(false,"RELEASE VERSION: assertions
 should be off");
 #endif
   }
 }
 
======================================================================

Issue History
Date Modified  Username       Field                    Change              
======================================================================
01-13-07 22:02 nazgul         New Issue                                    
======================================================================




More information about the bugs mailing list