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

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

[Octave-bug-tracker] [bug #45873] s = pkg ("list", pkgname) broken after


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #45873] s = pkg ("list", pkgname) broken after cset 7fa1970a655d
Date: Fri, 04 Sep 2015 02:32:24 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.2.1

URL:
  <http://savannah.gnu.org/bugs/?45873>

                 Summary: s = pkg ("list", pkgname) broken after cset
7fa1970a655d
                 Project: GNU Octave
            Submitted by: mtmiller
            Submitted on: Thu 03 Sep 2015 10:32:22 PM EDT
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

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.




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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