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

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

[Octave-bug-tracker] [bug #34852] incorrect column number on error messa


From: Rik
Subject: [Octave-bug-tracker] [bug #34852] incorrect column number on error messages
Date: Wed, 1 Aug 2018 14:59:40 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0

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

Hey, that's an improvement.  For the first case the column is reported as 31
as it should be.  I still get a difference when the transpose operator is
used, but maybe because that also looks like a quote character and there is
another place in the code to accomadate that.  If I eliminate the transpose
then the column is correct again.


octave:1> a = [1 2] .* [3 4]; b = sind (z)
error: 'z' undefined near line 1 column 31
octave:1> a = [1 2] * [3 4]'; b = sind (z)
error: 'z' undefined near line 1 column 30
octave:1> a = [1 2] * [3;4] ; b = sind (z)
error: 'z' undefined near line 1 column 31




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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