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

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

[Octave-bug-tracker] [bug #58134] Very unhelpful error message when call


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #58134] Very unhelpful error message when calling a script with an error
Date: Wed, 8 Apr 2020 15:29:22 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0

Follow-up Comment #3, bug #58134 (project octave):

I can duplicate the results of comment #2 with Octave 5.2.0.

With the current stable branch (what will be released as Octave 6), I see the
following behavior:


octave:1> t2
error: vertical dimensions mismatch (1x3 vs 1x4)
error: called from
    t2 at line 1 column 6
octave:2> clear all
octave:3> t2
error: vertical dimensions mismatch (1x3 vs 1x4)
error: called from
    t2 at line 1 column 6
octave:4> echo on all
octave:5> t
+ clear all
+ t2
+ data = [
error: vertical dimensions mismatch (1x3 vs 1x4)
error: called from
    t2 at line 1 column 6
    t at line 2 column 1
octave:6> t2
+ data = [
error: vertical dimensions mismatch (1x3 vs 1x4)
error: called from
    t2 at line 1 column 6
octave:7> t
+ clear all
+ t2
+ data = [
error: vertical dimensions mismatch (1x3 vs 1x4)
error: called from
    t2 at line 1 column 6
    t at line 2 column 1
octave:8> t
+ clear all
+ t2
+ data = [
error: vertical dimensions mismatch (1x3 vs 1x4)
error: called from
    t2 at line 1 column 6
    t at line 2 column 1
octave:9> t2
+ data = [
error: vertical dimensions mismatch (1x3 vs 1x4)
error: called from
    t2 at line 1 column 6
octave:10> clear all
octave:11> t2
+ data = [
error: vertical dimensions mismatch (1x3 vs 1x4)
error: called from
    t2 at line 1 column 6


So I think this problem has been fixed.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?58134>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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