[nem-bug] [Nemerle 0000541]: Requires macro do not work for property setter

feedback at nemerle.org feedback at nemerle.org
Sun Nov 6 17:43:53 CET 2005


The following issue has been CLOSED
======================================================================
<http://nemerle.org/bugs/view.php?id=541> 
======================================================================
Reported By:                nazgul
Assigned To:                nazgul
======================================================================
Project:                    Nemerle
Issue ID:                   541
Category:                   Compiler (parser/macros engine)
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     closed
Resolution:                 fixed
Fixed in Version:           
======================================================================
Date Submitted:             10-02-2005 11:40 CEST
Last Modified:              11-06-2005 17:43 CET
======================================================================
Summary:                    Requires macro do not work for property setter
Description: 
class A {
  Prop : int {
    [Nemerle.Assertions.Requires (true)]
    set {
    }
  }
}
======================================================================

----------------------------------------------------------------------
 nazgul - 10-03-05 19:32 
----------------------------------------------------------------------
Fixed on trunk (r5794)

Issue History
Date Modified  Username       Field                    Change              
======================================================================
10-02-05 11:40 nazgul         New Issue                                    
10-03-05 19:32 nazgul         Status                   new => resolved     
10-03-05 19:32 nazgul         Resolution               open => fixed       
10-03-05 19:32 nazgul         Assigned To               => nazgul          
10-03-05 19:32 nazgul         Note Added: 0000988                          
10-03-05 19:32 nazgul         Description Updated                          
10-03-05 19:32 nazgul         Additional Information Updated                    
11-06-05 17:43 nazgul         Status                   resolved => closed  
======================================================================




More information about the bugs mailing list