www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Something wrong with win32 dmd 2.059head?

reply Dmitry Olshansky <dmitry.olsh gmail.com> writes:
I meant to ask this before, but am I the only one seeing pages of error 
messages on win32 while showing reasonable few lines on pretty much any 
other platform?
Compare my failing (due to wrong predicate passed to assertSorted) pull 
462 test runs:
win32:
http://d.puremagic.com/test-results/pull.ghtml?runid=96548
linux32:
http://d.puremagic.com/test-results/pull.ghtml?runid=96533

Code and error in it is system agnostic here.

-- 
Dmitry Olshansky
Mar 16 2012
next sibling parent Dmitry Olshansky <dmitry.olsh gmail.com> writes:
On 17.03.2012 0:43, Dmitry Olshansky wrote:
 I meant to ask this before, but am I the only one seeing pages of error
 messages on win32 while showing reasonable few lines on pretty much any
 other platform?
 Compare my failing (due to wrong predicate passed to assertSorted) pull
 462 test runs:
 win32:
 http://d.puremagic.com/test-results/pull.ghtml?runid=96548
 linux32:
 http://d.puremagic.com/test-results/pull.ghtml?runid=96533

 Code and error in it is system agnostic here.
s/showing/getting s/assertSorted/assumeSorted/ Ah, the joy of posting past the midnight :) -- Dmitry Olshansky
Mar 16 2012
prev sibling parent reply "Jonathan M Davis" <jmdavisProg gmx.com> writes:
On Saturday, March 17, 2012 00:43:48 Dmitry Olshansky wrote:
 I meant to ask this before, but am I the only one seeing pages of error
 messages on win32 while showing reasonable few lines on pretty much any
 other platform?
 Compare my failing (due to wrong predicate passed to assertSorted) pull
 462 test runs:
 win32:
 http://d.puremagic.com/test-results/pull.ghtml?runid=96548
 linux32:
 http://d.puremagic.com/test-results/pull.ghtml?runid=96533
 
 Code and error in it is system agnostic here.
Well, I believe that the error gagging was temporarily turned off (with the idea of re-enabling closer to the release of 2.059), so you do get a ton of error messages when there's anything wrong with a template. I don't know why you'd be seeing more on Windows though. - Jonathan M Davis
Mar 16 2012
parent "Vladimir Panteleev" <vladimir thecybershadow.net> writes:
On Friday, 16 March 2012 at 21:26:40 UTC, Jonathan M Davis wrote:
 Well, I believe that the error gagging was temporarily turned 
 off (with the idea of re-enabling closer to the release of 
 2.059), so you do get a ton of error messages when there's 
 anything wrong with a template. I don't know why you'd be 
 seeing more on Windows though.
I'm seeing this too. The thing is, though, that the error messages that follow are completely disconnected with any problems in the source code (e.g. you'd get errors inside Phobos, and not with template instantiations with your types either).
Mar 16 2012