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

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

[Octave-bug-tracker] [bug #49346] batch execution: line and column of er


From: anonymous
Subject: [Octave-bug-tracker] [bug #49346] batch execution: line and column of error not displayed
Date: Fri, 14 Oct 2016 21:30:54 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0

URL:
  <http://savannah.gnu.org/bugs/?49346>

                 Summary: batch execution: line and column of error not
displayed
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Fri 14 Oct 2016 09:30:52 PM UTC
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.0-rc2
        Operating System: GNU/Linux

    _______________________________________________________

Details:

consider the following script buge.m


version
a = zeros(10);
a(:,1) = zeros(11,10);


octave buge.m gives this:


ans = 4.0.3
error: buge.m: A(I,J,...) = X: dimensions mismatch
error: called from
    buge.m at line 3 column 8



ans = 4.2.0-rc2
error: buge: =: nonconformant arguments (op1 is 10x1, op2 is 11x10)
error: execution exception in buge.m


In interactive mode 4.2.0-rc2 does display the line number:


ans = 4.2.0-rc2
error: buge: =: nonconformant arguments (op1 is 10x1, op2 is 11x10)
error: called from
    buge at line 3 column 8







    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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