Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix miscellaneous problems in enable #682

Merged
merged 6 commits into from
Jan 6, 2025

Conversation

isc-shuliu
Copy link
Collaborator

@isc-shuliu isc-shuliu commented Jan 6, 2025

Fix ##676
This will fix miscellaneous problems in enable

@isc-shuliu isc-shuliu marked this pull request as ready for review January 6, 2025 19:18
Set exactIPMVer = $Piece($Piece(fileName, "ipm-", 2, *), ".xml", 1, *-1)
Set ipmLocalArray(exactIPMVer) = fileName
Set menuList($Increment(menuList)) = exactIPMVer_" (local version)"
If ##class(%File).DirectoryExists(XMLDir) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this XMLDir something we have decided as the kitted location of IPM when shipping with IRIS?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@isc-tleavitt Can you confirm that? (I think you wrote that directory)

Copy link
Contributor

@isc-tleavitt isc-tleavitt Jan 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this goes back to before my time. This is (per earlier context) /<instance install dir>/lib/ipm/ which seems reasonable to me.

@isc-tleavitt isc-tleavitt merged commit e780e02 into main Jan 6, 2025
12 checks passed
@isc-tleavitt isc-tleavitt deleted the v0.9.x-fix-enable-download-ipm branch January 6, 2025 19:56
@isc-tleavitt isc-tleavitt linked an issue Jan 6, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Problem with enable -ns NAMESPACE
3 participants