bugGNU Octave - Bugs: bug #46475, deprecated use of unescaped left...

 
 

bug #46475: deprecated use of unescaped left brace

Submitter:  Michael Godfrey <godfrey>
Submitted:  Thu 19 Nov 2015 02:47:00 PM UTC
   
 
Category:  Documentation Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Build Failure
Status:  Fixed Assigned to:  None
Originator Name:  Godfrey Open/Closed:  * Closed
Release:  * dev Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 19 Nov 2015 04:50:16 PM UTC, comment #1: 

This is annoying.  Apparently the input checking within Perl regular expressions is getting stricter.  I think I fixed it in this cset (http://hg.savannah.gnu.org/hgweb/octave/rev/b76162d57ead).

You can check with


cd doc/interpreter
hg stat -un | xargs rm
cd ../../
make |& tee mymake.log
grep "left brace in regex" mymake.log


where I assumed a csh shell for the make command, but easy enough to rewrite for bash.

Rik <rik5>
Group administrator
Thu 19 Nov 2015 02:47:00 PM UTC, original submission:  

using fedora 23:


  GEN      doc/interpreter/container.texi
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^@seealso{ <-- HERE / at ./doc/interpreter/munge-texi.pl line 100.
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^@seealso{ <-- HERE (.*)}(.*)?/ at ./doc/interpreter/munge-texi.pl line 105.
same for:
GEN      doc/interpreter/diffeq.texi
GEN      doc/interpreter/gui.texi
GEN      doc/interpreter/numbers.texi
GEN      doc/interpreter/plot.texi
and same message for additional files when make check is run


Apparently just a warning for now...

Michael Godfrey <godfrey>
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 rik5 (Posted a comment)
  • -email is unavailable- added by godfrey (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
    2015-11-19 rik5 StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-caa5.
    Corresponding source code