Skip Menu |

This queue is for tickets about the Config-GitLike CPAN distribution.

Report information
The Basics
Id: 100231
Status: resolved
Priority: 0/
Queue: Config-GitLike

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

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



Subject: Path Test Failure on ActivePerl 5.14
Date: Sun, 9 Nov 2014 20:57:19 -0800
To: bug-config-gitlike [...] rt.cpan.org
From: "David E. Wheeler" <dwheeler [...] cpan.org>
See the test failure here: http://ppm4.activestate.com/MSWin32-x64/5.14/1400/D/DW/DWHEELER/App-Sqitch-0.997.d/log-20141105T002600.txt The relevant output: # Failed test 'Found definition from second file' # at t/casing.t line 54. # got: 'C:/cpanfly-5.14/var/tmp/9Cgz1AOfJk/other' # expected: 'C:\cpanfly-5.14\var\tmp\9Cgz1AOfJk\other' # Looks like you failed 1 test of 19. Something seems to refer to the path using Unix semantics somewhere.
On 2014-11-09 23:57:33, DWHEELER wrote: Show quoted text
> See the test failure here: > > http://ppm4.activestate.com/MSWin32-x64/5.14/1400/D/DW/DWHEELER/App- > Sqitch-0.997.d/log-20141105T002600.txt > > The relevant output: > > # Failed test 'Found definition from second file' > # at t/casing.t line 54. > # got: 'C:/cpanfly-5.14/var/tmp/9Cgz1AOfJk/other' > # expected: 'C:\cpanfly-5.14\var\tmp\9Cgz1AOfJk\other' > # Looks like you failed 1 test of 19. > > Something seems to refer to the path using Unix semantics somewhere.
Hi guys, Any chance of a fix for this soonish? I'd like to get Sqitch building again on ActivePerl. Thanks, David
Subject: Re: [rt.cpan.org #100231] Path Test Failure on ActivePerl 5.14
Date: Mon, 16 Feb 2015 19:36:48 -0500
To: bug-Config-GitLike [...] rt.cpan.org
From: Alex Vandiver <alex [...] chmrr.net>
On Mon, 16 Feb 2015 19:06:43 -0500 "David Wheeler via RT" <bug-Config-GitLike@rt.cpan.org> wrote: Show quoted text
> Any chance of a fix for this soonish? I'd like to get Sqitch building > again on ActivePerl.
Looks like https://rt.cpan.org/Public/Bug/Display.html?id=12306 is the cause. I'll take a gander about working around it. - Alex
Subject: Re: [rt.cpan.org #100231] Path Test Failure on ActivePerl 5.14
Date: Mon, 16 Feb 2015 19:49:51 -0500
To: bug-Config-GitLike [...] rt.cpan.org
From: Alex Vandiver <alex [...] chmrr.net>
On Mon, 16 Feb 2015 19:37:02 -0500 "Alex Vandiver via RT" <bug-Config-GitLike@rt.cpan.org> wrote: Show quoted text
> Looks like https://rt.cpan.org/Public/Bug/Display.html?id=12306 is the > cause. I'll take a gander about working around it.
I have no easy way to completely test, but testing using File::Spec::Win32->canonpath looks like it addresses the issue. I've uploaded 1.16, and we'll see what the smoke results look like. Sorry for the long delay, - Alex
Subject: Re: [rt.cpan.org #100231] Path Test Failure on ActivePerl 5.14
Date: Mon, 16 Feb 2015 16:59:41 -0800
To: bug-Config-GitLike [...] rt.cpan.org
From: "David E. Wheeler" <dwheeler [...] cpan.org>
On Feb 16, 2015, at 4:50 PM, Alex Vandiver via RT <bug-Config-GitLike@rt.cpan.org> wrote: Show quoted text
> I have no easy way to completely test, but testing using > File::Spec::Win32->canonpath looks like it addresses the issue. I've > uploaded 1.16, and we'll see what the smoke results look like.
Awesome, thanks. We can just keep an eye on http://code.activestate.com/ppm/Config-GitLike/. David