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
Extension is parsed by protoc (check type too) but don't send information about it to plugin input (options field never contains custom options, only standard if added). Why?
This problem repeats for FileOptions too: array of options contains only standard options like javaPackage and other, but no custom options. What I do wrong?
The text was updated successfully, but these errors were encountered:
I try to improve D language plugin dcarp/protobuf-d#14.
I have simple file for testing:
In plugin source code I add output for study and get this output:
Extension is parsed by
protoc
(check type too) but don't send information about it to plugin input (options
field never contains custom options, only standard if added). Why?This problem repeats for
FileOptions
too: array of options contains only standard options likejavaPackage
and other, but no custom options. What I do wrong?The text was updated successfully, but these errors were encountered: