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

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

[Octave-bug-tracker] [bug #51998] Poor explanation of some items in warn


From: Ernst Reissner
Subject: [Octave-bug-tracker] [bug #51998] Poor explanation of some items in warning_ids()
Date: Wed, 13 Sep 2017 18:10:05 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:51.0) Gecko/20100101 Firefox/51.0

Follow-up Comment #6, bug #51998 (project octave):

I think, warning_ids contains what is in the manual. 
Well, sometimes it does not help. 


@Kai: 
your idea with grep is fine. 
I tried: 

find . -type f -and 
! -name "*.texi" -and 
! -name "*.dvi" -and 
! -name "*.html" -and 
! -name "*.ps"  -and 
! -name "*.txi"
-exec grep "Octave:load-file-in-path" {} \; -print 

Result: 

Octave:load-file-in-path 
Octave:nested-functions-coerced
in docs only 

Octave:logical-conversion
./libinterp/corefcn/errwarn.cc
./libinterp/corefcn/gripes.cc



Octave:recursive-path-search
./libinterp/corefcn/load-path.cc



Octave:nearly-singular-matrix 
./liboctave/util/lo-array-gripes.cc
./liboctave/util/lo-array-errwarn.cc



Octave:sqrtm:SingularMatrix 
./libinterp/corefcn/sqrtm.cc

Also for the other warnings, understood but not documented. 
Octave:noninteger-range-as-index
./libinterp/octave-value/ov-range.cc


Octave:shadowed-function
./libinterp/corefcn/load-path.cc

Octave:singular-matrix 
./liboctave/util/lo-array-gripes.cc
./liboctave/util/lo-array-errwarn.cc





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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