bugGNU Octave - Bugs: bug #38551, Save function case sensitivity is...

 
 

bug #38551: Save function case sensitivity is faulty

Submitter:  None
Submitted:  Tue 19 Mar 2013 07:20:36 PM UTC
   
 
Category:  Interpreter Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Invalid / Not an Octave Bug Assigned to:  None
Originator Name:  Mariusz Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 3.6.3
Operating System:  * Mac OS Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 19 Mar 2013 07:24:18 PM UTC, comment #1: 

I'm not sure how is this an Octave bug. Your filesystem is case-insensitive. What should Octave do instead?

Jordi GutiƩrrez Hermoso <jordigh>
Group Member
Tue 19 Mar 2013 07:20:36 PM UTC, original submission:  


>> octave -q

a=1;
A=2;
save("A.mat","A");
save("a.mat", "a");
exit

>> ls

A.mat

>> cat A.mat

# Created by Octave 3.6.3, Tue Mar 19 15:17:19 2013 EDT .........
# name: a
# type: scalar
1


Anonymous

 

(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

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rik5 (Updated the item)
  • -email is unavailable- added by jordigh (Posted a comment)
  • -email is unavailable- added by None (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 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-08-29 rik5 Open/ClosedOpen Closed
    2013-08-29 rik5 StatusNeed Info Invalid / Not an Octave Bug
    2013-03-19 jordigh StatusNone Need Info

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code