-
Notifications
You must be signed in to change notification settings - Fork 35
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
Autoregister new handlers #8
Comments
groundwork laid by #16 |
I'm not sold on this idea yet. Auto registration makes sense for adapters and stores but less sense for handlers as one presumably holds more control over the code. Still, the idea is trivial enough. It could make consuming plugins from others easier. This might look like the register hooks for adapters/stores. Then again, the package system already manages this quit well. Automatically adding them to the robot, however, will probably never happen. |
This is easy enough to do from user side, and might be annoying if people don't want it (I've set this up in my own project) |
Hey, thanks for your input on this and other issues. I really appreciate it! I agree with you. It's not difficult to add new handlers, and I appreciate the explicitness of adding them currently over an implicit registration. No surprises, less magic. A |
@danryan no probs, hal is looking nice. I had a dig around the various other similar projects (the code looks very similar to victor, are they related somehow?), hal came out on top. Would be nice to see a few more tests in the code, but it's definitely the easiest to get running with. |
No description provided.
The text was updated successfully, but these errors were encountered: