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

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

[Octave-bug-tracker] [bug #45410] in Octave +package directories must be


From: Richard
Subject: [Octave-bug-tracker] [bug #45410] in Octave +package directories must be on path, in ML they must not be added to path
Date: Fri, 26 Jun 2015 07:30:49 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0

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

Actually you're right, sorry, I was seeing a bug in my own code. I should have
investigated more carefully. 

However, there is still a possible minor bug regarding matlab compatibility.
In Matlab addpath prevents adding the +directory to the path, you get a
warning and the path is not addded:


>> addpath ('/home/rcrozier/src/xfemm-svn/mfemm/+mfemmdeps')
Warning: Package directories not allowed in MATLAB path:
/home/rcrozier/src/xfemm-svn/mfemm/+mfemmdeps
(Type "warning off MATLAB:dispatcher:pathWarning" to suppress this warning.)
 
> In path (line 109)
  In addpath (line 86) 
>> 


In octave nothing prevents you from adding it to the path. I've no idea if
it's an issue.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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