Re: Any full-text search library

2017-03-21 Thread Ervin Bosenbacher via Digitalmars-d-learn
On Friday, 3 February 2017 at 14:30:01 UTC, Soolayman wrote: Is there any usable full-text search library? for D I couldn't find any except the Elasticsearch client called elasticsearch-d in the package registry a very old Lucene port for D1 called dlucene. This is it or did I miss something?

Re: exceptions thrown when running app with failed unittests

2017-03-20 Thread Ervin Bosenbacher via Digitalmars-d-learn
On Monday, 20 March 2017 at 07:36:47 UTC, Jacob Carlborg wrote: On 2017-03-20 00:49, Ervin Bosenbacher wrote: On Sunday, 19 March 2017 at 23:23:48 UTC, Adam D. Ruppe wrote: On Sunday, 19 March 2017 at 22:33:26 UTC, Ervin Bosenbacher wrote: Is it normal to see the long trace output instead of ju

Re: exceptions thrown when running app with failed unittests

2017-03-19 Thread Ervin Bosenbacher via Digitalmars-d-learn
On Sunday, 19 March 2017 at 23:23:48 UTC, Adam D. Ruppe wrote: On Sunday, 19 March 2017 at 22:33:26 UTC, Ervin Bosenbacher wrote: Is it normal to see the long trace output instead of just a failed unit test message? Yeah, it is normal, though IMO useless and ought to just be removed (or at le

Re: exceptions thrown when running app with failed unittests

2017-03-19 Thread Ervin Bosenbacher via Digitalmars-d-learn
On Sunday, 19 March 2017 at 22:33:26 UTC, Ervin Bosenbacher wrote: On Sunday, 19 March 2017 at 22:20:58 UTC, cym13 wrote: On Sunday, 19 March 2017 at 22:13:21 UTC, Ervin Bosenbacher wrote: Its my 2nd day into D, I am already in deep love (:D), and I would like to understand whether this is nor

Re: exceptions thrown when running app with failed unittests

2017-03-19 Thread Ervin Bosenbacher via Digitalmars-d-learn
On Sunday, 19 March 2017 at 22:20:58 UTC, cym13 wrote: On Sunday, 19 March 2017 at 22:13:21 UTC, Ervin Bosenbacher wrote: Its my 2nd day into D, I am already in deep love (:D), and I would like to understand whether this is normal behavior or something went terribly wrong, so all help is great

exceptions thrown when running app with failed unittests

2017-03-19 Thread Ervin Bosenbacher via Digitalmars-d-learn
Its my 2nd day into D, I am already in deep love (:D), and I would like to understand whether this is normal behavior or something went terribly wrong, so all help is greatly appreciated. Following the book of The D Programming language I have the code below: bool binarySearch(T)(T[] input,