[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #65543] is_valid_file_id false for tmpfile()
From: |
J.J. Green |
Subject: |
[Octave-bug-tracker] [bug #65543] is_valid_file_id false for tmpfile() |
Date: |
Sun, 31 Mar 2024 15:46:47 -0400 (EDT) |
URL:
<https://savannah.gnu.org/bugs/?65543>
Summary: is_valid_file_id false for tmpfile()
Group: GNU Octave
Submitter: jjg
Submitted: Sun 31 Mar 2024 07:46:47 PM UTC
Category: Octave Function
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: None
Status: None
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Release: 6.4.0
Discussion Lock: Any
Operating System: GNU/Linux
Fixed Release: None
Planned Release: None
_______________________________________________________
Follow-up Comments:
-------------------------------------------------------
Date: Sun 31 Mar 2024 07:46:47 PM UTC By: J.J. Green <jjg>
Just that really:
octave:1> fid = tmpfile()
fid = 15
octave:2> is_valid_file_id(fid)
ans = 0
octave:3> freport()
number mode arch name
------ ---- ---- ----
0 r ieee-le stdin
1 w ieee-le stdout
2 w ieee-le stderr
15 w+b ieee-le
I guess because the filename is empty ...
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?65543>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [Octave-bug-tracker] [bug #65543] is_valid_file_id false for tmpfile(),
J.J. Green <=