[svn]
r7477: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2:
CodeModel/ExprFinder.n Tests/Test...
IT
svnadmin at nemerle.org
Sat Feb 24 02:04:05 CET 2007
Log:
Working on ExprFinder.
Author: IT
Date: Sat Feb 24 02:04:03 2007
New Revision: 7477
Modified:
vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/ExprFinder.n
vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Tests/Tests.n
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 Sat Feb 24 02:04:03 2007
@@ -57,10 +57,10 @@
match (info.Node)
{
| PExpr.Wildcard => info.Stop();
- | PExpr.MacroCall(name, _, _) when IsIn(name.Location) =>
+ //| PExpr.MacroCall(name, _, _) when IsIn(name.Location) =>
- _location = name.Location;
- info.Stop();
+ // _location = name.Location;
+ // info.Stop();
| _ => ()
}
Modified: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Tests/Tests.n
==============================================================================
--- vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Tests/Tests.n (original)
+++ vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Tests/Tests.n Sat Feb 24 02:04:03 2007
@@ -38,15 +38,15 @@
Assert.AreEqual(len, result.ColEnd - result.ColStart);
}
- test("035", 3, "bbb");
- test("034", 2, "ex");
- test("033", 8, "ToString");
- test("032", 3, "aaa");
- test("031", 3, "arr");
- test("030", 3, "bbb");
- test("029", 1, "y");
- test("028", 1, "x");
- test("027", 10, "array [int]");
+ //test("035", 3, "bbb");
+ //test("034", 2, "ex");
+ //test("033", 8, "ToString");
+ //test("032", 3, "aaa");
+ //test("031", 3, "arr");
+ //test("030", 3, "bbb");
+ //test("029", 1, "y");
+ //test("028", 1, "x");
+ //test("027", 10, "array [int]");
test("026", 6, "fromTy");
test("025", 2, "+=");
test("024", 3, "Op1");
More information about the svn
mailing list