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

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

[Octave-bug-tracker] [bug #47273] io 2.4.0 fails to load due to missing


From: anonymous
Subject: [Octave-bug-tracker] [bug #47273] io 2.4.0 fails to load due to missing field in octave_config_info
Date: Fri, 26 Feb 2016 11:07:29 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.6.1

Follow-up Comment #1, bug #47273 (project octave):

Oh, and I've tagged this wrong. It's the default branch, not stable.

I think this is due a55b8ece1ecd which changed:
http://hg.savannah.gnu.org/hgweb/octave/rev/a55b8ece1ecd


diff -r 19a619ac9508 -r a55b8ece1ecd scripts/testfun/__have_feature__.m
--- a/scripts/testfun/__have_feature__.m        Mon Feb 08 17:34:12 2016 -0500
+++ b/scripts/testfun/__have_feature__.m        Mon Feb 08 23:14:56 2016 -0500
@@ -22,7 +22,7 @@
 ## @end deftypefn
 
 function retval = __have_feature__ (feature)
-  features = octave_config_info ("features");
+  features = octave_config_info ("build_features");
   if (iscellstr (feature))
     retval = (all (isfield (features, feature))
               && cellfun (@(x) features.(x), feature));


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?47273>

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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