-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
improvement: add Igniter installer task #61
improvement: add Igniter installer task #61
Conversation
Won't have time to look into the error you mentioned today, LMK if you figure it out :) |
e34ddb6
to
2f697e3
Compare
2f697e3
to
347967e
Compare
Well, the problem seems to have gone away by itself. Maybe there was a hidden dependency issue. Marking as ready for review then! |
The remaining dialyzer warning in CI is because of ash-project/igniter#19. |
Another strange finding: running
which seems to be happening in |
|
Should probably change the manual |
Alright, check out the new |
The installer is now complete, pending ash-project/igniter#33. |
Should we support "breakpoints" for
In my hobby project I also have a pipeline where |
I think supporting things like checkpoints will make things very complicated relative to the current implementation. A simpler way to accomplish this would be to add a function in |
Going to make one main change with this which is to use the |
🚀 Thank you for your contribution! 🚀 |
Ah, right that was the complexity here, which is that it's installed conditionally. 🤔 🤔 🤔 |
Okay, I've updated |
Contributor checklist
This PR adds an Igniter installer which also checks whether AshPostgres is in use, and if so, installs the
AshMoney.AshPostgresExtension
as well asex_money_sql
.When testing, everything works, but I am facing an issue that seems unrelated to this installer:
It might be possible that it's actually related to it, so I'm marking the PR as draft until I figure out what's the issue.