[svn] r6597: nemerle/trunk/ncc/typing/Typer.n
malekith
svnadmin at nemerle.org
Thu Aug 31 13:29:17 CEST 2006
Log:
Don't run T3 in completion mode.
Author: malekith
Date: Thu Aug 31 13:29:16 2006
New Revision: 6597
Modified:
nemerle/trunk/ncc/typing/Typer.n
Modified: nemerle/trunk/ncc/typing/Typer.n
==============================================================================
--- nemerle/trunk/ncc/typing/Typer.n (original)
+++ nemerle/trunk/ncc/typing/Typer.n Thu Aug 31 13:29:16 2006
@@ -349,9 +349,12 @@
{
def t2 = Typer2 (current_type, meth);
t2.Run ();
+
+ unless (Manager.IsInCompletionMode) {
def t3 = Typer3 (meth);
t3.Run ();
}
+ }
#endregion
More information about the svn
mailing list