BackupPC-users

Re: [BackupPC-users] OT Re: use case: desktop system

2009-12-02 10:57:18
Subject: Re: [BackupPC-users] OT Re: use case: desktop system
From: Les Mikesell <lesmikesell AT gmail DOT com>
To: "General list for user discussion, questions and support" <backuppc-users AT lists.sourceforge DOT net>
Date: Wed, 02 Dec 2009 09:53:52 -0600
Jeffrey J. Kosowsky wrote:
> 
>  > >  > i have written a really small util for mom's (ubuntu) PC, that print 
> a 
>  > >  > small notice abount the backuppc working state.
>  > >  > 
>  > >  > Could something like that become part of the official distribution 
> package?
>  > >  > 
>  > >  > #!/usr/bin/python
>  > >  > 
>  > > 
>  > > There's your problem. Craig will allow any garbage to be included in
>  > > BackupPC just so long as it is written in Perl ;)
>  > 
>  > Perl does have the advantage of almost never having language syntax 
> changes that 
>  > break existing programs.  Unlike python.  The only one I can even think of 
> was 
>  > the change to interpolate @ in double-quoted strings in perl5.
>  > 
> 
> Well, there have been others -- in fact, if you recall last year I
> reported a bug that broke BackupPC for perl 5.8.10+.
> 
> It had to do with the fact that:
>       return sort(compareLOGName @files);
> needed to be changed to:
>       return sort(compareLOGName( @files));
> 
> Now perhaps the initial syntax was "illegal" to begin with and
> strictly speaking the change had to do with a violation of 'strict
> subs' but my point is just that perl isn't perfect either - though
> perhaps a lot better than others...

OK, I'll rephrase and say that perl rarely "intentionally" breaks your 
existing programs - unlike python, whose author seems to think that's a 
good thing.

-- 
   Les Mikesell
    lesmikesell AT gmail DOT com


------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
BackupPC-users mailing list
BackupPC-users AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

<Prev in Thread] Current Thread [Next in Thread>