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: Rik
Subject: [Octave-bug-tracker] [bug #57522] "pkg unload" does not care for dependencies
Date: Tue, 28 Jan 2020 13:54:00 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Update of bug #57522 (project octave):

                  Status:         Patch Submitted => Fixed                  
             Open/Closed:                    Open => Closed                 
                 Release:                   5.1.0 => dev                    

    _______________________________________________________

Follow-up Comment #27:

I reviewed your patch, made a few changes, and checked it in here
https://hg.savannah.gnu.org/hgweb/octave/rev/915b3630eed0.

I was able to simplify some code by changing


cell2mat (cellfun (..., "uniformoutput", false))

to just

cellfun (...)


I also changed loop indices "ii" and "jj" to just "i" and "j".  Not a big
deal, but like Mike I also prefer the shorter versions.

Marking as fixed and closing report.


    _______________________________________________________

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]