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

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

[Octave-bug-tracker] [bug #41218] socket package: functions do not remov


From: Carnë Draug
Subject: [Octave-bug-tracker] [bug #41218] socket package: functions do not removed from path after unload
Date: Mon, 13 Jan 2014 15:50:38 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20131030 Firefox/17.0 Iceweasel/17.0.10

URL:
  <http://savannah.gnu.org/bugs/?41218>

                 Summary: socket package: functions do not removed from path
after unload
                 Project: GNU Octave
            Submitted by: carandraug
            Submitted on: Mon 13 Jan 2014 15:50:37 GMT
                Category: Octave Forge Package
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

The sockets package defines a bunch of functions from its single oct file. The
problem is that once the package is unloaded, they stay around.

This can be fixed by adding PKG_DEL instructions to unload them with


autoload ("foos", "socket.oct", "remove")


The problem is that this feature was only added to a recent version (not sure
if 3.8 or 3.6).




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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