-
Notifications
You must be signed in to change notification settings - Fork 43
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
Tactician v2 #115
base: master
Are you sure you want to change the base?
Tactician v2 #115
Conversation
Hey, thanks for getting the jump on this. I confess I'm not using Symfony anymore so I was dreading this a bit. 😅 To answer some of your questions:
Also because I haven't written these down anywhere, here's my paper sketch ideas for Bundle 2.0
Anyways, none of that second part is a hard contract, just something to keep in mind. :) |
@rosstuck The problem with debug command is, that we know only handlers on container build. The mapping happens in CommandHandlerMiddleware by running We would have to implement reverse mapping and run handlers through it to generate mapping up front. Currently, I don't see a way to do it 🤔 |
I decided to revisit it when the rest is done. After looking into it for a while, does not seem that trivial. |
Just to be sure, it's correct to drop service locator, amirite? |
I started working on v2