swipl-devel icon indicating copy to clipboard operation
swipl-devel copied to clipboard

pack_upgrade should also update server

Open jamesnvc opened this issue 6 years ago • 1 comments
trafficstars

Currently, running pack_upgrade/1 will find & download the new version of a package, but it doesn't seem to update the information on https://www.swi-prolog.org/pack/list. This results in both the pack list not showing new versions and also pack_install/1 getting the old version.

jamesnvc avatar Dec 22 '18 16:12 jamesnvc

I guess that this would require the ability to pass the option inquiry(true) to through to the pack_install/2 that is invoked by pack_upgrade/1?

jamesnvc avatar Dec 22 '18 17:12 jamesnvc