help-octave
[Top][All Lists]
Advanced

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

Re: bug in scatter() in 3.6.2 ?


From: Andreas Weber
Subject: Re: bug in scatter() in 3.6.2 ?
Date: Tue, 22 Jan 2013 15:57:07 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.11) Gecko/20121122 Icedove/10.0.11

On 22.01.2013 15:43, Ben Abbott wrote:
The default branch works correctly.   The changeset below fixed the problem.

        http://hg.savannah.gnu.org/hgweb/octave/rev/566cf544d020

I produced the attached changeset by back-porting/grafting to the stable branch.

        hg update stable
        hg graft 566cf544d020
        hg tip
        hg export tip>  ~/Desktop/changeset.patch
        hg rollback
        hg revert --all

I'm doing a fresh build of the stable branch to check that nothing breaks.  If 
all looks ok, I'll push this change.  Any concerns/objections?

Ben
The changeset works for me.  None of the scatter3 demos broke.

Since we're close to a release, I'd appreciate it if someone else can take a 
look and confirm they don't see any regressions or new bugs after applying the 
changeset.

Ben
Hi Ben, just as info:
566cf544d020 uses "size(c, 2) == 3" but the current development branch(default) uses "columns (c) == 3"
Andy


reply via email to

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