Skip Menu |

This queue is for tickets about the MooseX-Daemonize CPAN distribution.

Report information
The Basics
Id: 64669
Status: stalled
Priority: 0/
Queue: MooseX-Daemonize

People
Owner: stevan.little [...] gmail.com
Requestors: CRAKRJACK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.12
Fixed in: (no value)



Subject: STDOUT/STDERR redirection should append, not truncate
can you please make it so that when STDERR/STDOUT are sent to a file, that file is appended to rather than truncated?
To be honest, I don't use this module much anymore and don't currently have time to add this feature. That said, I would be happy to accept a patch if you would like to write one up (including tests as well please). You can get access to the git repository here: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/MooseX-Daemonize.git;a=summary Simply come onto #moose@irc.perl.org and nopaste your ssh key for commit access. - Stevan On Mon Jan 10 19:36:23 2011, CRAKRJACK wrote: Show quoted text
> can you please make it so that when STDERR/STDOUT are sent to a file, > that file is appended to rather than truncated?
Subject: Re: [rt.cpan.org #64669] STDOUT/STDERR redirection should append, not truncate
Date: Mon, 10 Jan 2011 17:01:27 -0800
To: bug-MooseX-Daemonize [...] rt.cpan.org
From: Tyler MacDonald <tyler [...] macdonald.name>
It's a two line change!!! :-) That said, sure, i'll update the module for you.. and being able to commit to it may help if I run into other things worth changing as well. I'll hop on IRC tonight. what do you mean by "nopaste your ssh key"? On Mon, Jan 10, 2011 at 4:52 PM, Stevan Little via RT < bug-MooseX-Daemonize@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=64669 > > > To be honest, I don't use this module much anymore and don't currently have > time to add this > feature. > > That said, I would be happy to accept a patch if you would like to write > one up (including > tests as well please). > > You can get access to the git repository here: > > > http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/MooseX-Daemonize.git;a=summary > > Simply come onto #moose@irc.perl.org and nopaste your ssh key for commit > access. > > - Stevan > > On Mon Jan 10 19:36:23 2011, CRAKRJACK wrote:
> > can you please make it so that when STDERR/STDOUT are sent to a file, > > that file is appended to rather than truncated?
> > > >
Subject: Re: [rt.cpan.org #64669] STDOUT/STDERR redirection should append, not truncate
Date: Mon, 10 Jan 2011 20:14:27 -0500
To: bug-MooseX-Daemonize [...] rt.cpan.org
From: Chris Prather <chris [...] prather.org>
On Mon, Jan 10, 2011 at 8:01 PM, Tyler MacDonald via RT <bug-MooseX-Daemonize@rt.cpan.org> wrote: Show quoted text
>       Queue: MooseX-Daemonize >  Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=64669 > > > It's a two line change!!! :-)
Sure, and one that hasn't been run into in three years so there are backwards compatibility issues. Luckily we suck at testing and don't have tests for the current behavior (meaning it's free to change without a lot of messy deprecation and/or backwards compatibility). I'm sure you'll be providing a test file for this new behavior since you value the code and wouldn't want it to be reverted in *another* three years when someone comes along that prefers different behavior. Show quoted text
> That said, sure, i'll update the module for you.. and being able to commit > to it may help if I run into other things worth changing as well. I'll hop > on IRC tonight. what do you mean by "nopaste your ssh key"?
He means provide it in some web-accessible way so one of the people with commit access to the gitosis repository can add you to the committers list. Someone like myself for example. -Chris
hehe, yeah what chris said. /me deletes his response. Thanks In advance for the patch. Want CPAN Co-Maint? Then you can upload when you want too. - Stevan On Mon Jan 10 20:14:36 2011, chris@prather.org wrote: Show quoted text
> On Mon, Jan 10, 2011 at 8:01 PM, Tyler MacDonald via RT > <bug-MooseX-Daemonize@rt.cpan.org> wrote:
> >       Queue: MooseX-Daemonize > >  Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=64669 > > > > > It's a two line change!!! :-)
> > Sure, and one that hasn't been run into in three years so there are > backwards compatibility issues. Luckily we suck at testing and don't > have tests for the current behavior (meaning it's free to change > without a lot of messy deprecation and/or backwards compatibility). > I'm sure you'll be providing a test file for this new behavior since > you value the code and wouldn't want it to be reverted in *another* > three years when someone comes along that prefers different behavior. >
> > That said, sure, i'll update the module for you.. and being able to commit > > to it may help if I run into other things worth changing as well. I'll hop > > on IRC tonight. what do you mean by "nopaste your ssh key"?
> > He means provide it in some web-accessible way so one of the people > with commit access to the gitosis repository can add you to the > committers list. Someone like myself for example. > > -Chris
Subject: Re: [rt.cpan.org #64669] STDOUT/STDERR redirection should append, not truncate
Date: Sun, 16 Jan 2011 00:39:38 -0800
To: bug-MooseX-Daemonize [...] rt.cpan.org
From: Tyler MacDonald <tyler [...] macdonald.name>
Sure, thank you. I'm attaching my public key as well. I'll send my work key on tuesday. This module is pretty awesome, aside from the appending issue it is exactly DWIM so far. On Mon, Jan 10, 2011 at 5:19 PM, Stevan Little via RT < bug-MooseX-Daemonize@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=64669 > > > hehe, yeah what chris said. > > /me deletes his response. > > Thanks In advance for the patch. Want CPAN Co-Maint? Then you can upload > when you want > too. > > - Stevan > > On Mon Jan 10 20:14:36 2011, chris@prather.org wrote:
> > On Mon, Jan 10, 2011 at 8:01 PM, Tyler MacDonald via RT > > <bug-MooseX-Daemonize@rt.cpan.org> wrote:
> > > Queue: MooseX-Daemonize > > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=64669 > > > > > > > It's a two line change!!! :-)
> > > > Sure, and one that hasn't been run into in three years so there are > > backwards compatibility issues. Luckily we suck at testing and don't > > have tests for the current behavior (meaning it's free to change > > without a lot of messy deprecation and/or backwards compatibility). > > I'm sure you'll be providing a test file for this new behavior since > > you value the code and wouldn't want it to be reverted in *another* > > three years when someone comes along that prefers different behavior. > >
> > > That said, sure, i'll update the module for you.. and being able to
> commit
> > > to it may help if I run into other things worth changing as well. I'll
> hop
> > > on IRC tonight. what do you mean by "nopaste your ssh key"?
> > > > He means provide it in some web-accessible way so one of the people > > with commit access to the gitosis repository can add you to the > > committers list. Someone like myself for example. > > > > -Chris
> > > >
Download id_dsa.pub
application/octet-stream 589b

Message body not shown because it is not plain text.

Subject: Re: [rt.cpan.org #64669] STDOUT/STDERR redirection should append, not truncate
Date: Tue, 18 Jan 2011 10:42:11 -0800
To: bug-MooseX-Daemonize [...] rt.cpan.org
From: Tyler MacDonald <tyler [...] macdonald.name>
Here's my SSH public key from work as well. Thanks, Tyler On Sun, Jan 16, 2011 at 12:39 AM, Tyler MacDonald via RT < bug-MooseX-Daemonize@rt.cpan.org> wrote: Show quoted text
> <URL: http://rt.cpan.org/Ticket/Display.html?id=64669 > > > Sure, thank you. I'm attaching my public key as well. I'll send my work key > on tuesday. > This module is pretty awesome, aside from the appending issue it is exactly > DWIM so far. > > On Mon, Jan 10, 2011 at 5:19 PM, Stevan Little via RT < > bug-MooseX-Daemonize@rt.cpan.org> wrote: >
> > <URL: https://rt.cpan.org/Ticket/Display.html?id=64669 > > > > > hehe, yeah what chris said. > > > > /me deletes his response. > > > > Thanks In advance for the patch. Want CPAN Co-Maint? Then you can upload > > when you want > > too. > > > > - Stevan > > > > On Mon Jan 10 20:14:36 2011, chris@prather.org wrote:
> > > On Mon, Jan 10, 2011 at 8:01 PM, Tyler MacDonald via RT > > > <bug-MooseX-Daemonize@rt.cpan.org> wrote:
> > > > Queue: MooseX-Daemonize > > > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=64669 > > > > > > > > > It's a two line change!!! :-)
> > > > > > Sure, and one that hasn't been run into in three years so there are > > > backwards compatibility issues. Luckily we suck at testing and don't > > > have tests for the current behavior (meaning it's free to change > > > without a lot of messy deprecation and/or backwards compatibility). > > > I'm sure you'll be providing a test file for this new behavior since > > > you value the code and wouldn't want it to be reverted in *another* > > > three years when someone comes along that prefers different behavior. > > >
> > > > That said, sure, i'll update the module for you.. and being able to
> > commit
> > > > to it may help if I run into other things worth changing as well.
> I'll
> > hop
> > > > on IRC tonight. what do you mean by "nopaste your ssh key"?
> > > > > > He means provide it in some web-accessible way so one of the people > > > with commit access to the gitosis repository can add you to the > > > committers list. Someone like myself for example. > > > > > > -Chris
> > > > > > > >
> >
Download id_rsa.pub
application/octet-stream 399b

Message body not shown because it is not plain text.

RT-Send-CC: chris [...] prather.org, tyler [...] macdonald.name
I'm not sure if these keys were added before (if not, so sorry for the horrendous delay), but they're in now, so you can push changes to gitmo@git.moose.perl.org:MooseX-Daemonize.git . (Are you by any chance the Tyler Macdonald I used to work with some years back? If so, HI!)