intersystems / ipm

InterSystems ObjectScript Package Manager
MIT License
27 stars 19 forks source link

Missing changes from HS Package Manager during merge #510

Closed isc-kiyer closed 2 months ago

isc-kiyer commented 3 months ago

The following features did not get into the combined IPM during the merge of HealthShare package manager code into IPM;

  1. Modifier -showSource for the zpm "list" command which lists the root of the installed module on the local file system.
  2. Summary view of zpm "help" command which gives a short summary of all commands and only detailed description when help is run for an individual command.
isc-tleavitt commented 3 months ago

@isc-kiyer thank you!

isc-shuliu commented 2 months ago

@isc-kiyer @isc-tleavitt

The 1st issue is being addressed in PR #518 .

Somehow I couldn't reproduce the 2nd issue. When running zpm "help" I get a high-level summary of commands. When running zpm "help repo", I get a detailed spec of repo command. I am testing on the v1 branch.

isc-shuliu commented 2 months ago

@isc-kiyer Can you try again on v1 branch and see if the 2nd problem has indeed been fixed? If so, shall we close this one since #518 is already merged?

isc-shuliu commented 2 months ago

@isc-tleavitt So after discussion with Keshav, we have identified 2 missing features that's available in HS package manger

isc-shuliu commented 2 months ago

Closing since #520, #521, and #518 are merged