Closed cstaelin closed 5 years ago
Thanks. I'll do a fresh fork from NetLogo-Libraries, make the changes and submit a new pull.
Charles
Charles P. Staelin Professor of Economics Smith College Northampton, MA 01063
On Fri, Nov 8, 2019 at 11:33 AM Jeremy B notifications@github.com wrote:
@LaCuneta requested changes on this pull request.
Thank you for the update! This pull request looks like it might not have been based on the latest changes to the NetLogo-Libraries repository. Maybe a fetch/pull/rebase is needed?
- It's re-adding the extension to the libraries.conf when it already exists there in the 6.1 branch. It should just be updating the version and file name (and other information as needed).
- It's re-adding the version 3.3.0 zip file, which we shouldn't need, as it's already there.
Once those issues are cleared up, I can get this merged. Thanks, again.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/NetLogo/NetLogo-Libraries/pull/21?email_source=notifications&email_token=AAJ4YV47E6BCYA632JJVMZLQSWIGNA5CNFSM4JKNMEI2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCK6BUTI#pullrequestreview-314317389, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJ4YV42KPAUE2UGQIIU3I3QSWIGNANCNFSM4JKNMEIQ .
I noticed today that there was a commit to NetLogo-Libraries after I forked it. But the real problem, I think, was that the long description I edited accidentally lost its closing quotation marks, and of course the old version of the zip file was there with the new. I do see that some extensions do have multiple versions in the extensions directory. When is that appropriate, and when not?
Thanks, Charles
Charles P. Staelin Professor of Economics Smith College Northampton, MA 01063
On Fri, Nov 8, 2019 at 11:55 AM Charles Staelin cstaelin@smith.edu wrote:
Thanks. I'll do a fresh fork from NetLogo-Libraries, make the changes and submit a new pull.
Charles
Charles P. Staelin Professor of Economics Smith College Northampton, MA 01063
On Fri, Nov 8, 2019 at 11:33 AM Jeremy B notifications@github.com wrote:
@LaCuneta requested changes on this pull request.
Thank you for the update! This pull request looks like it might not have been based on the latest changes to the NetLogo-Libraries repository. Maybe a fetch/pull/rebase is needed?
- It's re-adding the extension to the libraries.conf when it already exists there in the 6.1 branch. It should just be updating the version and file name (and other information as needed).
- It's re-adding the version 3.3.0 zip file, which we shouldn't need, as it's already there.
Once those issues are cleared up, I can get this merged. Thanks, again.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/NetLogo/NetLogo-Libraries/pull/21?email_source=notifications&email_token=AAJ4YV47E6BCYA632JJVMZLQSWIGNA5CNFSM4JKNMEI2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCK6BUTI#pullrequestreview-314317389, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJ4YV42KPAUE2UGQIIU3I3QSWIGNANCNFSM4JKNMEIQ .
... the old version of the zip file was there with the new. I do see that some extensions do have multiple versions in the extensions directory. When is that appropriate, and when not? Thanks,
Leaving old versions of the zip in the repository is not a problem at all, you can just add your new one and update the libraries.conf
file to point to it. The issue I saw was this pull request re-added the old version zip file for some reason, which already existed in the repository so wasn't necessary.
I'll take a look at the new PR.
That is curious. Perhaps I deleted the old version and then changed my mind? In any event, you should have a new pull request that hopefully is okay, although looking just now I don't see it on my end. Was it closed with the old one (#21)?
Charles P. Staelin Professor of Economics Smith College Northampton, MA 01063
On Fri, Nov 8, 2019 at 1:01 PM Jeremy B notifications@github.com wrote:
... the old version of the zip file was there with the new. I do see that some extensions do have multiple versions in the extensions directory. When is that appropriate, and when not? Thanks,
Leaving old versions of the zip in the repository is not a problem at all, you can just add your new one and update the libraries.conf file to point to it. The issue I saw was this pull request re-added the old version zip file for some reason, which already existed in the repository so wasn't necessary.
I'll take a look at the new PR.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/NetLogo/NetLogo-Libraries/pull/21?email_source=notifications&email_token=AAJ4YV5IVVQYXUWQIXUCSWDQSWSOXA5CNFSM4JKNMEI2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDS4QEY#issuecomment-551929875, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJ4YV5EHG2NSAVXHQC65CTQSWSOXANCNFSM4JKNMEIQ .
The new pull request is here: https://github.com/NetLogo/NetLogo-Libraries/pull/23
Updates numanal to version 3.4.0, which contains a new linear programming routine.