Skip Menu |

This queue is for tickets about the Math-MatrixReal CPAN distribution.

Report information
The Basics
Id: 64629
Status: resolved
Priority: 0/
Queue: Math-MatrixReal

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 2.05
Fixed in: (no value)



Subject: Tests fail on Windows systems, probably because of DOS newline
Some Math::MatrixReal tests fail on Windows systems. See: http://matrix.cpantesters.org/?dist=Math-MatrixReal+2.05 I think this is just a DOS newline issue ("\r\n" vs. "\n") and may be solved by using something like s/\r//g before comparing test results. Regards, Slaven
Fixed in 2.08 On Sun Jan 09 10:01:47 2011, SREZIC wrote: Show quoted text
> Some Math::MatrixReal tests fail on Windows systems. See: > http://matrix.cpantesters.org/?dist=Math-MatrixReal+2.05 > > I think this is just a DOS newline issue ("\r\n" vs. "\n") and may be > solved by using something like s/\r//g before comparing test results. > > Regards, > Slaven
On 2011-04-11 04:48:19, LETO wrote: Show quoted text
> Fixed in 2.08
I have to re-open this ticket — there are still fails for MSWin32 in 2.09, and I think it's the same issue (as_latex and stringification tests are failing). Regards, Slaven Show quoted text
> On Sun Jan 09 10:01:47 2011, SREZIC wrote:
> > Some Math::MatrixReal tests fail on Windows systems. See: > > http://matrix.cpantesters.org/?dist=Math-MatrixReal+2.05 > > > > I think this is just a DOS newline issue ("\r\n" vs. "\n") and may be > > solved by using something like s/\r//g before comparing test results. > > > > Regards, > > Slaven
> >
Just uploaded 2.10 to CPAN which contains fixes to the tests. Let me know if that works for you. Duke On Tue Nov 19 11:24:24 2013, SREZIC wrote: Show quoted text
> On 2011-04-11 04:48:19, LETO wrote:
> > Fixed in 2.08
> > I have to re-open this ticket — there are still fails for MSWin32 in > 2.09, and I think it's the same issue (as_latex and stringification > tests are failing). > > Regards, > Slaven >
> > On Sun Jan 09 10:01:47 2011, SREZIC wrote:
> > > Some Math::MatrixReal tests fail on Windows systems. See: > > > http://matrix.cpantesters.org/?dist=Math-MatrixReal+2.05 > > > > > > I think this is just a DOS newline issue ("\r\n" vs. "\n") and may > > > be > > > solved by using something like s/\r//g before comparing test > > > results. > > > > > > Regards, > > > Slaven
> > > >
On 2013-11-19 21:31:30, LETO wrote: Show quoted text
> Just uploaded 2.10 to CPAN which contains fixes to the tests. Let me > know if that works for you.
Yes, it works now on Windows. Regards, Slaven Show quoted text
> On Tue Nov 19 11:24:24 2013, SREZIC wrote:
> > On 2011-04-11 04:48:19, LETO wrote:
> > > Fixed in 2.08
> > > > I have to re-open this ticket — there are still fails for MSWin32 in > > 2.09, and I think it's the same issue (as_latex and stringification > > tests are failing). > > > > Regards, > > Slaven > >
> > > On Sun Jan 09 10:01:47 2011, SREZIC wrote:
> > > > Some Math::MatrixReal tests fail on Windows systems. See: > > > > http://matrix.cpantesters.org/?dist=Math-MatrixReal+2.05 > > > > > > > > I think this is just a DOS newline issue ("\r\n" vs. "\n") and > > > > may > > > > be > > > > solved by using something like s/\r//g before comparing test > > > > results. > > > > > > > > Regards, > > > > Slaven
> > > > > >