-
Notifications
You must be signed in to change notification settings - Fork 19
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
Support for different workflows #624
Comments
When I was writing the issue I realized IPM already has
But I find the description hard to understand:
This is probably the last piece I was missing from the existing IPM functionality that prevents me tailoring IPM for our current needs. We'll see. You're welcome to close this issue if you don't find the ideas here fit for the tool but I still think it's useful to be able to define a dependency is only for development time. |
@janihur I'll agree, that doc is unhelpful. The references to ^Sources and "installer methods" are vestigial. Dev dependencies have been on my wishlist for a while too, though only captured through an internal ticket (ref for InterSystems folks: HSIEO-186). Keeping this open to cover:
For a few examples of the workflow you're looking for, see: |
Thanks for the tips - this tells me someone should write a book about different IPM usage patterns :) My conclusion for now is that I'm not going to rely on IPM for these "advanced" workflow management tasks but just use it's basic functionality to install an ObjectScript app with right dependencies. I'll extend our existing tooling (based on Python) to cover the missing workflow part. Anyway I hope to see IPM as a maven of the IRIS ecosystem some day! I might reconsider when I have read that IPM book, thought ;) |
Thank you, Jani! Great feedback and requests!
And also check the most popular open source libs for now:
https://openexchange.intersystems.com/?sort=pm.desc
Looking forward for your open source contributions on IPM to the community!
…On Fri, Nov 15, 2024 at 12:25 PM Jani Hur ***@***.***> wrote:
Thanks for the tips - this tells me someone should write a book about
different IPM usage patterns :)
My conclusion for now is that I'm not going to rely on IPM for these
"advanced" workflow management tasks but just use it's basic functionality
to install an ObjectScript app with right dependencies. I'll extend our
existing tooling (based on Python) to cover the missing workflow part.
Anyway I hope to see IPM as a maven of the IRIS ecosystem some day! I might
reconsider when I have read that IPM book, thought ;)
—
Reply to this email directly, view it on GitHub
<#624 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAVHEP6M2M67WJYJDUWABHD2AXR4ZAVCNFSM6AAAAABRRNYR5KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINZYG4YDGMJQGI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
@janihur if you want to connect to discuss your use cases more specifically, I'm happy to - drop me an email at tleavitt at intersystems.com |
I'm not sure if this is a valid use case for IPM but I'm just playing with the idea IPM could be used for different workflows like:
but still controlled with single manifest file. The main difference of these example workflows are the extra tooling needed during the development time.
Ideas of the potentially useful supporting mechanisms:
Ensure mapping dependencies exists:
Validate and install dependencies depending of the workflow (inspired by maven's dependency scoping):
The user defines his own workflows (or scopes). This will affect also all other IPM parts like resource processors and
<Invoke>
.I agree this might be just too much for the planned scope of a package manager.
The text was updated successfully, but these errors were encountered: