Replies: 1 comment 2 replies
-
|
I’m not aware of any restriction preventing this 🤔 You could try submitting a PR updating |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was switching over to the fairly new AbstractBundle class and needed a compiler pass. Rather than create a new class I used the same trick that Kernel uses and had the bundle class implement the pass interface. But I still need to manually add the pass:
Not a big deal but, in the interest of consistency or whatever, I wonder if there could be a check to see if a bundle class implements the interface and then automatically add it?
Or maybe there is a reason why having the bundle implement the interface is a bad idea even though it seems to work?
Beta Was this translation helpful? Give feedback.
All reactions