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

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

[Octave-bug-tracker] [bug #47632] no tracebacks


From: Martin Kunz
Subject: [Octave-bug-tracker] [bug #47632] no tracebacks
Date: Thu, 22 Sep 2016 13:51:24 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0

Follow-up Comment #2, bug #47632 (project octave):

Running a script with

a=1;
a(2);


correctly produces a traceback with 4.2.0-rc2:

error: a(2): out of bound 1
error: called from
    noLineInErrorMessage at line 2 column 1


wheras a script containing

figure(1,"adsfa")


does not:

error: wrong type argument 'scalar'
error: set: argument 0 must be a property name


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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