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

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

[Octave-bug-tracker] [bug #48235] ver.m does not output an empty struct


From: Garrett Euler
Subject: [Octave-bug-tracker] [bug #48235] ver.m does not output an empty struct for an unknown package
Date: Thu, 16 Jun 2016 15:43:17 +0000 (UTC)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:38.0) Gecko/20100101 Firefox/38.0

Follow-up Comment #4, bug #48235 (project octave):

All versions of Matlab I have available (2009-2014) give a 0x0 for an unknown
toolbox.  In Matlab (2014a):

>> pkg=ver('unknown')

pkg = 

0x0 struct array with fields:

    Name
    Version
    Release
    Date

>> 


Octave with the patch is giving exactly the same.

Returning all toolbox info using ver in Matlab:

>> a=ver

a = 

1x12 struct array with fields:

    Name
    Version
    Release
    Date

>> 




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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