bugGNU Octave - Bugs: bug #45873, s = pkg ("list",...

 
 

bug #45873: s = pkg ("list", pkgname) broken after cset 7fa1970a655d

Submitter:  Mike Miller <mtmiller>
Submitted:  Fri 04 Sep 2015 02:32:22 AM UTC
   
 
Category:  Octave Function Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Regression
Status:  Fixed Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * dev Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 04 Sep 2015 06:04:37 PM UTC, comment #1: 
Carnë Draug <carandraug>
Group Member
Fri 04 Sep 2015 02:32:22 AM UTC, original submission:  

This change to the pkg function has broken the following syntax:


>> s = pkg ("list", "signal");


the cell array returned contains all installed packages instead of just the one requested.

Resulted in a test failure in ver.m, so found via make check.

This is due to the way the pkg/private/installed_packages.m function expects to be called with different nargout unfortunately.

Mike Miller <mtmiller>
Group Member

 

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

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by mtmiller (Submitted the item)
  • -email is unavailable- added by mtmiller
  •  

    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
    2015-09-04 carandraug StatusNone Fixed
        Open/ClosedOpen Closed
    2015-09-04 mtmiller Carbon-Copy- Added carandraug

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code