Bug#523042: [Pkg-octave-devel] Bug#523042: Bug#523042: octave3.0: loading a datafile skips every second line

2009-04-09 Thread Rafael Laboissiere
* John W. Eaton [2009-04-08 21:19]: > On 9-Apr-2009, Drew Parsons wrote: > > | About the severity, I appreciate you need to get the new version across > | to testing but I don't think I could justify it with this bug. > > I agree that we should limit the spread of 3.0.4 as much as possible. >

Bug#523042: [Pkg-octave-devel] Bug#523042: Bug#523042: octave3.0: loading a datafile skips every second line

2009-04-08 Thread Thomas Weber
On Wed, Apr 08, 2009 at 09:19:19PM -0500, John W. Eaton wrote: > On 9-Apr-2009, Drew Parsons wrote: > > | Hi Rafael, thanks for the forthcoming fix to the problem. > | > | About the severity, I appreciate you need to get the new version across > | to testing but I don't think I could justify it

Bug#523042: [Pkg-octave-devel] Bug#523042: octave3.0: loading a datafile skips every second line

2009-04-08 Thread John W. Eaton
On 9-Apr-2009, Drew Parsons wrote: | Hi Rafael, thanks for the forthcoming fix to the problem. | | About the severity, I appreciate you need to get the new version across | to testing but I don't think I could justify it with this bug. I agree that we should limit the spread of 3.0.4 as much as

Bug#523042: octave3.0: loading a datafile skips every second line

2009-04-08 Thread Rafael Laboissiere
package octave3.0 severity 523042 important thanks * Rafael Laboissiere [2009-04-08 08:53]: > I am hereby lowering the severity level of this bug report, [snip] Doing it now. There was a typo in the header of my previous message. -- Rafael -- To UNSUBSCRIBE, email to debian-bugs-rc-requ

Processed: Re: Bug#523042: octave3.0: loading a datafile skips every second line

2009-04-08 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > package octave3.0 Ignoring bugs not assigned to: octave3.0 > severity 523042 important Bug#523042: octave3.0: loading a datafile skips every second line Severity set to `important' from `grave' > thanks Stopping processing he

Bug#523042: octave3.0: loading a datafile skips every second line

2009-04-07 Thread Rafael Laboissiere
package octave3.0 tags 523042 upstream confirmed pending severity normal thanks * Drew Parsons [2009-04-08 11:54]: > Package: octave3.0 > Version: 1:3.0.4~rc7-1 > Severity: grave > Justification: causes non-serious data loss > > Using the load function to read in a data file, it now skips every

Processed (with 1 errors): Re: Bug#523042: octave3.0: loading a datafile skips every second line

2009-04-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > package octave3.0 Ignoring bugs not assigned to: octave3.0 > tags 523042 upstream confirmed pending Bug#523042: octave3.0: loading a datafile skips every second line There were no tags set. Tags added: upstream, confirmed, pending >

Bug#523042: octave3.0: loading a datafile skips every second line

2009-04-07 Thread Drew Parsons
Package: octave3.0 Version: 1:3.0.4~rc7-1 Severity: grave Justification: causes non-serious data loss Using the load function to read in a data file, it now skips every second line. You can see the bug with this simple test: $ cat > test.dat 0 100 1 200 2 300 3 400 4 500 5 600 $ octave -q octav