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

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

[Octave-bug-tracker] [bug #57435] Test suite crashes on Windows on spars


From: Rik
Subject: [Octave-bug-tracker] [bug #57435] Test suite crashes on Windows on sparse.tst
Date: Mon, 23 Dec 2019 11:18:55 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Follow-up Comment #24, bug #57435 (project octave):

I think there is a question for jwe here.  How many of the functions in dldfcn
really need to be there now?  

The functions which are not truly internal, i.e, the ones not starting with
two underscores, still have to provide a documentation string.  So the code
looks like


DOCSTRING
#if defined (HAVE_AMD)

 ... code ...

#else

  octave_unused_parameter (args);
  octave_unused_parameter (nargout);

  err_disabled_feature ("amd", "AMD");

#endif


Using amd as an example, Octave is always going to provide that function if it
has the libraries available.  Therefore, there really isn't a need to make it
dynamically loadable.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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