You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm collecting a few items here that I've run into, to be figured out later. The first ones:
(swipl pack -y install . is interactive.) Seems to be OK (Aug 30)
pack_install(., [interactive(bool)] is interactive and seems to do a clone.
doing a 2nd pack_install(.) can result in weird over-writing of the local development files, including adding rocksdb->. (in ~src/rocksdb, which is a local git repository).
I'm collecting a few items here that I've run into, to be figured out later. The first ones:
swipl pack -y install .
is interactive.) Seems to be OK (Aug 30)pack_install(., [interactive(bool)]
is interactive and seems to do a clone.pack_install(.)
can result in weird over-writing of the local development files, including addingrocksdb->.
(in~src/rocksdb
, which is a local git repository).pack_install(.)
querieshttps://www.swi-prolog.org/pack/query
.The text was updated successfully, but these errors were encountered: