[svn] r6605: vs-plugin/trunk: ConsoleTest/Program.cs
Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/...
VladD2
svnadmin at nemerle.org
Sun Sep 3 03:54:30 CEST 2006
Log:
Add test call.
Author: VladD2
Date: Sun Sep 3 03:54:24 2006
New Revision: 6605
Modified:
vs-plugin/trunk/ConsoleTest/Program.cs
vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/ExprFinder.n
vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Engine/Engine-main.n
Modified: vs-plugin/trunk/ConsoleTest/Program.cs
==============================================================================
--- vs-plugin/trunk/ConsoleTest/Program.cs (original)
+++ vs-plugin/trunk/ConsoleTest/Program.cs Sun Sep 3 03:54:24 2006
@@ -12,6 +12,7 @@
Test1 test = new Test1();
test.Init();
+ test.QuickTip_ClassExtension();
test.Complete_generic_type_cast();
test.Complete_type_cast();
test.Complete_namespace();
Modified: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/ExprFinder.n
==============================================================================
--- vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/ExprFinder.n (original)
+++ vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/ExprFinder.n Sun Sep 3 03:54:24 2006
@@ -566,6 +566,7 @@
#if PRINT_AST
Trace.WriteLine($"Unknown expression $(ex.GetType().FullName) : $ex.");
#endif
+ ignore(ex);
}
Print(ex : Located) : void
Modified: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Engine/Engine-main.n
==============================================================================
--- vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Engine/Engine-main.n (original)
+++ vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Engine/Engine-main.n Sun Sep 3 03:54:24 2006
@@ -185,8 +185,8 @@
}
public CompileMethod(
- [NotNull] method : MethodBuilder,
- [NotNull] content : string,
+ /*[NotNull]*/ method : MethodBuilder,
+ /*[NotNull]*/ content : string,
location : Location)
: (FunBody.Parsed * FunBody.Typed * Exception)
{
More information about the svn
mailing list