bugGNU Octave - Bugs: bug #38397, dataframe package:...

 
 

bug #38397: dataframe package: @dataframe/display stops unexpectedly

Submitter:  Julien Bect <jbect>
Submitted:  Sun 24 Feb 2013 12:57:29 PM UTC
   
 
Category:  Octave Package Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Fixed Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * dev Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 29 Nov 2013 11:37:36 AM UTC, comment #5: 

The problem has been fixed by recent changesets on the hg repo.

This bug report can be closed.

@Pascal: I have tried to reply to your private message but my email was rejected (your mailbox appears to be full). I am not a maintainer, and therefore cannot close this bug myself.


Julien Bect <jbect>
Fri 20 Sep 2013 12:29:37 PM UTC, comment #4: 

The problem solved by my patch currently occurs in Octave development version only.

Octave 3.6.4 + dataframe 0.9.1 is ok.

But the dataframe package will break as soon as Octave 3.8 is out, and the probleme exists both in 0.9.1 and in the latest hg revision of the package.

The reason is that regexp doesn't support the special character \b anymore.

http://hg.savannah.gnu.org/hgweb/octave/log?rev=bug+%2338778

Julien Bect <jbect>
Wed 11 Sep 2013 09:33:11 AM UTC, comment #3: 

Here a slightly improved version of my patch.

(file #29103)

Julien Bect <jbect>
Wed 11 Sep 2013 08:49:13 AM UTC, comment #2: 

Here is a patch against the latest hg revision, that makes @dataframe/display work (at least for simple numeric dataframes, I haven't tried any sophisticated feature yet).


(file #29100)

Julien Bect <jbect>
Sun 24 Feb 2013 12:58:45 PM UTC, comment #1: 

Here is a patch for the first problem (warning in subsasgn.m).

(file #27518)

Julien Bect <jbect>
Sun 24 Feb 2013 12:57:29 PM UTC, original submission:  

There is something wrong in the dataframe package. I simply do the following :


octave:1> pkg load dataframe
octave:2> ver
------------------------------------------------
GNU Octave Version 3.7.2+
GNU Octave License: GNU General Public License
Operating System: Linux 3.5.0-25-generic #38-Ubuntu SMP
Mon Feb 18 23:28:26 UTC 2013 i686
------------------------------------------------
Package Name  | Version | Installation directory
--------------+---------+-----------------------
   dataframe *|   0.9.1 | /home/bect/octave/dataframe-0.9.1


then


octave:3> x = dataframe(rand(10, 3));
warning: function name 'subasgn' does not agree with function file name '/home/bect/octave/dataframe-0.9.1/@dataframe/subsasgn.m'


and then


octave:4> display(x)
stopped in /home/bect/octave/dataframe-0.9.1/@dataframe/display.m at line 193
193:         keyboard


Julien Bect <jbect>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #29100:  jbPatchDataframeDisplay.patch added by jbect (12KiB - text/x-patch)
file #27518:  subsasgn.patch added by jbect (621B - text/x-patch)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by carandraug (author and maintainer of the dataframe package)
  • -email is unavailable- added by jbect (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 6 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-11-29 carandraug StatusNone Fixed
        Open/ClosedOpen Closed
    2013-09-11 jbect Attached File- Added jbPatchDataframeDisplay2.patch, #29103
    2013-09-11 jbect Attached File- Added jbPatchDataframeDisplay.patch, #29100
    2013-02-24 carandraug Carbon-Copy- Added -email is unavailable-
    2013-02-24 jbect Attached File- Added subsasgn.patch, #27518

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code