Shuheng Liu (InterSystems)
Shuheng Liu (InterSystems)
Additionally, interoperability-for-money fails because of this line https://github.com/oliverwilms/interoperability-for-money/blob/074bb6bca3712b3a0e0bc7eba379244bc77d4d16/module.xml#L20.
As for appmsw-forbid-old-passwd, it's likely that the module.xml is not properly parsed to get the `src/mac/PASSWORD.mac` file. Instead, it's trying to find the `src/PASSWORD.xml` file. See https://github.com/SergeyMi37/appmsw-forbid-old-passwd/blob/5c906f250b31306ddb3425c2abfac418c5d52546/module.xml#L27
I have opened PRs for zpm-generate-ui, zpmhub, zapm, zapm-editor. The installation error will be fixed in zapm-addcmd once PR for zapm is merged. As for interoperability-for-money, we have concluded that...
@isc-kiyer This bug seems to have been fixed already. On v1-next, I did the following successfully ``` USER>set ver = ##class(%IPM.General.SemanticVersion).FromString("2.1.0-1m1") USER>zw ver ver=54@%IPM.General.SemanticVersion ; +----------------- general information --------------- |...
Verified once again that this works on v1 and v1-next. Closing for now.
Here's the current comparison between module.xml and \.ZPM. 
@isc-tleavitt Can you confirm this is what we want? Or do we need some more wrapper around `...` in modulename.ZPM?
> For 2024.2 / flexible python runtime I think the python executable should be located based on PythonRuntimeLibrary - gave this a try without it (and with WSGIApplication ported to...
@isc-tleavitt I made the changes to check for `/bin/irispip.exe` first. If found, it will use that on windows. For 2024.2+, where `irispip.exe` doesn't exist, we proceed to check for `python3.exe...
This should also fix #546