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

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

[Octave-bug-tracker] [bug #60882] error parsing command syntax


From: anonymous
Subject: [Octave-bug-tracker] [bug #60882] error parsing command syntax
Date: Wed, 21 Jul 2021 12:20:43 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:90.0) Gecko/20100101 Firefox/90.0

Follow-up Comment #24, bug #60882 (project octave):

Re Comment #22, agreed, it would make sense to require postfix ++ and --
operators to immediately follow their variable without a space.

For uses of "foo ++" within the Octave codebase and in Octave Forge packages,
they should probably be changed to "foo++" or "foo += 1" as preferred.

Please note the following potentially problematic uses of postfix notation
within the Octave codebase, to be changed if required:


libgui/qterminal/libqterminal/win32/QWinTerminalImpl.cpp:728:        begin.rx
() --;
libgui/qterminal/libqterminal/win32/QWinTerminalImpl.cpp:734:      end.rx ()
++;

libgui/qterminal/libqterminal/win32/QWinTerminalImpl.cpp:742:      begin.rx ()
--;
libgui/qterminal/libqterminal/win32/QWinTerminalImpl.cpp:748:      end.rx ()
++;

scripts/help/private/__strip_html_tags__.m:63:      groups(end, 2) ++;



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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