[svn] r5801: nemerle/trunk/ncc/external/InternalTypes.n

malekith svnadmin at nemerle.org
Wed Oct 5 19:32:58 CEST 2005


Log:
Unfortunately these Memoize invocations are not valid for multiple compilations mode.

Author: malekith
Date: Wed Oct  5 19:32:57 2005
New Revision: 5801

Modified:
   nemerle/trunk/ncc/external/InternalTypes.n

Modified: nemerle/trunk/ncc/external/InternalTypes.n
==============================================================================
--- nemerle/trunk/ncc/external/InternalTypes.n	(original)
+++ nemerle/trunk/ncc/external/InternalTypes.n	Wed Oct  5 19:32:57 2005
@@ -405,7 +405,7 @@
 
   public IntegralTypes : array [MType.Class]
   {
-    [Nemerle.Memoize (InvalidValue = null)]
+    //[Nemerle.Memoize (InvalidValue = null)]
     get {
       array [InternalType.Int32, InternalType.SByte, InternalType.Byte,
              InternalType.Int16, InternalType.UInt16, InternalType.UInt32,
@@ -415,7 +415,7 @@
   
   public NewMatchFailureException_ctor : IMethod
   {
-    [Nemerle.Memoize (InvalidValue = null)]    
+    //[Nemerle.Memoize (InvalidValue = null)]    
     get {
       get_single_method (MatchFailureException_tc, ".ctor");
     }
@@ -428,7 +428,7 @@
   
   public String_opEquality : IMethod
   {
-    [Nemerle.Memoize (InvalidValue = null)]        
+    //[Nemerle.Memoize (InvalidValue = null)]        
     get {
       get_single_method (String_tc, "op_Equality");
     }
@@ -436,7 +436,7 @@
 
   public Decimal_opEquality : IMethod
   {
-    [Nemerle.Memoize (InvalidValue = null)]            
+    //[Nemerle.Memoize (InvalidValue = null)]            
     get {
       get_single_method (Decimal_tc, "op_Equality");
     }



More information about the svn mailing list