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

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

[Octave-bug-tracker] [bug #57403] pkg.m loads packages before their depe


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #57403] pkg.m loads packages before their dependencies
Date: Fri, 13 Dec 2019 15:50:55 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0

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

@Philip: I don't know what you mean by "they are added to the path in reverse
order". For me, the arguments to addpath are added to the load path in the
same order as supplied.
E.g. (pseudocode):

>> cur_path = path
cur_path = .:A
>> addpath ("B", "C")
>> cur_path = path
cur_path = .:B:C:A
>> addpath ("D", "E", "-end")
>> cur_path = path
cur_path = .:B:C:A:D:E


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?57403>

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




reply via email to

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