On Tue, Jan 18, 2005 at 06:35:48PM +0100, Rafael Laboissiere wrote:
> This is just to make sure that the original bug to which this bug report
> references is appropriately noticed:
> 
> * Dirk Eddelbuettel <[EMAIL PROTECTED]> [2005-01-14 19:29]:
> 
> > On Fri, Jan 14, 2005 at 11:15:28AM +0100, Thomas Weber wrote:
> > > Package: octave2.1
> > > Version: 2.1.64-1
> > > Severity: minor
> > > 
> > > 
> > > octave:3> bug_report 
> > > Please enter a one-line description of your bug report.
> > > 
> > > Subject: cross.m doesn't work when warn_resize_on_range_error = 1
> 
> Indeed:
> 
> octave:1> warn_resize_on_range_error = 0;
> octave:2> cross ([1,1,0], [0,1,1])
> ans =
> 
>    1  -1   1
> 
> octave:3> warn_resize_on_range_error = 1;
> octave:4> cross ([1,1,0], [0,1,1])
> error: resizing object with index = 1 out of bounds
> error: assignment failed, or no method for `cell = scalar'
> error: evaluating assignment expression near line 76, column 13
> error: evaluating for command near line 75, column 3
> error: called from `cross' in file 
> `/usr/share/octave/2.1.64/m/linear-algebra/cross.m'

IIRC correctly, Thomas reported that (correctly, I may add) directly to the
bug list for Octave (this being an upstream issue, after all).  In doing so,
he noticed the bug_report failure. I think I'd consider that upstream too,
though we could apply a Debian only patch. I general I do not like such
forks, though. 

Dirk

-- 
Better to have an approximate answer to the right question than a precise 
answer to the wrong question.  --  John Tukey as quoted by John Chambers


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to