bugGNU Octave - Bugs: bug #62714, dir('./subdir1') dir: nonexistent...

 
 

bug #62714: dir('./subdir1') dir: nonexistent directory './subdir1/'

Submitter:  None
Submitted:  Wed 06 Jul 2022 10:52:13 AM UTC
   
 
Category:  Octave Function Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Unexpected Error or Warning
Status:  Fixed Assigned to:  None
Originator Name:  Andreas Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 7.1.0
Operating System:  * Microsoft Windows Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 06 Jul 2022 12:49:01 PM UTC, comment #3: 

Thank you for the quick feedback.

Closing report.

Markus Mützel <mmuetzel>
Group administrator
Wed 06 Jul 2022 12:36:49 PM UTC, comment #2: 

Hi,

Octave 7.1.90 solves this issue.

Thanks for your help!

--- Request can be closed ---




This problem has been fixed in the development version. The fix
will be available in the next major software release. Thank you
for your bug report.

Anonymous
Wed 06 Jul 2022 12:18:56 PM UTC, comment #1: 

Could you please check with the release candidate for Octave 7.2 if this is still an issue for you?

You can download the release candidate (version 7.1.90) from here:
https://alpha.gnu.org/gnu/octave/?C=M;O=D

Markus Mützel <mmuetzel>
Group administrator
Wed 06 Jul 2022 10:52:13 AM UTC, original submission:  

I have following directory structure

testdir
  |-subdir1
  |   |-subdir2
  |   |-subdir3
  |-file.txt

When i use an file path with '.' at beginning the listing fails:

>> dir('./subdir1/')
warning: dir: nonexistent directory './subdir1/'
warning: called from
    dir at line 189 column 5


When i use without '.' then its operable

>> dir('subdir1/')
.         ..        file.txt  subdir2   subdir3


In Octave 6.4 was the '.' style operable and in octave 7.1 does this style not work.


Thanks for your help.

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

Digest:
   bug dependencies.

 

Carbon-Copy List
  • -email is unavailable- added by mmuetzel (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 6 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2022-07-06 mmuetzel Dependencies- bugs #62713 is dependent
    2022-07-06 mmuetzel StatusNeed Info Fixed
        Open/ClosedOpen Closed
    2022-07-06 mmuetzel CategoryNone Octave Function
        Item GroupNone Unexpected Error or Warning
        StatusNone Need Info

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code