bugGNU Octave - Bugs: bug #52639, get_description function has a...

 
 

bug #52639: get_description function has a string quote error

Submitter:  A.R. Burgers <arb>
Submitted:  Mon 11 Dec 2017 10:02:36 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
   

Mon 11 Dec 2017 04:52:34 PM UTC, comment #1: 

Thanks for catching this.  I fixed it here (http://hg.savannah.gnu.org/hgweb/octave/rev/f997aa4be0ce).

Closing report.

Rik <rik5>
Group administrator
Mon 11 Dec 2017 10:02:36 AM UTC, original submission:  

The get_description.m script has a string that is opened with a single quote, and closed with a double quote:


--- a/scripts/pkg/private/get_description.m     Sat Dec 09 11:50:19 2017 +0100
+++ b/scripts/pkg/private/get_description.m     Mon Dec 11 10:59:03 2017 +0100
@@ -56,7 +56,7 @@
                     keyword, desc.name);
         endif
         if (isfield (desc, keyword))
-          warning ('pkg: duplicate keyword "%s" in DESCRIPTION, ignoring",
+          warning ('pkg: duplicate keyword "%s" in DESCRIPTION, ignoring',
                    keyword);
         else
           desc.(keyword) = value;


A.R. Burgers <arb>

 

(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 rik5 (Posted a comment)
  • -email is unavailable- added by arb (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 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2017-12-11 rik5 StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code