bugGNU Octave - Bugs: bug #54030, Error with whos -file: 'load' not...

 
 

bug #54030: Error with whos -file: 'load' not found

Submitter:  Guillaume <gyom>
Submitted:  Fri 01 Jun 2018 09:28:25 AM UTC
   
 
Category:  Octave Function Severity:  4 - Important
Priority:  5 - Normal Item Group:  Regression
Status:  Fixed Assigned to:  None
Originator Name:  Guillaume Open/Closed:  * Closed
Release:  * 4.4.0 Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 13 Jun 2018 05:39:54 PM UTC, comment #5: 

Marking as fixed and closing report.

Rik <rik5>
Group administrator
Wed 13 Jun 2018 09:36:03 AM UTC, comment #4: 

Thanks John, it works again!

Guillaume <gyom>
Tue 12 Jun 2018 07:09:31 PM UTC, comment #3: 

I pushed the following changeset on stable and merged iwth default:

http://hg.savannah.gnu.org/hgweb/octave/rev/1c4ffd4f9404

John W. Eaton <jwe>
Group administrator
Tue 05 Jun 2018 10:47:44 AM UTC, comment #2: 

Thanks Mike. I ran bisect and it seems the regression was introduced in changeset 24377:ea3458c1d884 :

http://hg.savannah.gnu.org/hgweb/octave/rev/ea3458c1d884

Guillaume <gyom>
Mon 04 Jun 2018 05:06:40 PM UTC, comment #1: 

Confirmed here, this works in Octave 4.2 but fails in Octave 4.4.

Needs a new test case to prevent a future regression.

Mike Miller <mtmiller>
Group Member
Fri 01 Jun 2018 09:28:25 AM UTC, original submission:  

There seems to be a regression with whos ("-file", ...) as it throws an error with 4.4 or dev but appears to work fine with 3.6.


octave> a = magic (4);
octave> save ("test.mat", "a");
octave> whos -file test.mat
error: feval: function 'load' not found
octave> who -file test.mat
error: feval: function 'load' not found


Guillaume <gyom>

 

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

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Digest:
   bug dependencies.

 

Carbon-Copy List
  • -email is unavailable- added by rik5 (Posted a comment)
  • -email is unavailable- added by jwe (Posted a comment)
  • -email is unavailable- added by mtmiller (Posted a comment)
  • -email is unavailable- added by gyom (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
    2018-06-19 jwe Dependencies- bugs #54152 is dependent
    2018-06-13 rik5 Open/ClosedOpen Closed
    2018-06-13 rik5 StatusReady For Test Fixed
    2018-06-12 jwe StatusConfirmed Ready For Test
    2018-06-04 mtmiller Severity3 - Normal 4 - Important
        StatusNone Confirmed

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code