This is an automated email from the ASF dual-hosted git repository.
nightowl888 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git.
from 9e356b5
Lucene.Net.Index.TestIndexReaderClose::TestCloseUnderException(): Removed
unused allocation from test loop
new 6c322bc Lucene.Net.Support.Threading.ReaderWriterLockSlimExtensions:
Deprecated, since this was only to support TaskMergeScheduler and allocating
memory to eliminate a try/finally block is wasteful.
new 787ac89 BUG: Lucene.Net.Support.Collections.ReverseComparer<T>:
Replaced CaseInsensitiveComparer with J2N.Collections.Generic.Comparer<T>. This
only affects tests.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/Lucene.Net/Support/Collections.cs | 18 ++----------------
.../ReaderWriterLockSlimExtensions.cs | 1 +
2 files changed, 3 insertions(+), 16 deletions(-)
rename src/Lucene.Net/Support/{Threading =>
ObsoleteAPI}/ReaderWriterLockSlimExtensions.cs (91%)