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

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

[Octave-bug-tracker] [bug #41428] Add an &~ binary operator


From: David Bateman
Subject: [Octave-bug-tracker] [bug #41428] Add an &~ binary operator
Date: Wed, 05 Feb 2014 23:01:33 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:26.0) Gecko/20100101 Firefox/26.0

Update of bug #41428 (project octave):

                  Status:             In Progress => Patch Submitted        

    _______________________________________________________

Follow-up Comment #7:

Well I implemented the code for the el_not_and, el_not_or, el_and_not and
el_or_not operators and a changeset is attached.

However, it seems that Jaroslav never implemented the
tree_compound_binary_expression::rvalue method and so the compound operators
are in fact never called. I can, and have, added this method and get these
compound operators to work, but in doing so I a lot of code for full matrix
compound operators that is currently dead will start being used including for
operators like mul_trans, herm_ldiv etc. So this change comes with a risk that
this currently dead code has errors in it. I hesitate to apply it without a
bit of testing, though "make check" seems to pass correctly

D.

(file #30466)
    _______________________________________________________

Additional Item Attachment:

File name: patch.compound_ops             Size:34 KB


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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