pspp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Mea Culpa


From: Ben Pfaff
Subject: Re: Mea Culpa
Date: Thu, 18 Sep 2008 21:49:26 -0700
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

John Darrington <address@hidden> writes:

> On Thu, Sep 18, 2008 at 09:18:37PM -0700, Ben Pfaff wrote:
>      John Darrington <address@hidden> writes:
>      
>      > On Tue, Sep 16, 2008 at 07:59:51AM -0700, Ben Pfaff wrote:
>      >
>      >      What did you intend to do?  I can probably fix it.
>      >
>      > It's difficult to tell what went wrong by looking at "git log",
>      > because it sorts by commit date, not push date.  However, by 
>      > going through the pspp-commits mailing list archives, I think
>      > there was only one erronous push, the most recent one:
>      >
>      > http://lists.gnu.org/archive/html/pspp-commits/2008-09/msg00009.html
>      >
>      > All I meant to do in that action was a simple change to
>      > src/language/command.def marking CORRELATIONS and PEARSON CORRELATIONS
>      > as unimplemented.
>      
>      OK.  I rewound the "stable" branch to where (I think) it was
>      before that push.  If there seems to be anything missing from it,
>      please let me know.
>
>
> The two pushes I made on 14 September no longer seem to be there.

As you say, "pushes" aren't a very useful unit because they
aren't recorded in the log; they can't be, due to the way that
Git tracks commits.

The following commits are the ones that I guess you are referring
to.  Is that correct?  I can easily add them, or other commits
that you identify, to the stable branch.

commit 7ce6874eaf41e67636bbc5677b3b5016fa2324cc
Author: John Darrington <address@hidden>
Date:   Sun Sep 14 21:29:53 2008 +0800

    Don't append % to count totals.
    
    There was an erroneous '%' appended to the totals for count
    values. This change removes it.  Fixes bug #24003

commit 1134f778a7d1e729190065ce58f02b228e3c0a21
Author: John Darrington <address@hidden>
Date:   Sun Sep 14 20:51:38 2008 +0800

    Don't destroy dictionary on error if we didn't create it.
    
    Avoid assertion failure on bad input.  Closes bug #24031

commit 4b6ee946a98a755bae4f48629e31a5493cbf7bbd
Author: John Darrington <address@hidden>
Date:   Sun Sep 14 16:57:10 2008 +0800

    Fixed bug which caused a crash if "end data." was not left aligned.

-- 
Ben Pfaff 
http://benpfaff.org




reply via email to

[Prev in Thread] Current Thread [Next in Thread]