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

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

[Octave-bug-tracker] [bug #57522] "pkg unload" does not care for depende


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #57522] "pkg unload" does not care for dependencies
Date: Wed, 8 Jan 2020 12:37:37 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36

Follow-up Comment #17, bug #57522 (project octave):

Did you try computing the reverse-dependencies on the fly for packages as
needed, when "pkg unload" is called, before your implementation that
calculates them all and stores them in the cache? If there's not that much of
a performance hit, I would think it would be better to not add redundant
information to the cache file, and just derive the reverse-deps when needed.

If you do need this stored in the cache, have you looked at whether "pkg
rebuild" is also affected?

Please use 'cellfun (..., "UniformOutput", false)' instead of your shortcut
syntax.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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