-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to use 'go_package' option with full import path in proto file #65
Comments
I think the issue happens when you specify the
will fail with
removing the option or replacing it with just the package name will work
reproducible example
Run grip-mock with
which will give you an error log
|
Thank you. It fixes my problem. |
You are welcome But this is still a valid issue since example with same above file
will produce warning
|
Any update on this? |
Hi @Kareem-Emad I'm a bit confused of what is actually being supported in the future. The warning said |
It turns out a huge incompatibility change. In order to support this, I need to require |
I created this PR #83 to solve this issue, it's quite a big change. It will make a backward incompatibility to the old .proto files since it will require |
I pushed |
Hi @jekiapp, thanks for pushing the new release to support
Here's how I'm invoking gripmock:
Any ideas where I went wrong? |
@cchengrbx did you literally put |
No, the |
#response_container_BBPPID{font-family: initial; font-size:initial; color: initial;} I just pushed tkpd/gripmock:1.10.1 try it From: ***@***.***: 6 August 2021 23:10To: ***@***.*** to: ***@***.***: ***@***.***; ***@***.***: Re: [tokopedia/gripmock] Unable to use 'go_package' option with full import path in proto file (#65)
No, the go_package is set to something in the format foo/barv1 so nothing special.
—You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or unsubscribe.Triage notifications on the go with GitHub Mobile for iOS or Android.
Disclaimer:The information contained in this communication is intended solely for the addressed individual or entity only. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution or taking any action in reliance on the contents of this information is strictly prohibited and may be unlawful.If you have received this communication in error, please notify us immediately by responding to this email or contact us at the address mentioned above.
|
Thanks @jekiapp, |
I am tring to use gripmock with docker, and mount the
user.proto
file into dockerbut the docker exit with:
It seems the pb.go file didn't generated.
The text was updated successfully, but these errors were encountered: