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
When I execute protoc supplied with the plugin on those files, only the extension with name 'foobar' in package 'foo.bar.baz' gets registered in generated autoload.php. The extension with the same name in package 'foo.bar' is missing at all.
For comparison, when protoc generates c++/java/python code, both of these extensions are present in the corresponding namespaces/packages/modules.
The text was updated successfully, but these errors were encountered:
Example
When I execute protoc supplied with the plugin on those files, only the extension with name 'foobar' in package 'foo.bar.baz' gets registered in generated autoload.php. The extension with the same name in package 'foo.bar' is missing at all.
For comparison, when protoc generates c++/java/python code, both of these extensions are present in the corresponding namespaces/packages/modules.
The text was updated successfully, but these errors were encountered: