You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #10070 Remove example of register a service where its id match to its class (l-vo)
This PR was merged into the 3.4 branch.
Discussion
----------
Remove example of register a service where its id match to its class
`ResolveClassPass` which resolve service definitions where class match to the service id is one of the first compiler pass processed (priority 100 in beforeOptimizationPasses phase). When adding a custom compiler pass, it is by default added to the beforeOptimizationPasses but with the default priority of 0. So the `ResolveClassPass` has already been executed and our custom service definition class isn't resolved.
Commits
-------
4905190 Remove example of register a service where its id match to its class
0 commit comments