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
multiple modules might provide an extension with the same name
...especially in case of augments. In this test case, the other module
"adds" an extension instance with the same unqualified name as an
existing extension instance.
This was inspired by a patch from Bedrich
(Ib0dfb68afaf0f74d3defe87b16b7c34457cc4899). I was wondering why that
one was adding the .module() method for both Extension and
ExtensionInstance; now I know.
Co-authored-by: Bedřich Schindler <bedrich.schindler@gmail.com>
Change-Id: Ib839695a67b3b102f487b18a835c9c903e0ffdcd
0 commit comments