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

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

[Octave-bug-tracker] [bug #37535] Numeric functions don't check for stri


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #37535] Numeric functions don't check for string inputs
Date: Wed, 10 Oct 2012 21:47:38 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.6) Gecko/20100101 Firefox/10.0.6 Iceweasel/10.0.6

Follow-up Comment #7, bug #37535 (project octave):

Should we just set the default for the Octave:str-to-num warning to be on (or
error?) unless using --traditional?


octave:5> warning on Octave:str-to-num
octave:6> cos 1
warning: implicit conversion from string to real N-d array
ans =  0.30059
octave:7> warning error Octave:str-to-num
octave:8> cos 1
error: implicit conversion from string to real N-d array
octave:8> 


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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