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

Problems with pack_install(.)

Open kamahen opened this issue 1 year ago • 1 comments

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).
  • pack_install(.) queries https://www.swi-prolog.org/pack/query.

kamahen avatar Mar 05 '24 22:03 kamahen