Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Git-Hooks CPAN distribution.

Report information
The Basics
Id: 86498
Status: open
Priority: 0/
Queue: Git-Hooks

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

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



Subject: Test failures on freebsd systems since 0.043
Tests fail on my two freebsd systems (8 and 9, I think git 1.7.x resp. 1.8.x is installed there) since 0.043. 0.044 is also affected. git-bisect says that... a18a75a1e58b15555f0410e68ce14d82845b5ffe is the first bad commit commit a18a75a1e58b15555f0410e68ce14d82845b5ffe Author: Gustavo L. de M. Chaves <gnustavo@cpan.org> Date: Tue Jun 18 10:28:14 2013 -0300 New module Git::More::Message This new class represents a Git commit message. Generally speaking, a commit message can be any string whatsoever. However, the Git community came up with a few conventions for how to best format a message and this class embraces those conventions making it easier for you to validate and change a commit message structure. With it the Git::Hooks::CheckLog and Git::Hooks::GerritChangeId plugins were reimplemented and simplified. The Git::More class implements two new methods: - read_commit_msg_file: that reads the contents of a file, respecting the i18n.commitencoding config option, and returns its contents stripspaced. - write_commit_msg_file: that writes a string to a file respecting the i18n.commitencoding config option. Signed-off-by: Gustavo L. de M. Chaves <gnustavo@cpan.org> Regards, Slaven
Subject: Re: [rt.cpan.org #86498] Test failures on freebsd systems since 0.043
Date: Thu, 27 Jun 2013 13:58:30 -0300
To: bug-Git-Hooks [...] rt.cpan.org
From: Gustavo Leite de Mendonça Chaves <gnustavo [...] cpan.org>
2013/6/27 Slaven_Rezic via RT <bug-Git-Hooks@rt.cpan.org> Show quoted text
> Thu Jun 27 11:12:22 2013: Request 86498 was acted upon. > Transaction: Ticket created by SREZIC > Queue: Git-Hooks > Subject: Test failures on freebsd systems since 0.043 > Broken in: 0.043 > Severity: (no value) > Owner: Nobody > Requestors: SREZIC@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=86498 > > > > Tests fail on my two freebsd systems (8 and 9, I think git 1.7.x resp. > 1.8.x is installed there) since 0.043. 0.044 is also affected. > > git-bisect says that... > > a18a75a1e58b15555f0410e68ce14d82845b5ffe is the first bad commit > commit a18a75a1e58b15555f0410e68ce14d82845b5ffe > Author: Gustavo L. de M. Chaves <gnustavo@cpan.org> > Date: Tue Jun 18 10:28:14 2013 -0300 >
Thank you. I think I found the problem. Git::command_bidi_pipe, which I used on Git::More::Message, seems not to work on FreeBSD. I have to confirm this though. Thank you.