[GitHub] lucenenet pull request: Port CharArrayIterator

2015-12-17 Thread synhershko
Github user synhershko commented on a diff in the pull request: https://github.com/apache/lucenenet/pull/157#discussion_r47976547 --- Diff: src/Lucene.Net.Analysis.Common/Analysis/Util/CharArrayIterator.cs --- @@ -1,276 +1,268 @@ using System; +using ICU4NET;

Re: [GitHub] lucenenet pull request: Port CharArrayIterator

2015-12-17 Thread Laimonas Simutis
Issue with CI failing is that icu4net nuget package depends on init.ps1 script to run but nuget restore does not run that script (seems like a bug with nuget). In that script the dependent icu dlls are being pulled from icu project site. Thinking what to do here... probably will hold off on any