bugGNU Octave - Bugs: bug #52845, function "ver" return...

 
 

bug #52845: function "ver" return fieldname differs from its document

Submitter:  None
Submitted:  Tue 09 Jan 2018 11:59:30 AM UTC
   
 
Category:  Octave Function Severity:  2 - Minor
Priority:  3 - Low Item Group:  Documentation
Status:  Fixed Assigned to:  siko1056
Originator Name:  Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 4.2.1
Operating System:  * Any Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 10 Jan 2018 02:32:25 PM UTC, comment #1: 

Thank you for your bug report.

A changeset was pushed:
https://hg.savannah.gnu.org/hgweb/octave/rev/06eb006b1e0f

Closing this item.

Kai Torben Ohlhus <siko1056>
Group Member
Tue 09 Jan 2018 11:59:30 AM UTC, original submission:  

Function "ver" return a structure with field "Release"

octave:1> ans = ver
ans =

  scalar structure containing the fields:

    Name = Octave
    Version = 4.2.1
    Release = [](0x0)
    Date = [](0x0)


But its document mentions that the structure includes the field "Revision"

octave:2> help ver
...
     When called with an output argument, return a vector of structures
     describing Octave and each installed package.  The structure
     includes the following fields.

     'Name'
          Package name.

     'Version'
          Version of the package.

     'Revision'
          Revision of the package.

     'Date'
          Date of the version/revision.
...


Anonymous

 

(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 siko1056 (Posted a comment)
  •  

    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 6 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2018-01-10 siko1056 Severity3 - Normal 2 - Minor
        Priority5 - Normal 3 - Low
        Item GroupNone Documentation
        StatusNone Fixed
        Assigned toNone siko1056
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code