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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #65559] savepath() regression no longer saves


From: Rik
Subject: [Octave-bug-tracker] [bug #65559] savepath() regression no longer saves paths
Date: Tue, 9 Apr 2024 13:52:56 -0400 (EDT)

Follow-up Comment #22, bug #65559 (group octave):

The message is displayed regardless (no way to silence) which is probably not
a good idea nor a good architecture.

Instead of always printing the message, I think it would be a better idea to
change the function signature so that there is a second return argument.  For
example, the function signature for fcntl() is


[STATUS, MSG] = fcntl (FID, REQUEST, ARG)


Lots of the syscall functions work this way where the first return argument is
status and an additional argument is extra information.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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