Shuheng Liu (InterSystems)

Results 25 comments of Shuheng Liu (InterSystems)

This PR should now meet the requirement in https://github.com/intersystems/ipm/issues/470#issuecomment-2368203299 . Specifically, 1. > It should be easy to say, after installing IPM, "I want this version of IPM to be...

@isc-tleavitt I updated the migration logic to run only in namespaces where %IPM is mapped from the current namespace. This resolved the problem for HSLIB but still doesn't successfully migrate...

@isc-tleavitt I think I figured out why: In ##class(%IPM.Utils.Migration).MigrateOneRepo(), we should check for ```objectscript Set newObj = ##class(%IPM.Repo.Definition).%OpenId(newId,,.sc) ``` instead of ```objectscript Set newObj = ##class(%IPM.Storage.Module).%OpenId(newId,,.sc) ``` This is likely...

It looks great and I suggest using `-DBypassPython` to `-DBypassPythonDeps` or `-DBypassPythonReqs`. After all, who knows where else we need to use Python in the future 😄