octave-bug-tracker
[Top][All Lists]
Advanced

[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 19:16:36 -0400 (EDT)

Follow-up Comment #2, bug #65543 (group octave):

I have a package where run CI against various official Octave images, so
tacked on a "phony test" (it assert nothing) which runs


function test_tmpfile_is_valid_file_id
  "check tmpfile() valid"
  fd = tmpfile()
  is_valid_file_id(fd)
  freport()
  fclose(fd)
endfunction


That finds that the issue is present on 6.4 and 7.3, but not on 8.4 (latest). 
See at the end of the corresponding job output here:
https://gitlab.com/jjg/librtree-octave/-/pipelines/1234877706


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?65543>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]