-
Notifications
You must be signed in to change notification settings - Fork 21
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
load_procs should warn rather than erroring if a proc with a duplicate name is loaded #59
Comments
I guess I'd probably be fine with a warning instead of an error. If I were looking at your code, I'd probably want to figure out why I need to register the procs multiple times, though. That seems less than ideal. |
A pull request would be welcome. I'm unlikely to write this up myself. |
Done! (The short answer for idempotency is 'our blueprint registration is complicated and multipathed, and somewhere in there is a small bug that I do want to fix eventually') |
in particular my blueprint registration is idempotent in other ways, so it might be getting run twice -- any chance of a silent failure on load_procs?
The text was updated successfully, but these errors were encountered: