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

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

[Octave-bug-tracker] [bug #32088] Feature request: -ALL option for WHICH


From: Shaun Eack
Subject: [Octave-bug-tracker] [bug #32088] Feature request: -ALL option for WHICH
Date: Sun, 28 Jun 2015 05:14:59 +0000
User-agent: Mozilla/5.0 (X11; Linux i686 (x86_64)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36

Follow-up Comment #12, bug #32088 (project octave):

Preparing to work on help.cc to implement this.  The primary issue as I
understand it is that do_which is capable of only returning std::string
instead of string_vector.  Several ways to address this, jwe is there a
preference or model for how you would like it handled?  

Most obvious to me would be to change do_which to always return a string
vector, then have which.m handle the issue of changing it back to a char or
leave as a cellstr depending on the size of the __which__ return value. 
Appears to be limited calls to do_which throughout the codebase so
modification of its return value may be feasible.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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