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

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

[Octave-bug-tracker] [bug #41215] Request for a "pkg test" feature


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #41215] Request for a "pkg test" feature
Date: Sat, 4 Jan 2020 09:36:36 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #28, bug #41215 (project octave):

@Mike
Going back to comment #24, you mention to just restore the previous path by
saving it along the lines of 

oldpath = path;
<internal pkg test stuff>
path (oldpath);

Right?
But if I correctly interpret bug #57535, PKG_DEL in a package directory isn't
executed that way; for at least the io package that poses a problem as then it
has no chance to clean up the javaclasspath that was set up during pkg
initialization.
I already have something that just rmpath-es the extra added pkg directories
from the path; after some more testing that can be used until bug #57535 gets
fixed.

As to demos, please see bug #41298 to keep this thread on subject.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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