I get false in bold red letters, what does this mean?
?- pack_upgrade(pPEGpl).
% Running "git fetch" in 'c:/users/foobar/appdata/local/swi-prolog/pack/pPEGpl'
% From https://github.com/ridgeworks/pPEGpl
% ab024cd..6b7e334 main -> origin/main
false.
Maybe it didn’t update, since I changed one file. (See
other thread, I did a small change for better error handling).
Does SWI-Prolog ship with a GIT client? Can it do merge?
Edit 02.05.2022:
Pack remove is also a bumpy road:
?- pack_remove(pPEGpl).
% Removing 'c:/users/foobar/appdata/local/swi-prolog/pack/pPEGpl' and contents
ERROR: No permission to delete file `'c:/users/foobar/appdata/local/swi-prolog/pack/pPEGpl/.git/objects/21/a031023db3ac04b268c5118b304954a03edb98'' (Permission denied)