Re: Bug#859667: [Pkg-d-devel] Bug#859667: libundead: FTBFS on armhf and ppc64el: tests fail

2017-04-09 Thread Iain Buclaw
On 9 April 2017 at 14:40, Andreas Tille wrote: > reopen 859667 > thanks > > On Fri, Apr 07, 2017 at 06:03:46PM +0200, Iain Buclaw wrote: >> > >> > >> > I have the feelingt that this meand "no" to your second question. >> > >> >

Re: [Pkg-d-devel] Bug#859667: libundead: FTBFS on armhf and ppc64el: tests fail

2017-04-07 Thread Iain Buclaw
On 7 April 2017 at 16:02, Andreas Tille wrote: > On Wed, Apr 05, 2017 at 10:22:28PM +0200, Iain Buclaw wrote: >> Which compiler? > > $ LANG=C apt-cache policy ldc > ldc: > Installed: 1:1.1.1-1 > >> Are NaNs being honoured? > > Hmmm, no idea how to check this

Re: [Pkg-d-devel] Bug#859667: libundead: FTBFS on armhf and ppc64el: tests fail

2017-04-05 Thread Iain Buclaw
Which compiler? Are NaNs being honoured? What if you were to replace the `(x != x && f != f)` comparison with `(isNaN(x) && isNaN(f))` ? On 5 April 2017 at 22:00, Andreas Tille wrote: > Hi, > > I admit I'm totally clueless and thus I'm asking D language team as well as > porters for help. > > Th