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

Re: exceptions thrown when running app with failed unittests

2017-03-20 Thread Jacob Carlborg via Digitalmars-d-learn
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 just a failed unit test message? Yeah, it is normal, though IMO

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

Re: exceptions thrown when running app with failed unittests

2017-03-19 Thread Adam D. Ruppe via Digitalmars-d-learn
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 least shortened to just the top few lines).

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

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

Re: exceptions thrown when running app with failed unittests

2017-03-19 Thread Ali Çehreli via Digitalmars-d-learn
On 03/19/2017 03:13 PM, 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 greatly appreciated. > > Following the book of The D Programming language

Re: exceptions thrown when running app with failed unittests

2017-03-19 Thread cym13 via Digitalmars-d-learn
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 greatly appreciated. [...] Well, unittests can pass or