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

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

[Octave-bug-tracker] [bug #53856] MEX file in a private directory of a c


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #53856] MEX file in a private directory of a class
Date: Tue, 15 May 2018 01:18:22 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #15, bug #53856 (project octave):

OK, I think I see what is happening.  It's just luck that one type of file
(.m, .oct, or .mex) is preferred when more than one type exists in a private
directory because we weren't properly noting the multiple types.  Does the
following patch fix this part of the problem for you?

  http://hg.savannah.gnu.org/hgweb/octave/rev/cc40e47d3a44

It still won't handle the case of a .mex or .oct file appearing after the .m
file has been used because the out_of_date_check code doesn't properly handle
that.  But it should at least make it so that the function we call doesn't
depend on the order of the list of files returned by the directory reading
function.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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