bugGNU Octave - Bugs: bug #50222, Update list of missing functions

 
 

bug #50222: Update list of missing functions

Submitter:  Guillaume <gyom>
Submitted:  Fri 03 Feb 2017 02:58:19 PM UTC
   
 
Category:  Octave Function Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Documentation
Status:  Fixed Assigned to:  None
Originator Name:  Guillaume Open/Closed:  * Closed
Release:  * dev Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 03 Feb 2017 03:34:10 PM UTC, comment #1: 

I committed your patch here (http://hg.savannah.gnu.org/hgweb/octave/rev/36983345732b).  Thanks for catching that.

Rik <rik5>
Group administrator
Fri 03 Feb 2017 02:58:19 PM UTC, original submission:  

Using the 'list' variable from _unimplemented_.m, the following script detects functions that are now implemented in Octave:


for i=1:numel (list)
  try
    evalc (list{i});
    fprintf ("%s\n",list{i});
  catch
    me = lasterror;
    if ~strcmp (me.identifier, "Octave:undefined-function")
      fprintf ("%s\n",list{i});
    endif
  end
endfor


The attached diff updates the list accordingly.

Guillaume <gyom>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #39655:  unimplemented.diff added by gyom (1KiB - application/x-download)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rik5 (Posted a comment)
  • -email is unavailable- added by gyom (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2017-02-03 rik5 StatusNone Fixed
        Open/ClosedOpen Closed
    2017-02-03 gyom Attached File- Added unimplemented.diff, #39655

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code