[svn] r7717: nemerle/trunk/ncc/typing/Typer.n
VladD2
svnadmin at nemerle.org
Wed Jun 27 13:33:39 CEST 2007
Log:
Rename IsMainPath property to IsMainPass. You can check this property when output messages from macros.
Author: VladD2
Date: Wed Jun 27 13:33:38 2007
New Revision: 7717
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 Wed Jun 27 13:33:38 2007
@@ -1128,7 +1128,7 @@
get { messenger.InErrorMode }
}
- public IsMainPath : bool
+ public IsMainPass : bool
{
get { !messenger.InErrorMode || Env.Manager.IsIntelliSenseMode }
}
More information about the svn
mailing list