[GitHub] lucenenet pull request #185: Ported Core.Util.Fst tests + Core.Util.Packed.T...

2016-10-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/lucenenet/pull/185 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] lucenenet pull request #185: Ported Core.Util.Fst tests + Core.Util.Packed.T...

2016-09-11 Thread synhershko
Github user synhershko commented on a diff in the pull request: https://github.com/apache/lucenenet/pull/185#discussion_r78303386 --- Diff: src/Lucene.Net.TestFramework/Util/fst/FSTTester.cs --- @@ -395,6 +407,24 @@ internal virtual FST DoTest(int prune1, int prune2, bool

[GitHub] lucenenet pull request #185: Ported Core.Util.Fst tests + Core.Util.Packed.T...

2016-09-11 Thread NightOwl888
Github user NightOwl888 commented on a diff in the pull request: https://github.com/apache/lucenenet/pull/185#discussion_r78303194 --- Diff: src/Lucene.Net.TestFramework/Util/fst/FSTTester.cs --- @@ -395,6 +407,24 @@ internal virtual FST DoTest(int prune1, int prune2, bool

[GitHub] lucenenet pull request #185: Ported Core.Util.Fst tests + Core.Util.Packed.T...

2016-09-11 Thread NightOwl888
Github user NightOwl888 commented on a diff in the pull request: https://github.com/apache/lucenenet/pull/185#discussion_r78303088 --- Diff: src/Lucene.Net.Tests/core/Util/TestWeakIdentityMap.cs --- @@ -174,12 +188,15 @@ public virtual void TestSimpleHashMap()

[GitHub] lucenenet pull request #185: Ported Core.Util.Fst tests + Core.Util.Packed.T...

2016-09-11 Thread synhershko
Github user synhershko commented on a diff in the pull request: https://github.com/apache/lucenenet/pull/185#discussion_r78302998 --- Diff: src/Lucene.Net.Core/AssemblyInfo.cs --- @@ -84,6 +90,6 @@ // (*) Delay Signing is an advanced option - see the Microsoft .NET

[GitHub] lucenenet pull request #185: Ported Core.Util.Fst tests + Core.Util.Packed.T...

2016-09-11 Thread synhershko
Github user synhershko commented on a diff in the pull request: https://github.com/apache/lucenenet/pull/185#discussion_r78302897 --- Diff: src/Lucene.Net.Tests/core/Util/TestWeakIdentityMap.cs --- @@ -174,12 +188,15 @@ public virtual void TestSimpleHashMap()

[GitHub] lucenenet pull request #185: Ported Core.Util.Fst tests + Core.Util.Packed.T...

2016-09-11 Thread NightOwl888
Github user NightOwl888 commented on a diff in the pull request: https://github.com/apache/lucenenet/pull/185#discussion_r78302841 --- Diff: src/Lucene.Net.Core/AssemblyInfo.cs --- @@ -84,6 +90,6 @@ // (*) Delay Signing is an advanced option - see the Microsoft .NET

[GitHub] lucenenet pull request #185: Ported Core.Util.Fst tests + Core.Util.Packed.T...

2016-09-11 Thread synhershko
Github user synhershko commented on a diff in the pull request: https://github.com/apache/lucenenet/pull/185#discussion_r78302836 --- Diff: src/Lucene.Net.TestFramework/Util/fst/FSTTester.cs --- @@ -913,6 +945,73 @@ private void VerifyPruned(int inputMode, FST fst, int prune1, int

[GitHub] lucenenet pull request #185: Ported Core.Util.Fst tests + Core.Util.Packed.T...

2016-09-11 Thread synhershko
Github user synhershko commented on a diff in the pull request: https://github.com/apache/lucenenet/pull/185#discussion_r78302397 --- Diff: src/Lucene.Net.Core/AssemblyInfo.cs --- @@ -84,6 +90,6 @@ // (*) Delay Signing is an advanced option - see the Microsoft .NET

[GitHub] lucenenet pull request #185: Ported Core.Util.Fst tests + Core.Util.Packed.T...

2016-09-07 Thread NightOwl888
GitHub user NightOwl888 opened a pull request: https://github.com/apache/lucenenet/pull/185 Ported Core.Util.Fst tests + Core.Util.Packed.TestPackedInts test This includes 3 missing test files from Core.Util, several bug fixes to make the Core.Util.Fst tests pass (all green), and