-
Notifications
You must be signed in to change notification settings - Fork 64
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
Add support for custom assertf definitions #94
Comments
Originally, this is what I'll need to consider what the best way to solve this is. It's not a bad idea to make it more generic, but I don't think adding an argument is the best way to solve it. One possible solution is to break backward compatibility while we're not yet 1.0, and make a more generic |
I was just thinking about this too and see that #60 made an attempt, but was never completed. Since If For overriding
Since this only affects |
Hello!
Thank you for making Integrant, I've started adopting it and I love how simple it is to use and how clearly it defines dependencies between my components!
I'm also using Malli, and I was hoping to leverage Malli schemas with the
pre-init-spec
multimethod, but it looks likeassert-pre-init-spec
only works with Spec.Are you open to a PR to update
init
andresume
to take another argument, allowing callers to provide a different assertion function, withassert-pre-init-spec
being the default?Thanks!
Evan
The text was updated successfully, but these errors were encountered: