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

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

[Octave-bug-tracker] [bug #53900] which does not work for functions in p


From: Richard
Subject: [Octave-bug-tracker] [bug #53900] which does not work for functions in packages (+package directories)
Date: Mon, 14 May 2018 11:35:35 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/65.0.3325.181 Chrome/65.0.3325.181 Safari/537.36

Follow-up Comment #2, bug #53900 (project octave):

I suspect the reason is due to this test in help_system::which in help.cc:


if (name.find_first_of ('.') == std::string::npos)


if this is false it is assumed to be a file search, but I guess the name has
'.' in it for functions in packages? I haven't run it to find out 

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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