[svn] r6389: nemerle/trunk: macros/alias.n ncc/Makefile

d svnadmin at nemerle.org
Fri Jun 9 20:18:52 CEST 2006


Log:
Add alias.n to ncc compilation, add a comment about attributes in alias.n.


Author: d
Date: Fri Jun  9 20:18:51 2006
New Revision: 6389

Modified:
   nemerle/trunk/macros/alias.n
   nemerle/trunk/ncc/Makefile

Modified: nemerle/trunk/macros/alias.n
==============================================================================
--- nemerle/trunk/macros/alias.n	(original)
+++ nemerle/trunk/macros/alias.n	Fri Jun  9 20:18:51 2006
@@ -40,6 +40,8 @@
    * a static or non-static method, or a property. The macro tries
    * to be "intelligent" in it's choices (which basically means, 
    * that only reasonable possibilities are taken into account).
+   * All attribues, except possibly "static", are propagated from 
+   * the aliased method to the generated method/property.
    *
    * TODO: write code for the two remaining unsupported alias types,
    *       aliasing properties and fields.

Modified: nemerle/trunk/ncc/Makefile
==============================================================================
--- nemerle/trunk/ncc/Makefile	(original)
+++ nemerle/trunk/ncc/Makefile	Fri Jun  9 20:18:51 2006
@@ -153,6 +153,7 @@
         ../macros/core.n \
         ../macros/compiler.n \
         ../macros/assertions.n \
+        ../macros/alias.n \
 	../macros/operators.n \
 	../macros/concurrency.n \
 	../macros/Util.n \



More information about the svn mailing list